# robots.txt for riversidedigitalstudio.com # # Everything on this site is open to every crawler, including AI search and # AI training bots. That is a deliberate choice, not an oversight: Riverside # Digital Studio sells AI Discovery, and blocking the crawlers that feed AI # answers would make us invisible in the exact channel we tell clients to # care about. Assistants also read this file, so it should say what we mean. # # The only path closed off is /api/, which is a POST-only Cloudflare Pages # Function. There is nothing there to index; a crawler that tries it gets a # 405, so we save it the request. User-agent: * Allow: / Disallow: /api/ # Sitemap must be an absolute URL, per the sitemaps.org spec. # Regenerate the sitemap itself with build_sitemap.py after adding a page. Sitemap: https://riversidedigitalstudio.com/sitemap.xml