The way people search for information is fundamentally changing. Alongside traditional search engines like Google, more and more people are using AI-driven search systems such as Perplexity, ChatGPT, and Google SGE (Search Generative Experience). At Dutchify, we help companies not only to be discoverable in traditional search results but also to be cited by these AI systems.
How AI Search Engines Differ
Traditional SEO centers around rankings and clicks. AI search engines work fundamentally differently:
- Synthesis instead of lists: AI search engines generate summarized answers from multiple sources rather than a list of links.
- Citations: They cite specific websites as sources for their answers.
- Semantic understanding: They understand the meaning behind content, not just keywords.
- Structured data: They rely heavily on Schema.org markup to classify content.
The Shift from Keywords to Entities
AI search engines think in entities and relationships, not isolated keywords. An 'entity' is a concept that the AI can identify and link to other concepts. Google's Knowledge Graph is an early example of this.
Structured Data and Schema.org for AI Citation
Structured data is the language you use to 'speak' to AI systems. By adding Schema.org markup, you help AI crawlers classify and understand your content.
Essential Schema Types
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "RAG Architecture Explained",
"author": {
"@type": "Organization",
"name": "Dutchify",
"sameAs": ["https://github.com/dutchify", "https://linkedin.com/company/dutchify"]
},
"knowsAbout": [
{"@type": "Thing", "name": "Retrieval-Augmented Generation"},
{"@type": "Thing", "name": "Vector Databases"}
]
}
Key schema types for AI discoverability:
- TechArticle / Article — For knowledge articles and blogs
- FAQPage — For frequently asked questions
- HowTo — For step-by-step guides
- Organization with knowsAbout — To claim expertise
- BreadcrumbList — For navigation structure
The llms.txt Standard
A relatively new but important standard is llms.txt — a file in the root of your website specifically designed for AI crawlers.
# Dutchify
> Dutchify builds modern websites, custom software, and AI solutions.
## Services
- [Full Website Development](https://dutchify.ai/en/services/complete-websites)
- [AI Automation](https://dutchify.ai/en/services/ai-automation)
## Knowledge Base
- [RAG Architecture](https://dutchify.ai/en/knowledge-base/rag-architecture)
This file provides AI systems with a structured overview of your website and expertise. It is similar to robots.txt, but for LLMs.
Best Practices for llms.txt
- Keep it concise — Focus on your core expertise
- Link to deep content — Refer to your best articles
- Use Markdown — AI models understand Markdown excellently
- Update regularly — Add new content as it becomes available
E-E-A-T Signals for AI Systems
Google's E-E-A-T framework (Experience, Expertise, Authoritativeness, Trustworthiness) is even more critical for AI search engines:
Experience
- Showcase practical experience with case studies and portfolios
- Use a first-person perspective with concrete examples
- Share lessons learned and best practices from your own projects
Expertise
- Publish in-depth, technical content
- Use industry jargon correctly and explain it
- Link to external authority sources
Authoritativeness
- Build backlinks from relevant sources
- Get cited by other experts
- Use sameAs links to professional profiles
Trustworthiness
- HTTPS and secure infrastructure
- Transparent company information
- Privacy policy and GDPR compliance
Content Strategy for AI Discoverability
Write for Synthesis
AI systems look for content they can summarize and cite. Optimal content:
- Starts with a clear definition — Answer the core question directly
- Uses structured headings — H2/H3 hierarchy for scannability
- Contains lists and tables — Easy for AI to extract
- Provides concrete examples — Code blocks, configurations, data
- Cites sources — Increases reliability
Topic Clusters
Build topic clusters around your expertise:
- Pillar page: Broad overview article (e.g., "Complete Guide to AI Automation")
- Cluster content: In-depth articles on subtopics
- Internal links: Connect everything with logical anchor texts
Technical Implementation
Core Web Vitals
Performance is crucial for Google SGE ranking:
- LCP < 2.5s — Optimize images and lazy loading
- CLS < 0.1 — Prevent layout shifts
- INP < 200ms — Ensure fast interactivity
robots.txt for AI Crawlers
User-agent: GPTBot
Allow: /
Allow: /llms.txt
User-agent: PerplexityBot
Allow: /
User-agent: anthropic-ai
Allow: /
Ensure AI crawlers are explicitly granted access to your content.
Hreflang for Multilingual Content
If you offer content in multiple languages, use hreflang tags so AI search engines can cite the correct language version.
Measuring AI Discoverability
- Monitor citations: Regularly check if your site is being cited by Perplexity and ChatGPT
- Analyze referral traffic: Look at traffic coming from AI platforms
- Test your content: Ask AI search engines questions about your area of expertise
Conclusion
SEO for AI search engines is not a thing of the future — it's happening now. At Dutchify, we combine traditional SEO expertise with cutting-edge AI optimization to ensure your company is not only found but also cited as a trusted source by the AI systems of tomorrow.