Skip to content

Conversation

@shigahi
Copy link
Collaborator

@shigahi shigahi commented Jan 22, 2026

Summary

Add meta tags for AI crawler attribution to help AI systems (ChatGPT, Claude, Perplexity, etc.) properly attribute content when citing from the site.

Changes

  • Add SeoOptions interface with aiAttribution field
  • Add "AI Attribution" input field in Advanced Settings under "SEO & AI Attribution" section
  • Generate ai:source_url and ai:source_attribution meta tags in HeadRewriter when configured

Generated Meta Tags

When AI Attribution is configured, the following meta tags are added:

<meta name="ai:source_url" content="https://yourdomain.com/page-slug">
<meta name="ai:source_attribution" content="Your Name - yourdomain.com">

Benefits

  • Proper attribution in AI-generated content
  • Brand recognition in AI responses
  • Future-proofing for evolving AI citation standards

Closes #13

- Add SeoOptions interface with aiAttribution field
- Add AI Attribution input field in Advanced Settings
- Generate ai:source_url and ai:source_attribution meta tags in HeadRewriter
- Helps AI systems properly attribute content when citing from the site

Closes #13
@shigahi shigahi merged commit ee4a079 into master Jan 22, 2026
4 checks passed
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.

Feature: Add AI crawler attribution meta tags

2 participants