SlideShare a Scribd company logo
1 of 16
HOW
TO
CREATE
RSS FEEDS
AND
CHECK
IF IT IS VALID
WHAT IS RSS FEED ?
An RSS feed is a resource that shows the
latest content from a source and the main
thing about RSS is that it automatically
updated.
By submitting an RSS feed to different
directories, you provide another way for your
blog content to get syndicated and to distribute
your backlinks.
RSS feeds contain what are referred to as "items". The items are usually connected in some way
and contain a common theme or other similarity.
The following feed http://www.notepage.net/feed.xml contains items. The items are all SMS and
paging related news articles that would likely benefit someone interested in the wireless market.
Each item contains:
1) title
2) description
3) link
The title and description should be written to describe the content and the link should reference the
webpage that contains that actual content.
Like html, the xml file uses open and close tags to designate the title, description and link. Tags are
enclosed in brackets <>, like standard html and the close tag contains a forward slash /.
The following is what an item in a xml file looks like:
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
Items
As I mentioned earlier, an RSS feeds contains items and like the
tags above, an open and close tag is used to distinguish between
items.
<item>
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
</item>
<item>
<title>Another Title Goes Here</title>
<description>Another description goes here</description>
<link>http://www.anotherlinkgoeshere.com</link>
</item>
BASIC SYNTAX OF AN RSS FEED
<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>The Channel Title Goes Here</title>
<description>The explanation of how the items are related goes here</description>
<link>http://www.directoryoflinksgohere</link>
<item>
<title>The Title Goes Here</title>
<description>The description goes here</description>
<link>http://www.linkgoeshere.com</link>
</item>
<item>
<title>Another Title Goes Here</title>
<description>Another description goes here</description>
<link>http://www.anotherlinkgoeshere.com</link>
</item>
</channel>
</rss>
When you save the file be sure to save it as an xml file.
You can write
the code for rss
feed manually .
You can create
rss feed using
online tool too.
Lets see how to do that using online tool
Go to : http://www.joydeepdeb.com/tools/rss-feeds-generator.html
Fill up details of your website
1
2
3
4
Rememer to give your image url
for your website here
Lets add feeds(your webpages) now
You will get a message like this when you add a new feed.
Once all your feeds(web pages) are added. Click on generate
feed.Copy that code and save it in as “rss.xml”
Save it as rss.xml
Upload it to your websites top level directory
example : www.example.com/rss.xml
Check if it uploaded on your website . You should see the following
screen if it was uploaded successfully.
Type your address
Now go to www.feedvalidator.org to check whether your feed is
valid or not. Just add the url of your website eg :
www.example.com/rss.xml and click on “Validate”
THANK
YOU

More Related Content

What's hot

Internet with HTML
Internet with HTMLInternet with HTML
Internet with HTMLumesh patil
 
Meta tags
Meta tagsMeta tags
Meta tagshapy
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for linksCK Yang
 
Google Search Using Advance Search Operators [1]
Google Search Using Advance Search Operators [1]Google Search Using Advance Search Operators [1]
Google Search Using Advance Search Operators [1]satishreddy323
 
Recovered file 1
Recovered file 1Recovered file 1
Recovered file 1Uthara Iyer
 
Meta Tag Presentation
Meta Tag PresentationMeta Tag Presentation
Meta Tag Presentationlaurlaur123
 
Std 10 Computer Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...
Std 10 Computer  Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...Std 10 Computer  Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...
Std 10 Computer Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...Nuzhat Memon
 
How a search engine works slide
How a search engine works slideHow a search engine works slide
How a search engine works slideSovan Misra
 
Surfing the internet
Surfing the internetSurfing the internet
Surfing the internetEveferro
 
How to make a website
How to make a websiteHow to make a website
How to make a websitekierakeating
 
5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab itUCT
 
Create Archive File Manually In Outlook 2010 !
Create Archive File Manually In Outlook 2010 !Create Archive File Manually In Outlook 2010 !
Create Archive File Manually In Outlook 2010 !peterb8
 
Codes and conventions of a contents page
Codes and conventions of a contents pageCodes and conventions of a contents page
Codes and conventions of a contents pageAdamDavies2000
 
Parsing strange v1.1
Parsing strange v1.1Parsing strange v1.1
Parsing strange v1.1Hal Stern
 
Reading Citations 2012
Reading Citations 2012Reading Citations 2012
Reading Citations 2012abutton1
 

What's hot (17)

Internet with HTML
Internet with HTMLInternet with HTML
Internet with HTML
 
Meta tags
Meta tagsMeta tags
Meta tags
 
Web topic 7 html tags for links
Web topic 7  html tags for linksWeb topic 7  html tags for links
Web topic 7 html tags for links
 
Google Search Using Advance Search Operators [1]
Google Search Using Advance Search Operators [1]Google Search Using Advance Search Operators [1]
Google Search Using Advance Search Operators [1]
 
Meta tags
Meta tagsMeta tags
Meta tags
 
Recovered file 1
Recovered file 1Recovered file 1
Recovered file 1
 
Meta Tag Presentation
Meta Tag PresentationMeta Tag Presentation
Meta Tag Presentation
 
6 html links
6 html links6 html links
6 html links
 
Std 10 Computer Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...
Std 10 Computer  Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...Std 10 Computer  Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...
Std 10 Computer Chapter 1- Introduction to HTML - Basic Formatting Tag in HT...
 
How a search engine works slide
How a search engine works slideHow a search engine works slide
How a search engine works slide
 
Surfing the internet
Surfing the internetSurfing the internet
Surfing the internet
 
How to make a website
How to make a websiteHow to make a website
How to make a website
 
5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it5 ref works 2.0 refgrab it
5 ref works 2.0 refgrab it
 
Create Archive File Manually In Outlook 2010 !
Create Archive File Manually In Outlook 2010 !Create Archive File Manually In Outlook 2010 !
Create Archive File Manually In Outlook 2010 !
 
Codes and conventions of a contents page
Codes and conventions of a contents pageCodes and conventions of a contents page
Codes and conventions of a contents page
 
Parsing strange v1.1
Parsing strange v1.1Parsing strange v1.1
Parsing strange v1.1
 
Reading Citations 2012
Reading Citations 2012Reading Citations 2012
Reading Citations 2012
 

Viewers also liked

How to create favicon
How to   create    faviconHow to   create    favicon
How to create faviconOM Maurya
 
how to create a blog on wordpress
how to create  a blog  on  wordpress how to create  a blog  on  wordpress
how to create a blog on wordpress OM Maurya
 
How to create rss feed
How to create rss feedHow to create rss feed
How to create rss feedTanuja Talekar
 
how to setup Google analytics tracking code for website
how to setup  Google analytics tracking code for websitehow to setup  Google analytics tracking code for website
how to setup Google analytics tracking code for websiteOM Maurya
 
Steps for adding sitemap to webmaster tool
Steps for adding  sitemap to    webmaster  toolSteps for adding  sitemap to    webmaster  tool
Steps for adding sitemap to webmaster toolOM Maurya
 
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...Robert M Chapple
 
How to track website visitors using Google analytics
How to track website visitors using Google analyticsHow to track website visitors using Google analytics
How to track website visitors using Google analyticsTanuja Talekar
 
How to create sitemap for website
How to create sitemap for websiteHow to create sitemap for website
How to create sitemap for websiteOM Maurya
 
Empowering Manhattan’s Communities
Empowering Manhattan’s CommunitiesEmpowering Manhattan’s Communities
Empowering Manhattan’s CommunitiesMichelle Feldman
 
Evaluation audience
Evaluation   audienceEvaluation   audience
Evaluation audiencePrimer_Prime
 
Jazmyn Farr- International Marketing Professional
Jazmyn Farr- International Marketing ProfessionalJazmyn Farr- International Marketing Professional
Jazmyn Farr- International Marketing ProfessionalJazmyn Farr
 

Viewers also liked (13)

How to create favicon
How to   create    faviconHow to   create    favicon
How to create favicon
 
how to create a blog on wordpress
how to create  a blog  on  wordpress how to create  a blog  on  wordpress
how to create a blog on wordpress
 
How to create rss feed
How to create rss feedHow to create rss feed
How to create rss feed
 
how to setup Google analytics tracking code for website
how to setup  Google analytics tracking code for websitehow to setup  Google analytics tracking code for website
how to setup Google analytics tracking code for website
 
Steps for adding sitemap to webmaster tool
Steps for adding  sitemap to    webmaster  toolSteps for adding  sitemap to    webmaster  tool
Steps for adding sitemap to webmaster tool
 
R&amp;b history
R&amp;b historyR&amp;b history
R&amp;b history
 
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...
Chapple, R. M. 2014 A Game of Murals. Westeros & Changing Times in East Belfa...
 
How to track website visitors using Google analytics
How to track website visitors using Google analyticsHow to track website visitors using Google analytics
How to track website visitors using Google analytics
 
How to create sitemap for website
How to create sitemap for websiteHow to create sitemap for website
How to create sitemap for website
 
How to create favicon
How to create faviconHow to create favicon
How to create favicon
 
Empowering Manhattan’s Communities
Empowering Manhattan’s CommunitiesEmpowering Manhattan’s Communities
Empowering Manhattan’s Communities
 
Evaluation audience
Evaluation   audienceEvaluation   audience
Evaluation audience
 
Jazmyn Farr- International Marketing Professional
Jazmyn Farr- International Marketing ProfessionalJazmyn Farr- International Marketing Professional
Jazmyn Farr- International Marketing Professional
 

Similar to How to create rss feed for your website

Rss feed complete guide
Rss feed complete guideRss feed complete guide
Rss feed complete guidesomnath_ban
 
Rss feed complete guide
Rss feed complete guide Rss feed complete guide
Rss feed complete guide somnath_ban
 
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
 
Chapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionChapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionRoger McHaney
 
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML BasicsShawn Calvert
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills
 
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)techlovers3
 
HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & LlinksNisa Soomro
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)Anuj Singh Rajput
 

Similar to How to create rss feed for your website (20)

Rss feed complete guide
Rss feed complete guideRss feed complete guide
Rss feed complete guide
 
Rss feed complete guide
Rss feed complete guide Rss feed complete guide
Rss feed complete guide
 
HTML and CSS Basics
HTML and CSS BasicsHTML and CSS Basics
HTML and CSS Basics
 
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
 
Html2
Html2Html2
Html2
 
Chapter4a McHaney 2nd edition
Chapter4a McHaney 2nd editionChapter4a McHaney 2nd edition
Chapter4a McHaney 2nd edition
 
Class Intro / HTML Basics
Class Intro / HTML BasicsClass Intro / HTML Basics
Class Intro / HTML Basics
 
Week 2-intro-html
Week 2-intro-htmlWeek 2-intro-html
Week 2-intro-html
 
2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx2 INTRO TO HTML.pptx
2 INTRO TO HTML.pptx
 
HTML/HTML5
HTML/HTML5HTML/HTML5
HTML/HTML5
 
Introduction to css
Introduction to cssIntroduction to css
Introduction to css
 
Vskills certified html5 developer Notes
Vskills certified html5 developer NotesVskills certified html5 developer Notes
Vskills certified html5 developer Notes
 
HTML5 introduction
HTML5 introductionHTML5 introduction
HTML5 introduction
 
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
Protocols and standards (http , html, xhtml, cgi, xml, wml, c html, etc)
 
PHP HTML CSS Notes
PHP HTML CSS  NotesPHP HTML CSS  Notes
PHP HTML CSS Notes
 
Introduction to HTML
Introduction to HTML Introduction to HTML
Introduction to HTML
 
Html Workshop
Html WorkshopHtml Workshop
Html Workshop
 
HTML Lists & Llinks
HTML Lists & LlinksHTML Lists & Llinks
HTML Lists & Llinks
 
Html (hypertext markup language)
Html (hypertext markup language)Html (hypertext markup language)
Html (hypertext markup language)
 
Html introduction
Html introductionHtml introduction
Html introduction
 

More from OM Maurya

How to earn money from blog google adsense affiliate marketing
How to   earn money from blog google adsense  affiliate marketingHow to   earn money from blog google adsense  affiliate marketing
How to earn money from blog google adsense affiliate marketingOM Maurya
 
call only campaigns best practices In Google Adwords Search network Campaign
call only campaigns best practices  In Google Adwords Search network Campaigncall only campaigns best practices  In Google Adwords Search network Campaign
call only campaigns best practices In Google Adwords Search network CampaignOM Maurya
 
How to create ads on linkedin
How to create ads on linkedinHow to create ads on linkedin
How to create ads on linkedinOM Maurya
 
How to create ads on twitter
How to create ads on twitterHow to create ads on twitter
How to create ads on twitterOM Maurya
 
How to create facebook ads
How to create facebook ads How to create facebook ads
How to create facebook ads OM Maurya
 
seo tutorials
seo tutorialsseo tutorials
seo tutorialsOM Maurya
 
Video marketing-video campaign
Video   marketing-video campaignVideo   marketing-video campaign
Video marketing-video campaignOM Maurya
 
SEO-Search engine optimization by om sir's student Tanuja
SEO-Search engine optimization by   om sir's student  TanujaSEO-Search engine optimization by   om sir's student  Tanuja
SEO-Search engine optimization by om sir's student TanujaOM Maurya
 
Google adwords tutorials by om sir's student neha nayak
Google adwords   tutorials  by  om sir's  student neha nayakGoogle adwords   tutorials  by  om sir's  student neha nayak
Google adwords tutorials by om sir's student neha nayakOM Maurya
 
how to setup Adwords conversion tracking
how to setup  Adwords conversion tracking how to setup  Adwords conversion tracking
how to setup Adwords conversion tracking OM Maurya
 
How to link Google Adwords to Google Analytics
How to   link   Google Adwords   to   Google  AnalyticsHow to   link   Google Adwords   to   Google  Analytics
How to link Google Adwords to Google AnalyticsOM Maurya
 
What is quality score in Google Adwords
What is quality score  in Google AdwordsWhat is quality score  in Google Adwords
What is quality score in Google AdwordsOM Maurya
 
how to setup Video Campaign in Adwords
how to setup  Video Campaign  in  Adwordshow to setup  Video Campaign  in  Adwords
how to setup Video Campaign in AdwordsOM Maurya
 
How to setup campaign in googleadwords
How to setup  campaign in  googleadwordsHow to setup  campaign in  googleadwords
How to setup campaign in googleadwordsOM Maurya
 
How to create facebook page by om sir
How to create facebook page by om sirHow to create facebook page by om sir
How to create facebook page by om sirOM Maurya
 
How to create a blog guidance by om sir
How to create a blog guidance  by om sirHow to create a blog guidance  by om sir
How to create a blog guidance by om sirOM Maurya
 
Html NOTES BY OM SIR
Html  NOTES BY OM SIRHtml  NOTES BY OM SIR
Html NOTES BY OM SIROM Maurya
 
Digital marketing introduction
Digital marketing introductionDigital marketing introduction
Digital marketing introductionOM Maurya
 

More from OM Maurya (18)

How to earn money from blog google adsense affiliate marketing
How to   earn money from blog google adsense  affiliate marketingHow to   earn money from blog google adsense  affiliate marketing
How to earn money from blog google adsense affiliate marketing
 
call only campaigns best practices In Google Adwords Search network Campaign
call only campaigns best practices  In Google Adwords Search network Campaigncall only campaigns best practices  In Google Adwords Search network Campaign
call only campaigns best practices In Google Adwords Search network Campaign
 
How to create ads on linkedin
How to create ads on linkedinHow to create ads on linkedin
How to create ads on linkedin
 
How to create ads on twitter
How to create ads on twitterHow to create ads on twitter
How to create ads on twitter
 
How to create facebook ads
How to create facebook ads How to create facebook ads
How to create facebook ads
 
seo tutorials
seo tutorialsseo tutorials
seo tutorials
 
Video marketing-video campaign
Video   marketing-video campaignVideo   marketing-video campaign
Video marketing-video campaign
 
SEO-Search engine optimization by om sir's student Tanuja
SEO-Search engine optimization by   om sir's student  TanujaSEO-Search engine optimization by   om sir's student  Tanuja
SEO-Search engine optimization by om sir's student Tanuja
 
Google adwords tutorials by om sir's student neha nayak
Google adwords   tutorials  by  om sir's  student neha nayakGoogle adwords   tutorials  by  om sir's  student neha nayak
Google adwords tutorials by om sir's student neha nayak
 
how to setup Adwords conversion tracking
how to setup  Adwords conversion tracking how to setup  Adwords conversion tracking
how to setup Adwords conversion tracking
 
How to link Google Adwords to Google Analytics
How to   link   Google Adwords   to   Google  AnalyticsHow to   link   Google Adwords   to   Google  Analytics
How to link Google Adwords to Google Analytics
 
What is quality score in Google Adwords
What is quality score  in Google AdwordsWhat is quality score  in Google Adwords
What is quality score in Google Adwords
 
how to setup Video Campaign in Adwords
how to setup  Video Campaign  in  Adwordshow to setup  Video Campaign  in  Adwords
how to setup Video Campaign in Adwords
 
How to setup campaign in googleadwords
How to setup  campaign in  googleadwordsHow to setup  campaign in  googleadwords
How to setup campaign in googleadwords
 
How to create facebook page by om sir
How to create facebook page by om sirHow to create facebook page by om sir
How to create facebook page by om sir
 
How to create a blog guidance by om sir
How to create a blog guidance  by om sirHow to create a blog guidance  by om sir
How to create a blog guidance by om sir
 
Html NOTES BY OM SIR
Html  NOTES BY OM SIRHtml  NOTES BY OM SIR
Html NOTES BY OM SIR
 
Digital marketing introduction
Digital marketing introductionDigital marketing introduction
Digital marketing introduction
 

Recently uploaded

Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfstareducators107
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxDr. Ravikiran H M Gowda
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSAnaAcapella
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxEsquimalt MFRC
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptNishitharanjan Rout
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jisc
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfPondicherry University
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptxJoelynRubio1
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxmarlenawright1
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxPooja Bhuva
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxannathomasp01
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17Celine George
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsSandeep D Chaudhary
 

Recently uploaded (20)

Simple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdfSimple, Complex, and Compound Sentences Exercises.pdf
Simple, Complex, and Compound Sentences Exercises.pdf
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPSSpellings Wk 4 and Wk 5 for Grade 4 at CAPS
Spellings Wk 4 and Wk 5 for Grade 4 at CAPS
 
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in  Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in Uttam Nagar (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdfFICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
FICTIONAL SALESMAN/SALESMAN SNSW 2024.pdf
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptxOn_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
On_Translating_a_Tamil_Poem_by_A_K_Ramanujan.pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptxCOMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
COMMUNICATING NEGATIVE NEWS - APPROACHES .pptx
 
How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17How to Add a Tool Tip to a Field in Odoo 17
How to Add a Tool Tip to a Field in Odoo 17
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
OSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & SystemsOSCM Unit 2_Operations Processes & Systems
OSCM Unit 2_Operations Processes & Systems
 

How to create rss feed for your website

  • 2. WHAT IS RSS FEED ? An RSS feed is a resource that shows the latest content from a source and the main thing about RSS is that it automatically updated. By submitting an RSS feed to different directories, you provide another way for your blog content to get syndicated and to distribute your backlinks.
  • 3. RSS feeds contain what are referred to as "items". The items are usually connected in some way and contain a common theme or other similarity. The following feed http://www.notepage.net/feed.xml contains items. The items are all SMS and paging related news articles that would likely benefit someone interested in the wireless market. Each item contains: 1) title 2) description 3) link The title and description should be written to describe the content and the link should reference the webpage that contains that actual content. Like html, the xml file uses open and close tags to designate the title, description and link. Tags are enclosed in brackets <>, like standard html and the close tag contains a forward slash /.
  • 4. The following is what an item in a xml file looks like: <title>The Title Goes Here</title> <description>The description goes here</description> <link>http://www.linkgoeshere.com</link> Items As I mentioned earlier, an RSS feeds contains items and like the tags above, an open and close tag is used to distinguish between items. <item> <title>The Title Goes Here</title> <description>The description goes here</description> <link>http://www.linkgoeshere.com</link> </item> <item> <title>Another Title Goes Here</title> <description>Another description goes here</description> <link>http://www.anotherlinkgoeshere.com</link> </item>
  • 5. BASIC SYNTAX OF AN RSS FEED <?xml version="1.0"?> <rss version="2.0"> <channel> <title>The Channel Title Goes Here</title> <description>The explanation of how the items are related goes here</description> <link>http://www.directoryoflinksgohere</link> <item> <title>The Title Goes Here</title> <description>The description goes here</description> <link>http://www.linkgoeshere.com</link> </item> <item> <title>Another Title Goes Here</title> <description>Another description goes here</description> <link>http://www.anotherlinkgoeshere.com</link> </item> </channel> </rss> When you save the file be sure to save it as an xml file.
  • 6. You can write the code for rss feed manually . You can create rss feed using online tool too. Lets see how to do that using online tool
  • 7. Go to : http://www.joydeepdeb.com/tools/rss-feeds-generator.html
  • 8. Fill up details of your website 1 2 3 4 Rememer to give your image url for your website here
  • 9. Lets add feeds(your webpages) now
  • 10. You will get a message like this when you add a new feed.
  • 11. Once all your feeds(web pages) are added. Click on generate feed.Copy that code and save it in as “rss.xml”
  • 12. Save it as rss.xml
  • 13. Upload it to your websites top level directory example : www.example.com/rss.xml
  • 14. Check if it uploaded on your website . You should see the following screen if it was uploaded successfully. Type your address
  • 15. Now go to www.feedvalidator.org to check whether your feed is valid or not. Just add the url of your website eg : www.example.com/rss.xml and click on “Validate”