Returns SEO content in various formats (sitemap, rss, robots, llm, atom) for the authenticated account
type parameter. This single endpoint handles sitemap generation, RSS feeds, robots.txt, IndexNow protocol, and AI-optimized content.
sitemap - XML sitemap for search enginesrss - RSS 2.0 feed for content syndicationatom - Atom 1.0 feed (alternative to RSS)robots - robots.txt for crawler directivesllm - LLM.txt for AI content consumptionindexnow - IndexNow protocol key verification/api/v1/seo/sitemap)application/xml
Cache Control: public, max-age=3600, s-maxage=7200
/api/v1/seo/rss)application/rss+xml
Cache Control: public, max-age=1800, s-maxage=3600
/api/v1/seo/atom)application/atom+xml
Cache Control: public, max-age=1800, s-maxage=3600
/api/v1/seo/robots)text/plain
Cache Control: public, max-age=86400
/api/v1/seo/llm)text/plain
Cache Control: public, max-age=3600, s-maxage=7200
/api/v1/seo/indexnow)text/plain
Cache Control: public, max-age=86400
Type of SEO content to retrieve
sitemap, rss, robots, llm, atom Account ID (required for admin API keys, ignored for account API keys)
SEO content retrieved successfully
The response is of type string.