Skip to content

feat(seo): improve AI-readiness#4192

Draft
navillanueva wants to merge 11 commits into
masterfrom
worktree-1
Draft

feat(seo): improve AI-readiness#4192
navillanueva wants to merge 11 commits into
masterfrom
worktree-1

Conversation

@navillanueva

@navillanueva navillanueva commented May 14, 2026

Copy link
Copy Markdown
Contributor

Makes build.avax.network easier for AI agents to read, and adds a CI guardrail so it can't quietly regress.

What changed

  • Added a curated /llms.txt index — a hand-picked map of the content we want agents to find: all docs + blog, the Avalanche L1 and Entrepreneur academies, and the x402 course. It deliberately leaves out integrations and the rest of the Blockchain academy.
  • Point agents to that index from every page and from each page's markdown.
  • Serve every page as clean markdown (.md), and fix a bug where index pages didn't serve their .md version.
  • Add a sitemap + robots; trim some page weight (decorative SVG → static asset).
  • Add a CI check + tests so these pieces can't silently regress.

A caveat on the score

We can't realistically hit a literal 100% — our docs are too big for the checker's size limit. It's a trade-off: index everything and the file gets large enough that some AI tools cut it off mid-read, or curate the important pages (what we did) and the checker flags "incomplete coverage" because it expects the index to list every single page. We went with the curated index.

Known follow-up

A few pages where the markdown doesn't fully match the rendered page (interactive components) — content-side, separate effort.

@navillanueva navillanueva self-assigned this May 14, 2026
@vercel

vercel Bot commented May 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
builder-hub Ready Ready Preview, Comment Jun 3, 2026 6:39pm

Request Review

@navillanueva navillanueva marked this pull request as draft May 14, 2026 10:55
@navillanueva navillanueva changed the title feat(seo): improve AI-readiness for Agent Score audit feat(seo): improve AI-readiness Jun 3, 2026
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.

1 participant