Discuss RSS and XML feeds - how does it work in the Blogs, Tagging, RSS Feeds forum on SEO Chat. RSS and XML feeds - how does it work Blogs, Tagging, RSS Feeds forum discussing current and emerging syndication and content building technologies, such as RSS, XML feeds, JSMsg, and others. Find help with syndicating blogs and dynamic content.
BuySellLinks.com is a new Text Link Advertising Brokerage by the founder of LinkAdage that offers high-end text links and a premier membership base. We screen all advertisers and publishers and their web pages to make sure we are offering a service that works for everyone. Our plug-in is super easy to install but if you are hands off, w e offer free installation.
Tired of dealing with shady text link buyers and/or sellers? Try BuySellLinks.
Receive the tools necessary to be the rock star of your field. Our 12-month program teaches you the evolving world of multi-channel marketing as well as the complex issues and opportunities found in the industry.
Posts: 3,652
Time spent in forums: 2 Weeks 6 Days 18 h 16 m 43 sec
Reputation Power: 463
Hi
I won't bore you with the technical side of it too much!
An RSS (Rich Site Summary or Realy Simple Syndication - depends who you ask!) feed
is an XML feed. RSS is a standard for the syndication of content. IT is relay powerful. There is nothing special to them at all it is just xml in a certain fromat. XML its self is not too different from HTML except that you make your own tags up and it is very strict - ie everything must be properly nested.
In RSS you start with a description of the site that produces the feed then you open a channel which contains items, titles, authors and descriptions etc. These link to the full artilces. RSS is primarily news based which is why the date bit is included. Have a look at any RSS feed - like the one on SEOChat for example!
There are two ways for end users to use RSS feeds.
1) On a web site that is using an XML / RSS parser to display HTML. Many people use these without realising!
2) A desktop based RSS Reader that allows you to subscribe to feeds and then alerts you whent hey are updated directly on your desktop! These are quite good but not as popular.
In your application using a feed as a forum platform it can be quite good. It is an organised data structure and it is easily portable - you don't have any special database requirements. The only trouble with using XML in such a way is that it can produce very large text files which take time to parse. If you use a good structure, naming system and good indexable event driven script it will be pretty efficient. My personaly thought for a forum is that a proper database is better.
But when it comes to syndicating content RSS is great - it gives lots of SEO bennefits form all the good cvontent based links and related sites as well!
Posts: 174
Time spent in forums: 16 h 10 m 49 sec
Reputation Power: 8
Thanks very much. It helped me a lot and cleared up some things, but to be honest I still will have learn much more about it.
Reading is always the best idea
Posts: 3,652
Time spent in forums: 2 Weeks 6 Days 18 h 16 m 43 sec
Reputation Power: 463
Yeh there are plenty of quality articles about, just search for it on Google - you will find all the info you need.
I have been meaning to write an article on this as it has so many bennefits. I think what thoughs people with RSS is that they think it is different to XML it is not - its just a different standard - its just like HTML and XHTML. What throuhs people with XML is that a) they think they have to learn a new language - which you don't if you know HTML and read a bit about it and b) they get onfused by how you can make up your own tags.
Its just a set of instructions its like a recipe book - you open the book select a recipee and read the ingrediants - this is how an XML parser works!