AI policy bundle generator
Paste a URL — My Site drafts the files below. Tweak anything, then copy. For a separate LLMs.txt generator (Markdown index), use that tool.
ai.txt & LLM policy (JSON)
Same policy fields as above — two previews side by side on large screens.
ai.txt
Root of your site (same shape as package CLI).
.well-known/llms.txt (JSON)
JSON policy file — not the Markdown llmstxt.org draft.
robots.txt
Options on the left; generated file on the right. Allow/disallow mirror the policy section above.
robots.txt
Uses Allow/Disallow from policy + overrides here.
humans.txt
Team and site meta on the left; generated humans.txt on the right.
humans.txt
Team, thanks, and site meta.
FAQ
What does the AI policy bundle include?
Drafts for ai.txt, JSON policy, robots.txt, and humans.txt.
Does My Site enforce these policies?
No—these are published signals. Enforcement depends on your infrastructure and how different clients interpret them. Always review before shipping.
What should I put in Allow / Disallow?
Block internal/admin areas and private APIs; allow canonical docs and public content. Avoid contradictions (agents will guess).
Do I still need llms.txt?
Often yes—publish a clean reading list via the LLMs.txt generator.
Where should these files live?
Commonly at stable public paths (like /robots.txt). Keep base URL and sitemap references consistent across files.