Sitemaps and Feeds
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;
Video Tutorials: How To Make An RSS Feed FOR Your Blog or Website in PHP and
MYSQL