RSS Feeds - a Website Owner's Friend in Disguise

We've all heard about it-it seems like all the buzz rightyou're using the PHP version of CaRP then you'll want
now in the search engine marketing industry is RSS. Ifto use PHP pages on your website-or you will need to
you're a website owner, than there are two waysparse your html pages as PHP pages.Finding an RSS
your website can benefit from using RSS on yourFeedOnce you've installed the parser script, you'll want
website-you can provide an RSS feed or, for theto find the appropriate RSS feed to use on your
not-so-technically-inclined folks like me, you can use anwebsite. Keep in mind that a lot of RSS feeds are
RSS feed to keep your site's content fresh.RSS is aprovided for "non-commercial use only", so if your
way to syndicate website content. According towebsite is a for-profit website you'll need to check the
Wikipedia, "RSS is a family of XML file formats forterms of using the RSS feed before you use it.The
web syndication used by (amongst other things) newsbest way to find an RSS feed is to search for it.
websites and weblogs...the RSS formats provide webFollowing my real estate example above, searching for
content or summaries of web content together with"rss real estate" (without the quotes) finds several
links to the full versions of the content, and otherfeeds. Topix.net provides a real estate rss feed. By
meta-data." Wikipedia goes on to say that "A programcopying that URL and pasting it into the CaRP code
known as a feed reader or aggregator can checkprovided by CaRP, you can add that code to any web
RSS-enabled web pages on behalf of a user andpage on your website and the latest Real Estate
display any updated articles that it finds. It is nowNews from Topix will automatically appear. Another
common to find RSS feeds on major web sites, asway to find a feed is to look for a blog on your site's
well as many smaller ones."If you're a website owner,topic. Most blog software includes an RSS feed, so
you can use RSS to your advantage in two ways:searching Google for "keyword blog rss" might also
use someone else's RSS feed or produce your ownhelp you find a feed you can use.Adding an RSS feed
RSS feed. 1. Install a script on your website-wheneveron your web page won't get you high rankings in the
a web page on your website is loaded the scriptsearch engines. A while back I tested this theory a
automatically loads data from an RSS feed. If thewhile back by making three nearly identical web
RSS feed you choose to use is the latest news, thenpages-one static page, one with RSS feed content on
the latest news will appear on your website. This isit, and another with a live RSS feed on it. It turned out
fairly easy to set up and is good for search enginethat after all three pages were indexed and ranked,
optimization purposes. I'll discuss installing an RSS feedthe page with the live RSS feed actually ranks
script on your website later on in this article.2. Providethird-the static page without the RSS content on it
an RSS feed of your website's content so others canalways ranks the best. Search Google for "silly
use it. By providing an RSS feed of your website'sburlywood revenue" and you'll see what I
content, you're essentially allowing people to use themean.Although adding an RSS feed won't get your
content on their website or through their feed reader. Inpage top rankings in Google, there are other benefits.
either case, you're also providing links back to yourFor example, updating your web page's content on a
website, which is good for search engine optimizationregular basis gets the page crawled more often-and
purposes-it will also get visitors to visit your website.more active crawling can contribute to other benefits,
Providing an RSS feed of your site's content can besuch as ranking for terms that appear in the feed on
tricky to set up-or it may not be appropriate if youyour site as well as causing new web pages on your
don't have a lot of content on your website. I'll discusssite to get indexed faster than they were
your options later on in this article.If you're a websitebefore.Providing an RSS Feed of Your
owner, then chances are you want to keep yourContentDepending on your website's content, providing
website's content fresh. By updating the content on aan RSS feed of your content might be appropriate. If
regular basis, the search engine spiders will takeyour website provides news or contains a blog, then
notice-they'll visit your website more often and indexpublishing an RSS feed might work well. Most blog
the new content and new web pages-which cansoftware automatically publishes an RSS feed of your
ultimately bring more visitors to your website. Forblog, so you might want to find its URL and start
example, if your website is about real estate, youpromoting it. If you sell a lot of products on your
might consider including the latest real estate news onwebsite, you might consider making an RSS feed
your website. Users typically search for topics that areavailable-perhaps one that includes your top selling
related to items in the news, so if those topics andproducts along with their prices. Other websites might
keywords are included on your website you canbe interested in publishing that data for their users, and
typically be found in the search engines for thoseyou would receive more visitors and links back to your
terms. It's like having your own real estate news staffwebsite, something that will help your site's search
on hand, 24 hours a day, adding the latest news onengine rankings.Publishing an RSS feed is a little more
your website.Installing an RSS Feed on Yourcomplicated, perhaps to lengthy a discussion for this
WebsiteInstalling an RSS feed on your website is notarticle. However, there are many good tutorials out
as difficult as it sounds. You simply install a script onethere, including Danny Sullivan's Search Engine Watch
time-and then anywhere you want the RSS feed toarticle about it, as well as the RSS tutorial at
appear you simply pick a feed and copy and pastemnot.net.Whether you use RSS to publish your own
some code on your page. The first thing you need tofeed or you use someone else's feed on your
do is figure out which script to use. If your website iswebsite, both provide great benefits to website
using an Unix server and has PHP installed, the theowners-and definitely will continue in the future to be
easiest PHP script I've found is called CaRP. You willused more and more.Bill Hartzer is a successful writer
first want to visit the CaRP download page andand search engine marketing expert who has
download the file. CaRP has a free version that youpersonally created hundreds of websites over the
can use on your website. They request that you linkyears.
back to their website if you use it. Unzip the zip file andExtended bio info:Bill created his first website back in
upload the files to your website using an FTP program.1996 to help promote his former database software
Then, run the setup file in your web browser, chmodbusiness. It was then when he learned about the
the appropriate files, and continue with the directionspower of the search engines and web search, which
given to you in the web browser. Once it's installed, thehelped potential customers find his business online.Bill
script will give you code to copy and paste whereverHartzer has over 15 years of professional writing
your want the RSS feed to be displayed on yourexperience. He has survived stints as a writer for
website. You can even change the font, size, and colortelevision, as well as a technical writer for several
of the feed by specifying those attributes before thecomputer software companies in Florida and in Texas.
code.There are other RSS parser scripts available, butMr. Hartzer combines his writing and online skills to
CaRP is the one that I'm more familiar with because itscreate compelling and useful websites for corporations
ease of use and ease of installation. To find otherworldwide. Mr. Hartzer focuses on the optimization in
RSS parsers, you can search Google for "rss parserthe business to business arena, but applies these
script". CaRP is typically used if you have PHP installedoptimization skills to business to consumer websites, as
on your website, and RSS parser scripts are availablewell.
if you're running a website on a Windows server. If