SlideShare a Scribd company logo
1 of 11
Download to read offline
RSS (Really Simple Syndication or Rich Site
Summery):
Figure: A graphical Representation of RSS
A few words that is customary to start a topic,
nothing but a routine work:
Well, in a brief I can say RSS, an acronym for Rich Site Summery or “Really
Simple Syndication” that allows you to syndicate your website contents.
We want to stay updated always, it is our habit:
Every day, we use to serf internet and this is a common habits of all of us
and it is quite relevant in our daily life as through internet we can have
access all sorts of information like current News Headlines, entertainment,
travel news, health info, education information, job vacancies, social news
and trends and so many things. Many of us want to track all of these lists of
information and believe me I am one of them. But what is the easiest way to
track news and information? Because news always keeps changing and
everyone wants to get updated always; quite natural habit as nobody wants
to stay behind.
So, what will you do? Always keep surfing to stay updated. Well that is not
at all possible as we are all busy doing something for our livelihood and
hypothetically (for the sake of argument), say one has enough time to do all
these stuff (a fortunate one!!), even for him/her it is a cumbersome and
time consuming process to check all the updates daily in numerous websites
and portals.
RSS is the solution:
So what if the websites and web portals automatically tell you about the
updates that you like? Well, is it possible? Yes, through RSS (Really Simple
Syndication) it is possible. Let’s dig a bit into the matter. RSS is nothing
but a simple XML file that contains the lists of hyperlinks along with
the brief description.
How does this RSS work?
Consider the following steps that form the total procedure:
First, you have to prepare the RSS file, the updates that you want to
show the word, that is called technically the RSS feed what contains
all the current updates regarding your website in the form of links
along with the description and even you can attach image if you
think.
Now you can publish your RSS feed to the registered aggregators
(website or web portal) that are programmed to manage the feed in
separate category. Every day aggregators search your website for
the updates means the RSS feeds to check it whether the links are
valid or not and if all things are verified, then displays the
information. Clients who are registered with these aggregators with
their particular interests can read the feed.
Figure: Aggregator
A pretty girl with so many nick names!!!!
Often confused with so many names like Feed aggregator, News aggregator,
RSS aggregator, feed reader, RSS Reader
So, let’s look into the matter in a simplified way:
Feed aggregator, News aggregator, RSS aggregator, feed reader, RSS
Reader all are basically same and nothing but web application or client
software (desktop application, often called desktop feed reader) which
collects syndicated web contents for easy viewing and finding.
Who can make use of RSS?
Better say anyone can use RSS for the promotion of his/her website as there
is no hard and fast rules for this. But if we look into the technical
characteristic then we use it for the following sort of websites to get the best
from this technique.
 Website dealing with auction item: easily distribute the news of the
newly items added to the action list so that subscriber can get the
updates easily
 News agency: can use to distribute their news updates
 Entertainment Sites: easily subscriber can have the updates
 Shopping sites: perfect technique to let the subscriber know about new
items and offers
 Job sites : easily distribute the latest job updates and news
The History of RSS:
Well, though everyone is not fond of “history”, but it is a customary to
attach a glimpse of past efforts.
 1997: Dave Winer at UserLand first forms the RSS as scripting News
 1999: Netscape proposed RSS 0.90
 2000: UserLand releases the official RSS 0.91 specification
 2000: O'Reilly published RSS 1.0 that contains RDF and namespaces.
 2001 : Dave Winer developed RSS 2.0 after quitting UserLand
 2003 : The official RSS 2.0 specification is released
RSS Syntax:
Well, let’s have a look into the syntax details; a bit technical stuff and that
cannot be avoided completely. RSS uses very simple syntax and this is self
describing. One can construct RSS very easily and for that very basic xml
knowledge is required. Though, many free RSS generator also available
online and one can use this online generator to construct the RSS for their
website without having any technological knowledge and believe me all you
have to do is just to put your website address. The RSS file will be generated
and ready to use. The next page reveals a basic RSS file that I have used for
my website. Please, look into the files closely and do not worry for the
technical jargons as these are not much tough as it looks.
Figure: RSS Syntax
Now, if we examine closely the file, we will see the first line telling us that it
is an xml file whose version is 1.0 and uses “UTF-8” character set.
The very next line reveals that it is a RSS document and the version is 2.0.
The third line has the “channel” element that tells u about the RSS Feed.
There are three child elements that are mandatory to construct a “Channel”
element are described as follows:
Mandatory child elements for channel element:
 <Title>: reveals the tile i.e. “digitechpedia”
 <Link>: contains the hyperlink of the channel i.e.
http://www.digitechpedia.com
 <Description>: very important as it explains the purpose of the
channel.
 <Item>: defines the feed or the article. A channel item can have more
than one item child element.
Except the mandatory elements there are few more additional child elements
are there, under the channel element, which one can use for better
readability and explanation. I would like to enlist few of them.
Optional elements:
 Language: Language used.
 copyright: Let you specify the copyright information
 Image : specify the image
 Category : is used to specify the category of the feed
Let’s have a look into these optional elements.
<language> Element: let you specify the language that you have used.
Syntax:
<language>en-us</language>
< copyright > Element :
Syntax:
<copyright>Copyright www.digitechpedia.com</copyright>
< image > Element :
Let you specify the image that you can place in the same directory where
RSS file belongs.
<image>
<url>http://www.digitechpedia.com/img_name.gif</url>
<link> http://www.digitechpedia.com/index.htm</link>
</image>
Here, <url> is the address of the image and <link> is the address of the
page where a user will be taken after clicking.
< category > Element :
Syntax:
<category>SEO</category>
<item> Element:
Defines the feed or the article that you want to share wilt every one. A
channel item can contain more than one item element.
<item> element has three mandatory elements like the <channel> element
and they are <title>,<link> and <description>. All these are same like
<channel> element.
There are few optional child elements are there under the <item> element.
Few of them are listed as follows.
 pubDate: Last publication date for the item.
 Category: is used to specify the category of the feed
 Author: let you define the name of the author.
Let’s have a look into these optional elements.
< pubDate> Element:
Syntax:
<pubDate>Mon, 12 Oct 2015 00:00:00 EST</pubDate>
<category> element is same just like before.
< author > Element :
Syntax:
<author>
<name>name of the author </name>
</author>
So, These are all about the syntax and these are not much tough; we need
to be a bit careful while constructing the RSS file as syntax must be 100%
right.
Sometimes, confusion may arises that what version to follow to
construct RSS as too many versions (0.9, 0.91, 0.92, 1.0, 2.0) are
available. Any version you can choose it does not matter; the only
thing that does matter is the syntax that needs to be 100% correct.
Notifying everyone that you have RSS:
Well, now you have constructed the RSS. So please let me congratulate you.
Now you have to notify everyone that you have got RSS file uploaded and
anyone if needed can subscribe. For this, general approach, to put a small
button with a image like this and associate the feed link to make the
task easier. You can put it either <head> section of your website or at the
footer as there is no such rules. I put it at the footer with just a simple code
as follows:
<a href="http://feeds.feedburner.com/Digitechpedia" title="Subscribe to my
feed" rel="alternate" type="application/rss+xml"><img
src="//feedburner.google.com/fb/images/pub/feed-icon32x32.png" alt=""
style="border: 0"></a>
One thing I would like to share that the “href” contains the link to the RSS
file as you can see from the above example. Here, I used “feedburner” to
generate my RSS feed but it is not mandatory to use “feedburner”; I did it
for different purpose as the link is from the updates of my blog that I shared
in my webpage. You will put your link of the RSS file uploaded at the root
directory like http://www.abc.com/rss.xml
At my next post I will be sharing details about “feedburner”.
RSS Generator makes your task easy:
Well, some free online RSS generator tools are available and you just need
to Google a bit to find those websites. This may save doing the task
manually.
RSS validation:
After, generating the RSS File it is a good practice that you must check
whether the syntax are 100% correct or not. So again you need to Google a
bit to fine free RSS validate tool. I can suggest one tool like this
http://www.feedvalidator.org/; it worked fine for me and still use it to
validate my client’s RSS files.
Uploading RSS, few important points:
So, RSS is nothing but an xml file that keeps the recent changes of your site
or the changes you would like to show the others as advertisement.
After preparing the RSS files you have to upload the file to the root
directory.
Means: http://www.abc.com/rss.xml
Practical example:
1> http://www.digitechpedia.com/rss.xml
Follow the links and you will be able to see how it looks like.
***URLs in RSS/Atom feeds should maintain to the following guidelines:
 Only include URLs that can be fetched by Googlebot. A common
mistake is including URLs disallowed by robots.txt — which cannot be
fetched by Googlebot, or including URLs of pages that don't exist.
 Only include canonical URLs. A common mistake is to include URLs of
duplicate pages. This increases the load on your server without
improving indexing.
***SO, closely examine the rss.xml before uploading whether each
urls are opening the different pages or not. If more than one urls
pointing to same page then only canonical url for those urls must be
put in rss.xml file and duplicate urls must be deleted.
Some Directories Name:
I personally used all these and hope this are still functioning well.
 feedgy.com
 feedlisting.com
 feedage.com
 feedcat.net
 plazoo.com
 blogdigger.com
 rss6.com
 http://www.blogrollcenter.com/
 http://fuelmyblog.com
 http://blogdigger.com
 http://swoogle.umbc.edu
 http://www.rssmicro.com/
 http://feedshark.brainbliss.com/
 http://www.wilsdomain.com
 http://ngoid.sourceforge.net/
 http://allfeeds.org
 http://rssroot.com
Except these one can find plenty of sites, if they search in the Google.
All you have to do just look into the site first whether it is still alive or not.
A Humble Request:
My friends, I am a freelancer and newcomer in the field of digital marketing.
I shared with you what I have learned during my sort tenure in this field so
that you, friends who got more experience in this field can add and share
your knowledge with novices like me; as it is very much needed to rectify
the error. So, guys please leave comment with rectification that is needed
and help me to rectify if there is any mistake.
Please, have a look into my website: http://www.digitechpedia.com/
Somnath

More Related Content

What's hot

What's hot (19)

Rss Feeds & RSS Readers
Rss Feeds & RSS ReadersRss Feeds & RSS Readers
Rss Feeds & RSS Readers
 
RSS in Education
RSS in EducationRSS in Education
RSS in Education
 
All About Rs Sv2
All About Rs Sv2All About Rs Sv2
All About Rs Sv2
 
9/27 PPT RSS
9/27 PPT RSS9/27 PPT RSS
9/27 PPT RSS
 
Personal learning environments with net vibes
Personal learning environments with net vibesPersonal learning environments with net vibes
Personal learning environments with net vibes
 
Applying New Technologies
Applying New TechnologiesApplying New Technologies
Applying New Technologies
 
Group Presentation on RSS Feeds
Group Presentation on RSS FeedsGroup Presentation on RSS Feeds
Group Presentation on RSS Feeds
 
Finding, Posting And Prepending A Oppossing Viewpoints Article
Finding, Posting And Prepending A Oppossing Viewpoints ArticleFinding, Posting And Prepending A Oppossing Viewpoints Article
Finding, Posting And Prepending A Oppossing Viewpoints Article
 
Pm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodologyPm shandilya-s-wcodew-web-methodology
Pm shandilya-s-wcodew-web-methodology
 
Rss & Wikis @ The Library
Rss & Wikis @ The LibraryRss & Wikis @ The Library
Rss & Wikis @ The Library
 
P P P Deluge
P P P  DelugeP P P  Deluge
P P P Deluge
 
Social Media: Content Matters
Social Media: Content MattersSocial Media: Content Matters
Social Media: Content Matters
 
Business Applications For Rss Feeds
Business Applications For Rss FeedsBusiness Applications For Rss Feeds
Business Applications For Rss Feeds
 
RSS feeds
RSS feedsRSS feeds
RSS feeds
 
Google and Beyond
Google and BeyondGoogle and Beyond
Google and Beyond
 
Rss 101
Rss 101Rss 101
Rss 101
 
Improving SEO at CBC
Improving SEO at CBCImproving SEO at CBC
Improving SEO at CBC
 
Presentation2
Presentation2Presentation2
Presentation2
 
LinkedIn Pulse Feed Setup Guide
LinkedIn Pulse Feed Setup Guide LinkedIn Pulse Feed Setup Guide
LinkedIn Pulse Feed Setup Guide
 

Viewers also liked

Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...
Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...
Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...Southern Cargo Packers and Movers
 
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)知書識道
 
Construction of my contents
Construction of my contentsConstruction of my contents
Construction of my contentsmark shaw
 
Curso TDAH Avaliação Neuropedagógica: o perfil acadêmico no TDAH
Curso TDAH   Avaliação Neuropedagógica: o perfil acadêmico no TDAHCurso TDAH   Avaliação Neuropedagógica: o perfil acadêmico no TDAH
Curso TDAH Avaliação Neuropedagógica: o perfil acadêmico no TDAHviasdosaber
 
Integrale definite prezpp (2)
Integrale definite prezpp (2)Integrale definite prezpp (2)
Integrale definite prezpp (2)oles vol
 
Conventions of trailers 2
Conventions of trailers 2Conventions of trailers 2
Conventions of trailers 2mark shaw
 
SAAEA 2016_Secure Personalisation Solution_S&O_V2
SAAEA 2016_Secure Personalisation Solution_S&O_V2SAAEA 2016_Secure Personalisation Solution_S&O_V2
SAAEA 2016_Secure Personalisation Solution_S&O_V2Warren Sanders
 
Dropbox 使用入门
Dropbox 使用入门Dropbox 使用入门
Dropbox 使用入门海淑 郑
 
Suggestions for rudimentray cool business card systems
Suggestions for rudimentray cool business card systemsSuggestions for rudimentray cool business card systems
Suggestions for rudimentray cool business card systemsdigicraft1
 

Viewers also liked (15)

Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...
Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...
Southern Cargo Packers and Movers in Nerul (Navi Mumbai) – For Expert Relocat...
 
Presentación1 fernando
Presentación1 fernandoPresentación1 fernando
Presentación1 fernando
 
Proyecto metodologia Anyelith
Proyecto metodologia AnyelithProyecto metodologia Anyelith
Proyecto metodologia Anyelith
 
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)
新銳福音派──新世代教會模式蛻變|韋柏(Robert E. Webber)
 
Construction of my contents
Construction of my contentsConstruction of my contents
Construction of my contents
 
Curso TDAH Avaliação Neuropedagógica: o perfil acadêmico no TDAH
Curso TDAH   Avaliação Neuropedagógica: o perfil acadêmico no TDAHCurso TDAH   Avaliação Neuropedagógica: o perfil acadêmico no TDAH
Curso TDAH Avaliação Neuropedagógica: o perfil acadêmico no TDAH
 
Integrale definite prezpp (2)
Integrale definite prezpp (2)Integrale definite prezpp (2)
Integrale definite prezpp (2)
 
Conventions of trailers 2
Conventions of trailers 2Conventions of trailers 2
Conventions of trailers 2
 
Daniela CV Jan 2017
Daniela CV Jan 2017Daniela CV Jan 2017
Daniela CV Jan 2017
 
SAAEA 2016_Secure Personalisation Solution_S&O_V2
SAAEA 2016_Secure Personalisation Solution_S&O_V2SAAEA 2016_Secure Personalisation Solution_S&O_V2
SAAEA 2016_Secure Personalisation Solution_S&O_V2
 
Top 10 Most Missed Out Items While Moving Home
Top 10 Most Missed Out Items While Moving HomeTop 10 Most Missed Out Items While Moving Home
Top 10 Most Missed Out Items While Moving Home
 
Signe Andersen_prosjekter_CV
Signe Andersen_prosjekter_CVSigne Andersen_prosjekter_CV
Signe Andersen_prosjekter_CV
 
Props media
Props mediaProps media
Props media
 
Dropbox 使用入门
Dropbox 使用入门Dropbox 使用入门
Dropbox 使用入门
 
Suggestions for rudimentray cool business card systems
Suggestions for rudimentray cool business card systemsSuggestions for rudimentray cool business card systems
Suggestions for rudimentray cool business card systems
 

Similar to Rss feed complete guide

Rss feed - Off Page Optimization - Digital Marketing
Rss feed - Off Page Optimization - Digital MarketingRss feed - Off Page Optimization - Digital Marketing
Rss feed - Off Page Optimization - Digital MarketingNeeraj Reddy
 
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...Anil Mishra
 
Are you missing out on the RSS revolution?
Are you missing out on the RSS revolution?Are you missing out on the RSS revolution?
Are you missing out on the RSS revolution?Mike Richwalsky
 
RSS and its use in Libraries
RSS and its use in LibrariesRSS and its use in Libraries
RSS and its use in LibrariesADINET Ahmedabad
 
Getting Started with RSS
Getting Started with RSSGetting Started with RSS
Getting Started with RSSjenna3
 
Chapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionChapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionRoger McHaney
 
What is atom rss feed
What is atom rss feedWhat is atom rss feed
What is atom rss feedLeonor Costa
 
How to create rss feed for your website
How to create  rss feed  for  your  websiteHow to create  rss feed  for  your  website
How to create rss feed for your websiteOM Maurya
 
How to create rss feed
How to create rss feedHow to create rss feed
How to create rss feedTanuja Talekar
 
How to RSS Feed in Search Engine Optimization and their Benefits.
How to RSS Feed in Search Engine Optimization and their Benefits.How to RSS Feed in Search Engine Optimization and their Benefits.
How to RSS Feed in Search Engine Optimization and their Benefits.karthikzinavo
 
RSS System Project Presentation
RSS System Project PresentationRSS System Project Presentation
RSS System Project PresentationAbhinavkul
 
Add Module Doing Business Over The Internet
Add Module Doing Business Over The InternetAdd Module Doing Business Over The Internet
Add Module Doing Business Over The Internetguest7b126e
 
Integrating RSS into Your Web site
Integrating RSS into Your Web siteIntegrating RSS into Your Web site
Integrating RSS into Your Web siteMichael Sauers
 
How PR can profit from RSS (March 2007)
How PR can profit from RSS (March 2007)How PR can profit from RSS (March 2007)
How PR can profit from RSS (March 2007)David Strom
 
RSS and Atom in the Social Web
RSS and Atom in the Social WebRSS and Atom in the Social Web
RSS and Atom in the Social Webhchen1
 

Similar to Rss feed complete guide (20)

Rss feed - Off Page Optimization - Digital Marketing
Rss feed - Off Page Optimization - Digital MarketingRss feed - Off Page Optimization - Digital Marketing
Rss feed - Off Page Optimization - Digital Marketing
 
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
Rss technology -a_tool_to_expedite_up-to-date_information_for_library_users -...
 
Are you missing out on the RSS revolution?
Are you missing out on the RSS revolution?Are you missing out on the RSS revolution?
Are you missing out on the RSS revolution?
 
RSS and its use in Libraries
RSS and its use in LibrariesRSS and its use in Libraries
RSS and its use in Libraries
 
Getting Started with RSS
Getting Started with RSSGetting Started with RSS
Getting Started with RSS
 
Chapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionChapter4a McHaney 2nd edition
Chapter4a McHaney 2nd edition
 
Rss Feeds
Rss FeedsRss Feeds
Rss Feeds
 
What is atom rss feed
What is atom rss feedWhat is atom rss feed
What is atom rss feed
 
Integrating RSS Into Your Web Site
Integrating RSS Into Your Web SiteIntegrating RSS Into Your Web Site
Integrating RSS Into Your Web Site
 
How to create rss feed for your website
How to create  rss feed  for  your  websiteHow to create  rss feed  for  your  website
How to create rss feed for your website
 
How to create rss feed
How to create rss feedHow to create rss feed
How to create rss feed
 
How to RSS Feed in Search Engine Optimization and their Benefits.
How to RSS Feed in Search Engine Optimization and their Benefits.How to RSS Feed in Search Engine Optimization and their Benefits.
How to RSS Feed in Search Engine Optimization and their Benefits.
 
RSS System Project Presentation
RSS System Project PresentationRSS System Project Presentation
RSS System Project Presentation
 
Add Module Doing Business Over The Internet
Add Module Doing Business Over The InternetAdd Module Doing Business Over The Internet
Add Module Doing Business Over The Internet
 
RSS Overview
RSS OverviewRSS Overview
RSS Overview
 
Integrating RSS into Your Web site
Integrating RSS into Your Web siteIntegrating RSS into Your Web site
Integrating RSS into Your Web site
 
World’s best rss explanation
World’s best rss explanationWorld’s best rss explanation
World’s best rss explanation
 
sw10-hw
sw10-hwsw10-hw
sw10-hw
 
How PR can profit from RSS (March 2007)
How PR can profit from RSS (March 2007)How PR can profit from RSS (March 2007)
How PR can profit from RSS (March 2007)
 
RSS and Atom in the Social Web
RSS and Atom in the Social WebRSS and Atom in the Social Web
RSS and Atom in the Social Web
 

Recently uploaded

Mastering Wealth with YouTube Content Marketing.pdf
Mastering Wealth with YouTube Content Marketing.pdfMastering Wealth with YouTube Content Marketing.pdf
Mastering Wealth with YouTube Content Marketing.pdfTirupati Social Media
 
"Ready to elevate your Instagram? Let's go
"Ready to elevate your Instagram? Let's go"Ready to elevate your Instagram? Let's go
"Ready to elevate your Instagram? Let's goSocioCosmos
 
O9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenO9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenSapana Sha
 
Add more information to your upload Tip: Better titles and descriptions lead ...
Add more information to your upload Tip: Better titles and descriptions lead ...Add more information to your upload Tip: Better titles and descriptions lead ...
Add more information to your upload Tip: Better titles and descriptions lead ...SejarahLokal
 
Impact Of Educational Resources on Students' Academic Performance in Economic...
Impact Of Educational Resources on Students' Academic Performance in Economic...Impact Of Educational Resources on Students' Academic Performance in Economic...
Impact Of Educational Resources on Students' Academic Performance in Economic...AJHSSR Journal
 
AI Virtual Influencers: The Future of Influencer Marketing
AI Virtual Influencers:  The Future of Influencer MarketingAI Virtual Influencers:  The Future of Influencer Marketing
AI Virtual Influencers: The Future of Influencer MarketingCut-the-SaaS
 
Unlock Your Social Media Potential with IndianLikes - IndianLikes.com
Unlock Your Social Media Potential with IndianLikes - IndianLikes.comUnlock Your Social Media Potential with IndianLikes - IndianLikes.com
Unlock Your Social Media Potential with IndianLikes - IndianLikes.comSagar Sinha
 
Call Girls In Patel Nagar Delhi 9654467111 Escorts Service
Call Girls In Patel Nagar Delhi 9654467111 Escorts ServiceCall Girls In Patel Nagar Delhi 9654467111 Escorts Service
Call Girls In Patel Nagar Delhi 9654467111 Escorts ServiceSapana Sha
 
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170Komal Khan
 
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...baharayali
 
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...makika9823
 
Cosmic Conversations with Sociocosmos...
Cosmic Conversations with Sociocosmos...Cosmic Conversations with Sociocosmos...
Cosmic Conversations with Sociocosmos...SocioCosmos
 
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一ra6e69ou
 
Dubai Call Girls O528786472 Diabolic Call Girls In Dubai
Dubai Call Girls O528786472 Diabolic Call Girls In DubaiDubai Call Girls O528786472 Diabolic Call Girls In Dubai
Dubai Call Girls O528786472 Diabolic Call Girls In Dubaihf8803863
 
Spotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of FloridaSpotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of Floridajorirz24
 
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...AJHSSR Journal
 

Recently uploaded (20)

Mastering Wealth with YouTube Content Marketing.pdf
Mastering Wealth with YouTube Content Marketing.pdfMastering Wealth with YouTube Content Marketing.pdf
Mastering Wealth with YouTube Content Marketing.pdf
 
"Ready to elevate your Instagram? Let's go
"Ready to elevate your Instagram? Let's go"Ready to elevate your Instagram? Let's go
"Ready to elevate your Instagram? Let's go
 
O9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking MenO9654467111 Call Girls In Shahdara Women Seeking Men
O9654467111 Call Girls In Shahdara Women Seeking Men
 
Add more information to your upload Tip: Better titles and descriptions lead ...
Add more information to your upload Tip: Better titles and descriptions lead ...Add more information to your upload Tip: Better titles and descriptions lead ...
Add more information to your upload Tip: Better titles and descriptions lead ...
 
Impact Of Educational Resources on Students' Academic Performance in Economic...
Impact Of Educational Resources on Students' Academic Performance in Economic...Impact Of Educational Resources on Students' Academic Performance in Economic...
Impact Of Educational Resources on Students' Academic Performance in Economic...
 
AI Virtual Influencers: The Future of Influencer Marketing
AI Virtual Influencers:  The Future of Influencer MarketingAI Virtual Influencers:  The Future of Influencer Marketing
AI Virtual Influencers: The Future of Influencer Marketing
 
Enjoy ➥8448380779▻ Call Girls In Noida Sector 93 Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Noida Sector 93 Escorts Delhi NCREnjoy ➥8448380779▻ Call Girls In Noida Sector 93 Escorts Delhi NCR
Enjoy ➥8448380779▻ Call Girls In Noida Sector 93 Escorts Delhi NCR
 
Unlock Your Social Media Potential with IndianLikes - IndianLikes.com
Unlock Your Social Media Potential with IndianLikes - IndianLikes.comUnlock Your Social Media Potential with IndianLikes - IndianLikes.com
Unlock Your Social Media Potential with IndianLikes - IndianLikes.com
 
young call girls in Greater Noida 🔝 9953056974 🔝 Delhi escort Service
young call girls in  Greater Noida 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in  Greater Noida 🔝 9953056974 🔝 Delhi escort Service
young call girls in Greater Noida 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls In Patel Nagar Delhi 9654467111 Escorts Service
Call Girls In Patel Nagar Delhi 9654467111 Escorts ServiceCall Girls In Patel Nagar Delhi 9654467111 Escorts Service
Call Girls In Patel Nagar Delhi 9654467111 Escorts Service
 
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Ramesh Nagar🔝 9953056974 🔝 Delhi escort Service
 
looking for escort 9953056974 Low Rate Call Girls In Vinod Nagar
looking for escort 9953056974 Low Rate Call Girls In  Vinod Nagarlooking for escort 9953056974 Low Rate Call Girls In  Vinod Nagar
looking for escort 9953056974 Low Rate Call Girls In Vinod Nagar
 
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
VIP Moti Bagh Call Girls Free Doorstep Delivery 9873777170
 
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
Top Astrologer, Kala ilam specialist in USA and Bangali Amil baba in Saudi Ar...
 
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
Independent Escorts Lucknow 8923113531 WhatsApp luxurious locale in your city...
 
Cosmic Conversations with Sociocosmos...
Cosmic Conversations with Sociocosmos...Cosmic Conversations with Sociocosmos...
Cosmic Conversations with Sociocosmos...
 
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一
定制(ENU毕业证书)英国爱丁堡龙比亚大学毕业证成绩单原版一比一
 
Dubai Call Girls O528786472 Diabolic Call Girls In Dubai
Dubai Call Girls O528786472 Diabolic Call Girls In DubaiDubai Call Girls O528786472 Diabolic Call Girls In Dubai
Dubai Call Girls O528786472 Diabolic Call Girls In Dubai
 
Spotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of FloridaSpotify AI DJ Deck - The Agency at University of Florida
Spotify AI DJ Deck - The Agency at University of Florida
 
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...
IMPACT OF FISCAL POLICY AND MONETARY POLICY ON THE ECONOMIC GROWTH OF NIGERIA...
 

Rss feed complete guide

  • 1. RSS (Really Simple Syndication or Rich Site Summery): Figure: A graphical Representation of RSS A few words that is customary to start a topic, nothing but a routine work: Well, in a brief I can say RSS, an acronym for Rich Site Summery or “Really Simple Syndication” that allows you to syndicate your website contents.
  • 2. We want to stay updated always, it is our habit: Every day, we use to serf internet and this is a common habits of all of us and it is quite relevant in our daily life as through internet we can have access all sorts of information like current News Headlines, entertainment, travel news, health info, education information, job vacancies, social news and trends and so many things. Many of us want to track all of these lists of information and believe me I am one of them. But what is the easiest way to track news and information? Because news always keeps changing and everyone wants to get updated always; quite natural habit as nobody wants to stay behind. So, what will you do? Always keep surfing to stay updated. Well that is not at all possible as we are all busy doing something for our livelihood and hypothetically (for the sake of argument), say one has enough time to do all these stuff (a fortunate one!!), even for him/her it is a cumbersome and time consuming process to check all the updates daily in numerous websites and portals. RSS is the solution: So what if the websites and web portals automatically tell you about the updates that you like? Well, is it possible? Yes, through RSS (Really Simple Syndication) it is possible. Let’s dig a bit into the matter. RSS is nothing
  • 3. but a simple XML file that contains the lists of hyperlinks along with the brief description. How does this RSS work? Consider the following steps that form the total procedure: First, you have to prepare the RSS file, the updates that you want to show the word, that is called technically the RSS feed what contains all the current updates regarding your website in the form of links along with the description and even you can attach image if you think. Now you can publish your RSS feed to the registered aggregators (website or web portal) that are programmed to manage the feed in separate category. Every day aggregators search your website for the updates means the RSS feeds to check it whether the links are valid or not and if all things are verified, then displays the information. Clients who are registered with these aggregators with their particular interests can read the feed. Figure: Aggregator
  • 4. A pretty girl with so many nick names!!!! Often confused with so many names like Feed aggregator, News aggregator, RSS aggregator, feed reader, RSS Reader So, let’s look into the matter in a simplified way: Feed aggregator, News aggregator, RSS aggregator, feed reader, RSS Reader all are basically same and nothing but web application or client software (desktop application, often called desktop feed reader) which collects syndicated web contents for easy viewing and finding. Who can make use of RSS? Better say anyone can use RSS for the promotion of his/her website as there is no hard and fast rules for this. But if we look into the technical characteristic then we use it for the following sort of websites to get the best from this technique.  Website dealing with auction item: easily distribute the news of the newly items added to the action list so that subscriber can get the updates easily  News agency: can use to distribute their news updates  Entertainment Sites: easily subscriber can have the updates  Shopping sites: perfect technique to let the subscriber know about new items and offers  Job sites : easily distribute the latest job updates and news The History of RSS: Well, though everyone is not fond of “history”, but it is a customary to attach a glimpse of past efforts.  1997: Dave Winer at UserLand first forms the RSS as scripting News  1999: Netscape proposed RSS 0.90  2000: UserLand releases the official RSS 0.91 specification  2000: O'Reilly published RSS 1.0 that contains RDF and namespaces.  2001 : Dave Winer developed RSS 2.0 after quitting UserLand  2003 : The official RSS 2.0 specification is released
  • 5. RSS Syntax: Well, let’s have a look into the syntax details; a bit technical stuff and that cannot be avoided completely. RSS uses very simple syntax and this is self describing. One can construct RSS very easily and for that very basic xml knowledge is required. Though, many free RSS generator also available online and one can use this online generator to construct the RSS for their website without having any technological knowledge and believe me all you have to do is just to put your website address. The RSS file will be generated and ready to use. The next page reveals a basic RSS file that I have used for my website. Please, look into the files closely and do not worry for the technical jargons as these are not much tough as it looks. Figure: RSS Syntax
  • 6. Now, if we examine closely the file, we will see the first line telling us that it is an xml file whose version is 1.0 and uses “UTF-8” character set. The very next line reveals that it is a RSS document and the version is 2.0. The third line has the “channel” element that tells u about the RSS Feed. There are three child elements that are mandatory to construct a “Channel” element are described as follows: Mandatory child elements for channel element:  <Title>: reveals the tile i.e. “digitechpedia”  <Link>: contains the hyperlink of the channel i.e. http://www.digitechpedia.com  <Description>: very important as it explains the purpose of the channel.  <Item>: defines the feed or the article. A channel item can have more than one item child element. Except the mandatory elements there are few more additional child elements are there, under the channel element, which one can use for better readability and explanation. I would like to enlist few of them. Optional elements:  Language: Language used.  copyright: Let you specify the copyright information  Image : specify the image  Category : is used to specify the category of the feed Let’s have a look into these optional elements. <language> Element: let you specify the language that you have used. Syntax:
  • 7. <language>en-us</language> < copyright > Element : Syntax: <copyright>Copyright www.digitechpedia.com</copyright> < image > Element : Let you specify the image that you can place in the same directory where RSS file belongs. <image> <url>http://www.digitechpedia.com/img_name.gif</url> <link> http://www.digitechpedia.com/index.htm</link> </image> Here, <url> is the address of the image and <link> is the address of the page where a user will be taken after clicking. < category > Element : Syntax: <category>SEO</category> <item> Element: Defines the feed or the article that you want to share wilt every one. A channel item can contain more than one item element. <item> element has three mandatory elements like the <channel> element and they are <title>,<link> and <description>. All these are same like <channel> element.
  • 8. There are few optional child elements are there under the <item> element. Few of them are listed as follows.  pubDate: Last publication date for the item.  Category: is used to specify the category of the feed  Author: let you define the name of the author. Let’s have a look into these optional elements. < pubDate> Element: Syntax: <pubDate>Mon, 12 Oct 2015 00:00:00 EST</pubDate> <category> element is same just like before. < author > Element : Syntax: <author> <name>name of the author </name> </author> So, These are all about the syntax and these are not much tough; we need to be a bit careful while constructing the RSS file as syntax must be 100% right. Sometimes, confusion may arises that what version to follow to construct RSS as too many versions (0.9, 0.91, 0.92, 1.0, 2.0) are available. Any version you can choose it does not matter; the only thing that does matter is the syntax that needs to be 100% correct.
  • 9. Notifying everyone that you have RSS: Well, now you have constructed the RSS. So please let me congratulate you. Now you have to notify everyone that you have got RSS file uploaded and anyone if needed can subscribe. For this, general approach, to put a small button with a image like this and associate the feed link to make the task easier. You can put it either <head> section of your website or at the footer as there is no such rules. I put it at the footer with just a simple code as follows: <a href="http://feeds.feedburner.com/Digitechpedia" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"><img src="//feedburner.google.com/fb/images/pub/feed-icon32x32.png" alt="" style="border: 0"></a> One thing I would like to share that the “href” contains the link to the RSS file as you can see from the above example. Here, I used “feedburner” to generate my RSS feed but it is not mandatory to use “feedburner”; I did it for different purpose as the link is from the updates of my blog that I shared in my webpage. You will put your link of the RSS file uploaded at the root directory like http://www.abc.com/rss.xml At my next post I will be sharing details about “feedburner”. RSS Generator makes your task easy: Well, some free online RSS generator tools are available and you just need to Google a bit to find those websites. This may save doing the task manually. RSS validation: After, generating the RSS File it is a good practice that you must check whether the syntax are 100% correct or not. So again you need to Google a bit to fine free RSS validate tool. I can suggest one tool like this http://www.feedvalidator.org/; it worked fine for me and still use it to validate my client’s RSS files.
  • 10. Uploading RSS, few important points: So, RSS is nothing but an xml file that keeps the recent changes of your site or the changes you would like to show the others as advertisement. After preparing the RSS files you have to upload the file to the root directory. Means: http://www.abc.com/rss.xml Practical example: 1> http://www.digitechpedia.com/rss.xml Follow the links and you will be able to see how it looks like. ***URLs in RSS/Atom feeds should maintain to the following guidelines:  Only include URLs that can be fetched by Googlebot. A common mistake is including URLs disallowed by robots.txt — which cannot be fetched by Googlebot, or including URLs of pages that don't exist.  Only include canonical URLs. A common mistake is to include URLs of duplicate pages. This increases the load on your server without improving indexing. ***SO, closely examine the rss.xml before uploading whether each urls are opening the different pages or not. If more than one urls pointing to same page then only canonical url for those urls must be put in rss.xml file and duplicate urls must be deleted. Some Directories Name: I personally used all these and hope this are still functioning well.  feedgy.com  feedlisting.com  feedage.com
  • 11.  feedcat.net  plazoo.com  blogdigger.com  rss6.com  http://www.blogrollcenter.com/  http://fuelmyblog.com  http://blogdigger.com  http://swoogle.umbc.edu  http://www.rssmicro.com/  http://feedshark.brainbliss.com/  http://www.wilsdomain.com  http://ngoid.sourceforge.net/  http://allfeeds.org  http://rssroot.com Except these one can find plenty of sites, if they search in the Google. All you have to do just look into the site first whether it is still alive or not. A Humble Request: My friends, I am a freelancer and newcomer in the field of digital marketing. I shared with you what I have learned during my sort tenure in this field so that you, friends who got more experience in this field can add and share your knowledge with novices like me; as it is very much needed to rectify the error. So, guys please leave comment with rectification that is needed and help me to rectify if there is any mistake. Please, have a look into my website: http://www.digitechpedia.com/ Somnath