Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

orange sky
Front End Web Development Techdegree Student 4,945 PointsRSS
Hello!
Can someone please explain to me what a RSS is and its connection to blogs and SEO?
Cheers!
3 Answers

Erik Sayce
4,704 PointsThis is a very google'able question that might do a better job than me but I'll take a stab at it.
RSS stand for Really Simple Syndication (which I suppose the really simple part is over estimated) and I believe all web browsers as well as most email clients provide ways to Subscribe to RSS feeds as well as dedicated RSS readers (though I don't know anyone who uses one). So this feed follows a standardized format that is easy for seo bots to scrub and view content of your blog post thus helping to create more visibility. There are a number of factors that come into what bots are looking for but this is a light explanation. Beyond increasing search engine visibility, the RSS feature allows for a way for users to subscribe to a given blog, and not have to physically come back to the url to read an update or new post.
If the topic of the blog is vital to know about but posts are infrequent, such as software updates, weather emergencies, or even deal watching a user may benefit by subscribing to the rss feed in a set and forget kind of fashion.

Daniel Rachovitsky
11,011 PointsIt's technically Rich Site Summary, but pretty spot on description.

Gavin Ralston
28,770 PointsYes but only on wikipedia.
Much like PHP doesn't stand for "Personal Home Page" but it does PHP Hypertext Preprocessor

orange sky
Front End Web Development Techdegree Student 4,945 PointsHello Erik,
That is so well explained.
Thank you so much!