Feeds and discovery
Sitemap, RSS, robots.txt, and humans.txt URLs for each connected blog subdomain.
Overview
Feeds & discovery (/content/feeds) lists the machine-readable endpoints Obsurfable serves on each connected subdomain. These help search engines and RSS readers discover and understand your published blog:
| Feed | Path | Purpose |
|---|---|---|
| robots.txt | /robots.txt | Crawler directives |
| Sitemap | /sitemap.xml | URL discovery for search engines |
| RSS | /feed.xml | Syndication for readers and tools |
| humans.txt | /humans.txt | Human-readable site credits |
Shortcut links from /content jump directly to each section (#robots, #sitemap, #rss, #humans-txt).
Who it's for
- SEO teams submitting sitemaps and validating crawler access
- Technical marketers validating standard discovery files on the blog subdomain
- Anyone publishing on Obsurfable's hosted blog who wants standard discovery files without manual maintenance
Prerequisites
- Pro plan.
- At least one verified connected subdomain — feeds are generated per subdomain hostname.
- Published posts for meaningful sitemap and RSS content (empty blogs still serve valid endpoints).
Step-by-step
Open Feeds & discovery
- From
/content, use the feed shortcut buttons or go to/content/feeds. - If no subdomain is connected, click through to Connected subdomains first.
Review robots.txt
- Open the robots.txt section (
/content/feeds#robots). - Click the live URL for each subdomain — e.g.
https://blog.example.com/robots.txt. - Confirm crawlers are allowed to access posts and sitemap paths.
Use the sitemap
- Open the Sitemap section (
/content/feeds#sitemap). - Visit
https://<subdomain>/sitemap.xmlto see all published post URLs. - Submit this URL in Google Search Console — also available from Index status.
Subscribe via RSS
- Open the RSS feed section (
/content/feeds#rss). - Use
https://<subdomain>/feed.xmlin feed readers or automation tools. - New published posts appear automatically — no manual feed updates.
Check humans.txt
- Open the humans.txt section (
/content/feeds#humans-txt). - Review credits and team information served at
/humans.txt.
Tips
- Submit sitemap.xml in Search Console after your first batch of published posts — pair with Index status.
- RSS is useful for internal Slack/email digests when your team publishes frequently.
- Feeds update automatically when you publish or unpublish — no redeploy or manual regeneration.
- Link to
/sitemap.xmlfrom your main site robots.txt if you want crawlers to find the blog sitemap from the apex domain.
FAQ
Are these feeds available without a connected subdomain?
No. Each feed is served on your connected subdomain hostname. Connect and verify a subdomain first.
Do drafts appear in the sitemap or RSS?
No. Only published posts are included in sitemap and RSS output.
Can I customize robots.txt content?
This file is generated by Obsurfable based on your subdomain configuration and published posts. Custom overrides are not available in-app — export and self-host if you need full control.
Where do I submit the sitemap?
Google Search Console → Sitemaps → enter https://<subdomain>/sitemap.xml. You can also use sitemap actions on Index status.
Does RSS include full post content?
The RSS feed includes post metadata and excerpts/links suitable for syndication. Open individual post URLs for the full rendered article.