SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

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
Steve Kashdan
 
Improving SEO at CBC
Improving SEO at CBCImproving SEO at CBC
Improving SEO at CBC
Blake Crosby
 
Presentation2
Presentation2Presentation2
Presentation2
s1190106
 
LinkedIn Pulse Feed Setup Guide
LinkedIn Pulse Feed Setup Guide LinkedIn Pulse Feed Setup Guide
LinkedIn Pulse Feed Setup Guide
Jessica Chan
 

Was ist angesagt? (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
 

Andere mochten auch

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
Warren Sanders
 

Andere mochten auch (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
 

Ähnlich wie Rss feed complete guide

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
 
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
guest7b126e
 
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
hchen1
 

Ähnlich wie 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
 

Kürzlich hochgeladen

Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Call Girls In Delhi Whatsup 9873940964 Enjoy Unlimited Pleasure
 
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptxFactors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
vemusae
 
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
anilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
anilsa9823
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
Delhi  99530 vip 56974  Genuine Escort Service Call Girls in MasudpurDelhi  99530 vip 56974  Genuine Escort Service Call Girls in Masudpur
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
sonatiwari757
 

Kürzlich hochgeladen (20)

Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
Russian Call Girls Rohini Sector 35 💓 Delhi 9999965857 @Sabina Modi VVIP MODE...
 
SELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANYSELECTING A SOCIAL MEDIA MARKETING COMPANY
SELECTING A SOCIAL MEDIA MARKETING COMPANY
 
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncrCall Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
Call Girls In Gurgaon Dlf pHACE 2 Women Delhi ncr
 
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service9953056974 Young Call Girls In  Kirti Nagar Indian Quality Escort service
9953056974 Young Call Girls In Kirti Nagar Indian Quality Escort service
 
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
Night 7k Call Girls Pari Chowk Escorts Call Me: 8448380779
 
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFECASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
CASH PAYMENT ON GIRL HAND TO HAND HOUSEWIFE
 
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptxFactors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
Factors-on-Authenticity-and-Validity-of-Evidences-and-Information.pptx
 
Website research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazineWebsite research Powerpoint for Bauer magazine
Website research Powerpoint for Bauer magazine
 
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
Top Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash PaymentTop Call Girls In Telibagh ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment
Top Call Girls In Telibagh ( Lucknow ) 🔝 8923113531 🔝 Cash Payment
 
Film show investigation powerpoint for the site
Film show investigation powerpoint for the siteFilm show investigation powerpoint for the site
Film show investigation powerpoint for the site
 
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
CALL ON ➥8923113531 🔝Call Girls Ashiyana Colony Lucknow best sexual service O...
 
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
Night 7k Call Girls Atta Market Escorts Call Me: 8448380779
 
Vellore Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Vellore Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort ServiceVellore Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
Vellore Call Girls Service ☎ ️82500–77686 ☎️ Enjoy 24/7 Escort Service
 
Elite Class ➥8448380779▻ Call Girls In Nizammuddin Delhi NCR
Elite Class ➥8448380779▻ Call Girls In Nizammuddin Delhi NCRElite Class ➥8448380779▻ Call Girls In Nizammuddin Delhi NCR
Elite Class ➥8448380779▻ Call Girls In Nizammuddin Delhi NCR
 
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
Unlock the power of Instagram with SocioCosmos. Start your journey towards so...
 
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCRElite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
Elite Class ➥8448380779▻ Call Girls In New Friends Colony Delhi NCR
 
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
Pondicherry Call Girls Book Now 8617697112 Top Class Pondicherry Escort Servi...
 
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
Delhi  99530 vip 56974  Genuine Escort Service Call Girls in MasudpurDelhi  99530 vip 56974  Genuine Escort Service Call Girls in Masudpur
Delhi 99530 vip 56974 Genuine Escort Service Call Girls in Masudpur
 
Improve Your Brand in Waco with a Professional Social Media Marketing Company
Improve Your Brand in Waco with a Professional Social Media Marketing CompanyImprove Your Brand in Waco with a Professional Social Media Marketing Company
Improve Your Brand in Waco with a Professional Social Media Marketing Company
 
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our EscortsVIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
VIP Chandigarh Call Girls Service 7001035870 Enjoy Call Girls With Our Escorts
 

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