Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions static/.well-known/http-message-signatures-directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"keys": [
{
"kty": "OKP",
"crv": "Ed25519",
"x": "d51ioAvkOA8NjN6gyQSruQYw1nk8anfXgsafEjeNRMk",
"use": "sig",
"alg": "EdDSA",
"kid": "L1pps7747GfGbs2W6EMd3jOZrNIsPcZjSq5qZPTtzaM"
}
]
}
4 changes: 4 additions & 0 deletions static/_headers
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
! Cache-Control
Cache-Control: public, max-age=86400

/.well-known/http-message-signatures-directory
Content-Type: application/http-message-signatures-directory+json
Cache-Control: public, max-age=86400

/opensearch.xml
Cache-Control: public, max-age=86400

Expand Down
34 changes: 34 additions & 0 deletions static/robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,38 @@
# Allow documented search and user-fetch bots for major AI assistants.
User-agent: OAI-SearchBot
User-agent: ChatGPT-User
User-agent: Claude-SearchBot
User-agent: Claude-User
User-agent: Amzn-SearchBot
User-agent: Amzn-User
User-agent: PerplexityBot
User-agent: Perplexity-User
User-agent: Applebot
User-agent: MistralAI-User
Content-Signal: ai-train=no, search=yes, ai-input=yes
Allow: /
Disallow: /search
Disallow: /request-scopes

# Allow Gemini grounding/search while signaling a no-training preference.
User-agent: Google-Extended
Content-Signal: ai-train=no, search=yes, ai-input=yes
Allow: /
Disallow: /search
Disallow: /request-scopes

# Block documented training-only bots.
User-agent: GPTBot
User-agent: ClaudeBot
User-agent: Amazonbot
User-agent: Applebot-Extended
Content-Signal: ai-train=no, search=no, ai-input=no
Disallow: /

# Default to public search and live retrieval for other compliant agents,
# including providers that have not published stable robots.txt bot tokens yet.
User-agent: *
Content-Signal: ai-train=no, search=yes, ai-input=yes
Allow: /
Disallow: /search
Disallow: /request-scopes
Expand Down