AI Search in 2026: How to Get Your WordPress Site Cited by ChatGPT and Perplexity
Google still holds the throne, but a new player is knocking on the door. In 2026, between 15-25% of all informational searches start in an AI assistant — ChatGPT, Perplexity, Claude, or Google's own AI Overviews.
For you as a business owner, that means one thing: If your website isn't optimized for AI search, you're missing out on a whole generation of potential customers.
What you'll learn
- What GEO (Generative Engine Optimization) is and how it differs from traditional SEO
- How AI crawlers like GPTBot and PerplexityBot work
- 8 concrete techniques to make your WordPress site AI-visible
- Which Schema.org types increase your chance of being cited
- How to measure if AI is actually referencing your content
What is GEO — and why isn't it just SEO?
GEO stands for Generative Engine Optimization. While traditional SEO focuses on ranking high in a list of links, GEO is about being cited directly in an AI-generated answer.
The difference is fundamental:
| Traditional SEO | GEO (AI Optimization) | |
|---|---|---|
| Goal | Top 10 in search results | Get cited in AI answers |
| Competition | 10 spots per page | 3-5 sources per answer |
| User behavior | Clicks a link | Reads answer directly |
| Ranking factors | Links, keywords, authority | Clarity, structure, facts |
| Visibility | Blue links | Inline citations with source |
The key point: GEO doesn't replace SEO. The two disciplines complement each other. A site with strong SEO already has a head start in AI search, but it's not enough.
How AI crawlers work
Just like Googlebot crawls your site, AI assistants have their own crawlers:
- GPTBot (OpenAI/ChatGPT)
- PerplexityBot (Perplexity)
- ClaudeBot (Anthropic/Claude)
- Google-Extended (Gemini/AI Overviews)
They look for different things than Google. While Google weighs backlinks and domain authority heavily, AI crawlers prioritize:
- Direct answers — can your content answer a question without context?
- Factual content — do you have numbers, data, and concrete examples?
- Fresh information — is your content up to date?
- Credibility — do you have author info, sources, and expertise signals?
Are you blocking AI crawlers?
Many WordPress sites unintentionally block AI crawlers via robots.txt. Check your robots.txt and make sure you don't have lines like User-agent: GPTBot / Disallow: /. Unless you intentionally want to avoid AI indexing.
8 techniques to make your WordPress site AI-visible
1. Write in question-and-answer format
AI assistants love content that answers questions directly. Use H2/H3 headings as questions and answer them in the first 2-3 sentences below the heading.
Bad:
## Our pricingWe have competitive prices. Contact us for a quote.Good:
## How much does a WordPress website cost?A professional WordPress website typically costs between €1,500and €8,000, depending on scope and functionality. A simplebusiness site starts from €1,500, while a WooCommerce webshoptypically ranges from €3,000-6,000.2. Add FAQPage Schema markup
FAQPage Schema is gold for AI search. It gives AI assistants a structured list of questions and answers that are easy to parse.
{ "@context": "https://schema.org", "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How much does a WordPress website cost?", "acceptedAnswer": { "@type": "Answer", "text": "A professional WordPress website typically costs between €1,500 and €8,000." } } ]}In WordPress you can add FAQ Schema with plugins like Yoast SEO or Rank Math, or directly in your theme.
3. Use strong author signals (E-E-A-T)
AI systems prioritize content from verifiable experts. Make sure to have:
- Author page with full biography, experience, and credentials
- Schema Person markup on the author page
- Consistent author across all blog posts
- Links to social profiles (LinkedIn, GitHub)
4. Structure with clear heading hierarchies
AI crawlers use heading structure to understand your content hierarchy. A clear H1 → H2 → H3 structure makes it easier for AI to extract relevant sections.
Rule of thumb: Each H2 section should be able to stand alone as an answer.
5. Include tables and comparisons
Tables are extremely effective for AI citations. When Perplexity or ChatGPT compare products or services, they often pull data directly from HTML tables.
Use tables for:
- Price comparisons
- Feature overviews
- Before/after results
- Specifications
6. Update content regularly
AI assistants favor fresh content. Set a regular cadence for reviewing and updating your most important pages:
- Quarterly: Update numbers, prices, and statistics
- On major changes: Update guides and tutorials
- Ongoing: Add new FAQ answers based on customer inquiries
7. Add "Sources" and "Last updated"
AI assistants use dates and source references as credibility signals. Visibly add:
- Last updated: [date] on all evergreen pages
- Sources with links to official documentation
- Metadata with
dateModifiedin your Schema markup
8. Make your pages technically crawlable
Ensure the basics are in place:
- robots.txt allows AI crawlers
- Sitemap is updated and accessible
- Rendering works without JavaScript (AI crawlers rarely render JS)
- Response times under 2 seconds (crawlers have timeout limits)
- Structured data validates in Google's Rich Results Test
How to measure AI visibility
It's still early days, but there are a few ways to track whether AI references your content:
- Perplexity: Search for your key topics and check if your domain appears as a source
- ChatGPT: Ask directly "What do you know about [your brand/topic]?" and see if your content is cited
- Google Search Console: Monitor clicks from "AI Overviews" (now shown as a separate data source)
- Server logs: Check for crawl activity from GPTBot, PerplexityBot, and ClaudeBot in your access logs
Quick win
Start with your 5 most visited pages. Add FAQ Schema, rewrite headings to question format, and update the "last updated" date. It takes less than an hour and can significantly increase your AI visibility.
Conclusion
AI search isn't the future — it's the present. And WordPress sites that invest in GEO now are building a competitive advantage that will only grow over time.
The good news: Many of the techniques overlap with good SEO. Structured content, clear expertise, and technical health benefit both channels.
The bad news: Your competitors are starting to do the same. The sooner you start, the better.




