feat(docs): add Answer Engine Optimization (AEO) features#7
Merged
rubenmarcus merged 6 commits intomainfrom Jan 30, 2026
Merged
feat(docs): add Answer Engine Optimization (AEO) features#7rubenmarcus merged 6 commits intomainfrom
rubenmarcus merged 6 commits intomainfrom
Conversation
Deploying ralph-starter with
|
| Latest commit: |
8d814de
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d3965933.ralph-starter.pages.dev |
| Branch Preview URL: | https://add-more-stuff.ralph-starter.pages.dev |
Explicitly allows GPTBot, Claude-Web, PerplexityBot, and other AI crawlers to index the documentation for Answer Engine Optimization. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Updated CSS to display content like a .md file: - Shows links as [text](url) with full URL visible - Headings prefixed with # symbols - Lists with - prefix - Code blocks with ``` markers - Hides all images and decorative elements - Plain text only, no styling Inspired by parallel.ai's machine view. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Structured Q&A format helps AI systems extract and answer questions about: - General usage and installation - Integrations (GitHub, Linear, Notion) - MCP server setup - Troubleshooting common issues - Contributing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Added for Answer Engine Optimization (AEO): - SoftwareApplication schema for the CLI tool - WebSite schema for documentation discovery - AI-friendly robots meta tag with max snippets Helps AI systems understand and reference the project. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Removed for now: - MachineToggle component - NavbarItem/ComponentTypes.js - Machine mode CSS styles - Navbar toggle item Keeping AEO features: robots.txt, llms.txt, FAQ, JSON-LD schemas. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
Summary
Adds Answer Engine Optimization (AEO) features to make the documentation more discoverable and useful for AI systems.
Changes
Files Changed
docs/static/robots.txt- AI crawler permissionsdocs/docs/faq.md- FAQ page with structured answersdocs/docusaurus.config.ts- JSON-LD schemas and meta tags🤖 Generated with Claude Code