Thursday, August 31, 2006

ArticleBlaster How To Keep Your Website Fresh With RSS


Free-Reprint Article Written by: Jason OConnor
See Terms of Reprint Below.

*****************************************************************
*
* This email is being delivered directly to members of the group:
*
* internet_marketing_articleblaster@yahoogroups.com
*
*****************************************************************

We have moved our TERMS OF REPRINT to the end of the article.
Be certain to read our TERMS OF REPRINT and honor our TERMS
OF REPRINT when you use this article. Thank you.

This article has been distributed by:
http://Article-Distribution.com

Helpful Link:
The Digital Millennium Copyright Act - Overview
http://www.gseis.ucla.edu/iclp/dmca1.htm

---------------------------------------------------------------------

Article Title:
==============

How To Keep Your Website Fresh With RSS

Article Description:
====================

We all know how hard adding original and fresh content is,
especially if you're the business owner. You have to be
original, creative, organized, thoughtful and motivated, and
above all, able to write. So what's a website owner or business
owner supposed to do? RSS may be the answer.

Additional Article Information:
===============================

1184 Words; formatted to 65 Characters per Line
Distribution Date and Time: 2006-08-31 14:12:00

Written By: Jason OConnor
Copyright: 2006
Contact Email: mailto:joconnor888@hotmail.com

For more free-reprint articles by Jason OConnor, please visit:
http://thePhantomWriters.com/free_content/d/index.shtml#Jason_OConnor

=============================================
Special Notice For Publishers and Webmasters:
=============================================

If you use this article on your website or in your ezine,
We Want To Know About It. Use the following URL to let
us know where you have used this article, and we will
include a link to your website on thePhantomWriters.com:

http://thephantomwriters.com/notify.php?id=3485&p=load

HTML Copy-and-Paste and TEXT Copy-and-Paste
Versions Of Article Are Available at:
http://thePhantomWriters.com/free_content/db/o/how-to-keep-website-fresh-with-rss.shtml#get_code

---------------------------------------------------------------------

How To Keep Your Website Fresh With RSS
Copyright � 2006 Jason OConnor
Oak Web Works, LLC
http://www.oakwebworks.com/

One of the biggest reasons people visit websites is to get
information. If you can regularly provide fresh, quality content
on your website you can expect to be rewarded by visitors and
return visitors. What's more, you will be rewarded by the search
engines. I recommended that you add new and original content to
your site as often as possible, ideally once a day.

Regularly adding fresh and original content:

* Keeps your site visitors coming back
* Continually adds value to your website
* Makes people more comfortable buying from your site
* Establishes yourself as an authority in your industry
* Greatly helps your site rank higher in search engines

All of the above factors translate into revenue.

We all know how hard adding original and fresh content is,
especially if you're the business owner. You have to be
original, creative, organized, thoughtful and motivated, and
above all, able to write. So what's a website owner or business
owner supposed to do? RSS may be the answer.

What Is RSS?

Here's the Wikipedia definition of RSS:

RSS is a family of web feed formats specified in XML (a generic
specification for data formats) and used for Web syndication. RSS
delivers its information as an XML file called an "RSS feed",
"webfeed", "RSS stream", or "RSS channel". These RSS feeds
provide a way for users to passively receive newly released
content (such as text, web pages, sound files, or other media);
this might be the full content itself or just a link to it,
possibly with a summary or other metadata (data describing the
content).

RSS feeds are operated by many news web sites, weblogs, schools,
and podcasters.

"RSS" can stand for any of the following phrases:

* Really Simple Syndication (RSS 2.0)
* Rich Site Summary (RSS 0.91, RSS 1.0)
* RDF Site Summary (RSS 0.9 and 1.0)

Want to see an example of RSS in action? Go to the Oak Web Works,
LLC homepage (http://www.oakwebworks.com ), and look at the
bottom of the right-hand column under the title 'Latest Tech
News'. This is actually two RSS feeds from other websites.

Our company homepage was very static. It didn't change very much
since the services we offer stay basically the same. Why should
any visitors come back if every time they come to our site, the
content is exactly the same? They don't have much of a reason.

Interestingly, that's the way search engine spiders were
programmed to "think" as well. Spiders are programs written for
search engines to regularly surf the Web and record what's
there. That recording goes into the search engine's databases
ready to be accessed by the next searcher. This process is called
indexing.

For example, Google will send out a spider to your site and index
a lot of it, but not always all of it. It determines how often to
revisit and index your site by how often you update it. If you
update it every day, then it will visit much more often than if
you rarely update it. Engines also consider the homepage to be
the most important page, so it's good to update it even more
often than the rest of your site.

Again, if you struggle with adding fresh content, then RSS may be
the answer. We didn't write the headlines under 'Latest Tech
News' on our homepage. Instead, the RSS feed automatically
grabbed it from another site that had created them. Once we set
the feed up, we don't have to do anything more, and our homepage
has regularly updated content. Every time those headlines change,
it updates its feed, which is then updated on any other websites
displaying that feed, as well as ours.

RSS feeds can be more than news headlines. They can be lists of
any kind. They can be press releases, articles, blog entries,
product releases, or almost any other grouping of changing or
growing data.

How Do I Set An RSS Feed Up?

There are a number of ways in which you can display an RSS feed
on your website. You can use JavaScript or various other
scripting languages. Unfortunately, RSS that uses JavaScript is
not seen at all by search engines when they come and index your
site, so don't use JavaScript.

Instead, use a script that can be handled by your Web server
besides JavaScript. Ask your hosting company or IT people what
platform your Web server uses and what software or modules are
loaded onto the machine. This will determine what scripting
language you can use for your RSS.

Check if your Web server has PHP capabilities. If so, then there
are hundreds of scripts written in PHP that you can use for free
that properly displays RSS feeds that are recognized by search
engines. There are RSS scripts written in ASP.NET, Perl and
numerous other languages, so you have a wide variety to choose
from.

For the Oak Web Works, LLC homepage we used an ASP script called
RSStoHTML.

Which one would you choose? After you've determined which
languages your Web server supports, conduct a search such as
'PHP script for displaying RSS feeds in html' or 'ASP and
RSS', for example. Try a few and see which ones run on your
server. If one runs on your server properly, and you check this
by simply seeing if it displays RSS feeds on your Web page, then
use that one.

When you download the script, look at the code and find where to
add an RSS feed URL. There should be a dummy one in there
already, so just replace that one with the RSS feed you want to
use. Here's what a typical RSS feed URL looks like:
http://nytimes.com/services/xml/rss/userland/Technology.xml
The URL's often end in '.rss' as well.

After we inserted the RSS feed URL into the script, we wanted to
display the feed in HTML on our homepage. To do this we added the
following bit of code into the spot on our homepage html code
where we wanted it to display:

<!--#include virtual="RSS2HTML-tech-news-home.asp"-->

Keep in mind that this is for a Windows Web server. The way in
which you include it on a website powered by a UNIX Web server
will be a little different. If you're not sure, ask your hosting
company.

Where can I find feeds that are relevant to my website's
content?

First you can try these:

* Syndic8 - http://www.syndic8.com/
* Feedster - http://www.feedster.com/

You can also do a search for your topic and RSS feeds. For
example, search for "RSS feeds and pets', or 'football and RSS
feeds', or 'small business news feeds'. Finally, you can go to
specific websites that are related to your industry and look for
a small, orange, rectangular icon that say 'RSS' or 'XML'.
Click on that and you'll get a feed URL to enter into your RSS
feed script.

Remember, always be sure to include feeds that are relevant to
your website's content. Once you get the hang of the concept,
RSS can be a lot of fun, and it definitely keeps your website
fresh and updated, just what search engines like, and more
importantly, what website visitors like.

---------------------------------------------------------------------
Jason OConnor is President of Oak Web Works, LLC
(http://www.oakwebworks.com/), an e-strategy firm.
Reach him at joconnor888@hotmail.com

--- END ARTICLE ---

Get HTML or TEXT Copy-and-Paste Versions Of This Article at:
http://thePhantomWriters.com/free_content/db/o/how-to-keep-website-fresh-with-rss.shtml#get_code

.....................................

TERMS OF REPRINT - Publication Rules
(Last Updated: May 11, 2006)

Our TERMS OF REPRINT are fully enforcable under the terms of:

The Digital Millennium Copyright Act
http://thomas.loc.gov/cgi-bin/query/z?c105:H.R.2281.ENR:

.....................................

*** Digital Reprint Rights ***

* If you publish this article in a website/forum/blog,
You Must Set All URL's or Mailto Addresses in the body
of the article AND in the Author's Resource Box as
Hyperlinks (clickable links).

* Links must remain in the form that we published them.
Clean links should point to the Author's links without
redirects having been inserted into the copy.

* You are not allowed to Change or Delete any Words or
Links in the Article or Resource Box. Paragraph breaks
must be retained with articles. You can change where
the paragraph breaks fall, but you cannot eliminate all
paragraph breaks as some have chosen to do.

* Email Distribution of this article Must be done through
Opt-in Email Only. No Unsolicited Commercial Email.

* You Are Allowed to format the layout of the article for
proper display of the article in your website or in your
ezine, so long as you can maintain the author's interests
within the article.

* You may not use sentences from this article as an input
for any software that steals sentences from others in
order to build an article with software. The copyright on
this article applies to the "WHOLE" article.

*** Author Notification ***

We ask that you notify the author of publication of his
or her work. Jason OConnor can be reached at:
joconnor888@hotmail.com

*** Print Publication Reprint Rights ***

If you desire to publish this article in a PRINT
publication, you must contact the author directly
for Print Permission at:
mailto:joconnor888@hotmail.com

.....................................

If you need help converting this text article for proper
hyperlinked placement in your webpage, please use this
free tool: http://thephantomwriters.com/link-builder.pl

=====================================================================

ABOUT THIS ARTICLE SUBMISSION

http://thePhantomWriters.com is a paid article distribution
service. thePhantomWriters.com and Article-Distribution.com
are owned and operated by Bill Platt of Stillwater, Oklahoma USA.

The content of this article is solely the property
and opinion of its author, Jason OConnor
http://www.oakwebworks.com/

---------------------------------------------------------------------
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
---------------------------------------------------------------------


Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/internet_marketing_articleblaster/

<*> To unsubscribe from this group, send an email to:
internet_marketing_articleblaster-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments: