Pro

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:

FeedPathPurpose
robots.txt/robots.txtCrawler directives
Sitemap/sitemap.xmlURL discovery for search engines
RSS/feed.xmlSyndication for readers and tools
humans.txt/humans.txtHuman-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

  1. Pro plan.
  2. At least one verified connected subdomain — feeds are generated per subdomain hostname.
  3. Published posts for meaningful sitemap and RSS content (empty blogs still serve valid endpoints).

Step-by-step

Open Feeds & discovery

  1. From /content, use the feed shortcut buttons or go to /content/feeds.
  2. If no subdomain is connected, click through to Connected subdomains first.

Review robots.txt

  1. Open the robots.txt section (/content/feeds#robots).
  2. Click the live URL for each subdomain — e.g. https://blog.example.com/robots.txt.
  3. Confirm crawlers are allowed to access posts and sitemap paths.

Use the sitemap

  1. Open the Sitemap section (/content/feeds#sitemap).
  2. Visit https://<subdomain>/sitemap.xml to see all published post URLs.
  3. Submit this URL in Google Search Console — also available from Index status.

Subscribe via RSS

  1. Open the RSS feed section (/content/feeds#rss).
  2. Use https://<subdomain>/feed.xml in feed readers or automation tools.
  3. New published posts appear automatically — no manual feed updates.

Check humans.txt

  1. Open the humans.txt section (/content/feeds#humans-txt).
  2. 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.xml from 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.