0% found this document useful (0 votes)
35 views2 pages

Sitemaps and Feeds

Sitemaps provide a list of all links on a website in XML format, while RSS and Atom feeds describe recent changes to content like posts or articles. RSS feeds are created by generating an XML document listing item data and metadata like titles, descriptions, dates and links. The feed is then uploaded and submitted to services like Google or Yahoo to be picked up by RSS readers. Best practices for RSS include using publication dates, generating XML sitemaps and RSS feeds, breaking sitemaps into categories, and using sitemaps for mobile.

Uploaded by

nicee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views2 pages

Sitemaps and Feeds

Sitemaps provide a list of all links on a website in XML format, while RSS and Atom feeds describe recent changes to content like posts or articles. RSS feeds are created by generating an XML document listing item data and metadata like titles, descriptions, dates and links. The feed is then uploaded and submitted to services like Google or Yahoo to be picked up by RSS readers. Best practices for RSS include using publication dates, generating XML sitemaps and RSS feeds, breaking sitemaps into categories, and using sitemaps for mobile.

Uploaded by

nicee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Sitemaps and feeds

Sitemaps it's in XML, RSS or Atom formats. Diference between is that XML refer to all links
of website and RSS/Atom descriptive recent changes on website content like post, article.
Example:
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title> Title</title>
<description>My Blog</description>
<link>http://www.example.com/feed</link>
<pubDate> </pubDate>
<item>
<title>Title</title>
<description> description>
<link>http://www.example.com/blog</link>
<guid isPermaLink="true"></guid>
<pubDate>time date </pubDate>
</item>
</channel>
</rss>
How is RSS works
First is to create an RSS document that show all data content and next is to save
on .xml extensions.Next is to upload files to website and submit feed to Google or
Yahoo. Last time si to submit your rss.php feed RSS reader.
Quoterss is an cross-platform RSS/Atom and good for socials sharing;

feedreader suport large number of feeds.


Best practice when build RSS
Last time of modification content shoul be use in rss feed to be visible for search
engine;
<pubDate>time date </pubDate>;
Generate XML sitemap and RSS/Atom feeds is good way for search engine;
On large website google recomands to using sitemap ping in Google Webmaster
Tools and PubSubHubbub ;
Breake sitemap in category, image, video;
Use sitemap for mobile;
rssboard - If want to read more about RSS.

Video Tutorials: How To Make An RSS Feed FOR Your Blog or Website in PHP and
MYSQL

You might also like