When RSS feeds are enabled, the blog provides three machine-readable endpoints for each site:
| Feed | URL |
|---|---|
| RSS 2.0 | /s/{site-slug}/blog/feed/rss |
| Atom 1.0 | /s/{site-slug}/blog/feed/atom |
| XML Sitemap | /s/{site-slug}/blog/sitemap.xml |
- RSS and Atom feeds include the 20 most recent published posts.
- The sitemap includes up to 1,000 posts for search engine indexing.
- An autodiscovery
<link>tag is automatically added to blog pages so feed readers can detect your feeds.
To disable feeds, uncheck RSS Feeds Enabled in the blog settings.