feat(aeo): optimize site for AI agents and answer engines#41
Open
soumendrak wants to merge 1 commit into
Open
Conversation
Add agent/AEO discovery and structured data so LLMs and answer engines can understand the site without rendering the SPA: - llms.txt and llms-full.txt with site overview, sections, and FAQ - robots.txt welcomes AI crawlers (GPTBot, ClaudeBot, PerplexityBot, …) and references the llms.txt files; sitemap expanded to all routes - Static Organization + WebSite JSON-LD and a <noscript> fallback in index.html so non-JS crawlers see real content - usePageMeta extended to inject per-route JSON-LD + keywords; adds BreadcrumbList everywhere and Event schema (ISO 8601 dates) on conference pages - FAQPage schema generated from the visible homepage FAQ (single source, schema only where the FAQ is rendered) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Deploying website with
|
| Latest commit: |
4b1692b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://180e1851.website-3m7.pages.dev |
| Branch Preview URL: | https://aeo-llms-txt-agent-optimizat.website-3m7.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Optimizes the site for LLMs and answer engines (AEO) so agents can understand it without rendering the React SPA: adds
llms.txt/llms-full.txt, expandsrobots.txtto welcome AI crawlers, and grows the sitemap to every route. Embeds staticOrganization+WebSiteJSON-LD plus a<noscript>fallback inindex.htmlfor non-JS crawlers. ExtendsusePageMetato inject per-route structured data —BreadcrumbListeverywhere andEventschema with ISO 8601 dates on conference pages. Adds a designed FAQ section on the homepage whoseFAQPageschema is generated from the same visible content (single source, injected only where the FAQ renders). Verified in-browser across home, conference, initiative, and about routes with valid JSON-LD and no console errors.🤖 Generated with Claude Code