Make bunit.dev agent ready (robots.txt + sitemap via docfx)#1851
Draft
Copilot wants to merge 2 commits into
Draft
Make bunit.dev agent ready (robots.txt + sitemap via docfx)#1851Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
Copilot
AI
changed the title
[WIP] Create valid robots.txt and sitemap.xml for bUnit.dev
Make bunit.dev agent ready (robots.txt + sitemap via docfx)
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull request description
The agent-readiness audit flagged a missing/invalid
robots.txt, nositemap.xml, and no AI-crawler/content-usage signals. bunit.dev is a static docfx 2.74.1 site deployed to GitHub Pages (docs/site→bUnit-dev.github.io), so only static-file and build-time mechanisms apply.docs/site/docfx.json— enable docfx's built-insitemap(baseUrl: https://bunit.dev) so/sitemap.xmlwith canonical URLs is regenerated on every publish; registerrobots.txtas a build resource so it lands at the site root.docs/site/robots.txt(new) — explicitUser-agent: *allow rules, aContent-Signal: search=yes, ai-input=yes, ai-train=yesdirective, explicit allow rules for AI crawlers (GPTBot, OAI-SearchBot, ChatGPT-User, Claude-Web, ClaudeBot, Google-Extended, PerplexityBot, Applebot-Extended), and aSitemap:reference.Not addressed — require capabilities GitHub Pages static hosting lacks, or are N/A for a docs site with no protected APIs/MCP server/tools: Link response headers (RFC 8288), DNS-AID,
Accept: text/markdownnegotiation, OAuth/OIDC & protected-resource discovery, auth.md, MCP Server Card, WebMCP, API catalog, agent-skills index. Pursuing the server-dependent items would mean moving off GitHub Pages (e.g. Cloudflare Pages/Workers).PR meta checklist
mainbranch for codeor targeted at
stablebranch for documentation that is live on bunit.dev.Code PR specific checklist