Skip to content

docs: add GEO-compliant AI discovery endpoints to docs site - #48046

Merged
pelikhan merged 2 commits into
mainfrom
copilot/geo-optimizer-add-ai-discovery-endpoints
Jul 25, 2026
Merged

docs: add GEO-compliant AI discovery endpoints to docs site#48046
pelikhan merged 2 commits into
mainfrom
copilot/geo-optimizer-add-ai-discovery-endpoints

Conversation

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

The docs site scored 0/100 on AI Discovery across all audited pages — no explicit guidance for AI crawlers (GPTBot, ClaudeBot, PerplexityBot, etc.), reducing citation frequency and accuracy in AI search engines.

The files existed but didn't conform to the expected GEO spec format:

/.well-known/ai.txt

  • Replaced generic Allow: / with explicit per-bot Allow directives for GPTBot, ClaudeBot, PerplexityBot, GoogleBot, BingBot
  • Added Name: field for site identity
-Allow: /
+Allow: GPTBot
+Allow: ClaudeBot
+Allow: PerplexityBot
+Allow: GoogleBot
+Allow: BingBot
+Name: gh-aw — GitHub Agentic Workflows CLI extension

/ai/summary.json

  • Added name, url, repository, and category fields required by the GEO spec (existing fields preserved for backward compatibility)

/ai/faq.json and /ai/service.json were already comprehensive and unchanged.

- Update /.well-known/ai.txt with explicit bot-specific Allow directives
  (GPTBot, ClaudeBot, PerplexityBot, GoogleBot, BingBot) and a Name field
- Update /ai/summary.json to add url, repository, and category fields
  as required by the GEO spec for AI search visibility

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Add AI discovery endpoints to docs site docs: add GEO-compliant AI discovery endpoints to docs site Jul 25, 2026
Copilot AI requested a review from pelikhan July 25, 2026 16:55
@pelikhan
pelikhan marked this pull request as ready for review July 25, 2026 17:01
Copilot AI review requested due to automatic review settings July 25, 2026 17:01
@pelikhan
pelikhan merged commit b9f9a41 into main Jul 25, 2026
4 checks passed
@pelikhan
pelikhan deleted the copilot/geo-optimizer-add-ai-discovery-endpoints branch July 25, 2026 17:01

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates machine-readable AI discovery metadata for the documentation site.

Changes:

  • Adds crawler-specific declarations to ai.txt.
  • Expands summary metadata while retaining long-form descriptions.
Show a summary per file
File Description
docs/public/.well-known/ai.txt Updates crawler permissions and site identity.
docs/public/ai/summary.json Adds GEO-oriented project metadata.

Review details

Tip

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

  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Medium

Comment on lines +2 to 10
Allow: GPTBot
Allow: ClaudeBot
Allow: PerplexityBot
Allow: GoogleBot
Allow: BingBot
Name: gh-aw — GitHub Agentic Workflows CLI extension
Llms-txt: https://github.github.com/gh-aw/llms.txt
Agents-txt: https://github.github.com/gh-aw/agents.txt
Summary: https://github.github.com/gh-aw/ai/summary.json
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.83.4

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.

[geo-optimizer] Add AI discovery endpoints (/.well-known/ai.txt + /ai/*.json) to docs site

3 participants