GEO quickstart
Initial setup
- Make sure your docs are being indexed in your
docs.json
settings - Audit current pages for missing descriptions and titles
Content improvements
- Add comparison tables to appropriate pages
- Audit headings to ensure they answer common questions
- Improve internal linking between related topics
- Test with AI tools to verify accuracy
GEO best practices
In general, well written and well structured documentation will have strong GEO. You should still prioritize writing for your users, and if your content is meeting their needs, you will be well on your way to optimizing for AI tools. Creating genuinely helpful content rather than optimizing for optimization’s sake is rewarded by both traditional and AI search engines. Focus on:- Content aligned to user needs rather than keyword matching
- Structured, scannable information
- Direct answers to questions
Format for clarity
These formatting practices help AI tools parse and understand your content:- Don’t skip heading levels (H1 → H2 → H3)
- Use specific object names instead of “it” or “this”
- Label code blocks with their programming language
- Give images descriptive alt text
- Link to related concepts to help AI understand relationships
Answer questions directly
Write content that addresses specific user questions:- Begin sections with the main takeaway
- Use descriptive headings that match common queries
- Break complex topics into numbered steps
Mintlify configuration
Use these features to improve GEO.Add descriptive page metadata
Include clear titles and descriptions in your frontmatter:Configure global indexing settings
Add to yourdocs.json
:
LLMs.txt
LLMs.txt files help AI systems understand your documentation structure, similar to how sitemaps help search engines. Mintlify automatically generates LLMs.txt files for your docs. No configuration is required.Testing your documentation
Test various AI tools with questions about your product and documentation to see how well your docs are being cited. Ask AI assistants specific questions about your docs:- “How do I set up authentication using this API?”
- “Walk me through the installation process step by step”
- Correct code samples
- Accurate step-by-step instructions