Back to Blog
Tutorial

How to make your site show up in Perplexity / AI Overviews

June 28, 20266 min read

Getting cited by Perplexity AI or featured in Google's AI Overviews is basically the modern equivalent of hitting the front page of Google. These engines actively scour the web, piece together answers, and drop footnote citations directly to the sources. And those citations? They drive some of the most qualified, high-intent traffic you'll ever see.

But just crossing your fingers and hoping they find you isn't a strategy. Showing up in these generative responses requires making a few specific, measurable technical tweaks to your site. Here is the exact playbook you need to get your content sourced.

1. Unblock the Crawlers (The Absolute Baseline)

Perplexity does not hallucinate answers from static training data; it crawls the live web. If your robots.txt file blocks PerplexityBot, you simply will not appear in its answers. The same goes for Google's AI Overviews, which rely heavily on Googlebot and the Google-Extended directives.

Igris Radar Data: The "Accidental Block" Epidemic

In our latest scan of 1,000 tech startups, we found that a massive percentage were accidentally erasing themselves from AI search because of overly aggressive default WAF (Web Application Firewall) settings:

  • Blocking `GPTBot` (OpenAI / ChatGPT)41%
  • Blocking `PerplexityBot`38%
  • Blocking `ClaudeBot` (Anthropic)44%

Action item: Audit your robots.txt immediately. Ensure that PerplexityBot, Google-Extended, GPTBot, and ClaudeBot are explicitly allowed to crawl your informational content.

2. Format for Extraction (Answer-Shaped Content)

AI models are text parsers. They struggle to extract a concise answer from a sprawling, 500-word paragraph that weaves personal anecdotes with hard facts. To get cited, you must structure your content the way an LLM expects to read it.

  • The Q&A Format: Use H2 and H3 tags that directly match user prompts (e.g., "What is the pricing for X?" instead of just "Pricing").
  • The Target Paragraph: Immediately following that heading, provide a 40-to-60 word definitive answer. Do not hedge. State the facts clearly. This is the snippet the AI will lift and cite.
  • Semantic HTML Tables: Generative engines love comparisons. If you are comparing your tool to a competitor, do not just write a paragraph about it. Put the comparison in a clean <table> element. Models parse tables flawlessly.

3. Maximize Factual Density and Freshness

Perplexity's core value proposition is accuracy and up-to-date information. If your content is stale, or if it consists mostly of opinion without supporting facts, the engine will bypass you for a more concrete source.

  • Date everything: Ensure your articles have clear published and "last modified" dates visible on the page and in the schema (dateModified). Perplexity explicitly filters for recent content on time-sensitive queries.
  • Inject statistics: Support your claims with numbers. (e.g., instead of saying "Many users prefer our tool," say "Over 45,000 agencies switched to our tool in 2026").
  • Use inline citations: Like Wikipedia, cite your own sources. When an LLM sees that a page references authoritative outbound links (.edu, .gov, or major publications), it assigns a higher trust score to that page.

4. Establish Entity Authority (E-E-A-T)

Google's AI Overviews rely heavily on the Knowledge Graph. If Google doesn't know who you are, it won't trust you enough to generate an overview based on your content.

You must establish your brand and authors as distinct entities:

// Implement robust JSON-LD Schema:

  • - Use Organization schema with an @id property.
  • - Use Person schema for your authors, linking to their LinkedIn or verified social profiles.
  • - Include sameAs links in your schema to tie your website to your official social channels.

Audit Your Readiness

You don't have to guess if your site is ready for AI Overviews and Perplexity. Igris Radar's AEO (Answer Engine Optimization) and GEO (Generative Engine Optimization) audits measure these exact signals.

We check your robots.txt against 8 different AI crawlers, validate your JSON-LD for entity completeness, and score your factual density and heading structure.