Astro Guideline: SEO — Add RSS feed for content. Description: RSS for blogs and content sites. Do: @astrojs/rss for feed generation. Don't: No RSS feed. Good Example: rss() helper in pages/rss.xml.js. Bad Example: No feed for blog. Severity: Low. Docs: https://docs.astro.build/en/guides/rss/.