Skip to content

chore(docs): add robots.txt#64

Closed
chris-colinsky wants to merge 1 commit into
mainfrom
chore/add-robots-txt
Closed

chore(docs): add robots.txt#64
chris-colinsky wants to merge 1 commit into
mainfrom
chore/add-robots-txt

Conversation

@chris-colinsky
Copy link
Copy Markdown
Member

Summary

  • Add a basic robots.txt to the openarmature.ai docs site
  • Allow-all + pointer to the auto-generated /sitemap.xml

The site is being indexed and crawled today; an explicit robots.txt makes the policy legible to crawlers and gives them a sitemap entry point.

Test plan

  • uv run mkdocs serve and confirm http://127.0.0.1:8765/robots.txt returns the expected content
  • After merge + deploy, confirm https://openarmature.ai/robots.txt resolves with the expected content

Copilot AI review requested due to automatic review settings May 24, 2026 18:41
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a robots.txt to the MkDocs docs site so crawlers have an explicit policy and a sitemap entry point.

Changes:

  • Add docs/robots.txt with allow-all policy and a Sitemap: directive.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/robots.txt
@@ -0,0 +1,4 @@
User-agent: *
Allow: /
@chris-colinsky chris-colinsky deleted the chore/add-robots-txt branch May 24, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants