Skip to main content

The AI visibility checklist

Updated 2026-08-11 8 min read

The short answer

AI visibility depends on four things you can audit in an afternoon: whether AI crawlers can fetch your pages, whether the answer is extractable from the HTML, whether schema and dates let engines attribute and trust the claim, and whether third-party sources corroborate it.

Key takeaways

  • Crawler access is a gate — everything else is wasted if the fetch fails.
  • Server-rendered answers beat client-rendered ones every time.
  • Freshness signals decide who wins current-events and 'best of' prompts.
  • If you cannot measure mentions, you cannot manage them.

Access — can they fetch you at all?

  • robots.txt names GPTBot, OAI-SearchBot, ChatGPT-User, PerplexityBot, Perplexity-User, ClaudeBot, Google-Extended, Applebot-Extended and Bytespider explicitly.
  • No CDN, WAF or bot-management rule returns 403 or a challenge to those agents.
  • Key pages return 200 with full HTML to a plain curl, no JavaScript required.
  • No consent wall or interstitial blocks the main content server-side.
  • sitemap.xml is current, reachable and referenced from robots.txt.
  • /llms.txt exists and lists your canonical pages.

Extractability — can they lift the answer?

  • Every page has exactly one H1 that states the topic as a question or claim.
  • Each section opens with a 40–70 word self-contained answer paragraph.
  • Headings are phrased the way people phrase prompts, not as nav labels.
  • Entities are named explicitly rather than referenced by pronouns.
  • Tables and lists carry the comparative facts; prose carries the nuance.
  • Critical content is not hidden inside tabs or accordions that render client-side only.

Trust — will they attribute it to you?

  • Organization schema sitewide with accurate sameAs profiles.
  • Article or BlogPosting with author, datePublished and dateModified on content pages.
  • FAQPage and HowTo where genuinely applicable, matching visible content.
  • Named authors with real credentials and an author page.
  • Outbound citations to primary sources for every statistic.
  • Consistent boilerplate description across every off-site profile.

Freshness and measurement

  • dateModified reflects real substantive edits, not a nightly build timestamp.
  • Roundups, pricing and comparison pages are reviewed at least quarterly.
  • Server logs are monitored for AI-bot hits as a leading indicator.
  • A fixed prompt panel is run on a schedule across at least three engines.
  • Competitor appearance is logged alongside your own.
  • Findings are turned into one content or technical fix per cycle, not a backlog.

Work top to bottom. Access problems invalidate everything below them, extractability problems waste good schema, and measurement without the first three just documents the failure. Most sites we scan fail somewhere in the first two sections, which is good news — those are the cheapest fixes available.

See where you actually stand

OptimAIze scans your site the way AI crawlers do — access, structure, schema, freshness — and hands you the exact fixes in priority order. Free, no signup.

Run a free AI visibility scan

Frequently asked questions

What is AI visibility?
AI visibility is how often and how accurately generative engines such as ChatGPT, Perplexity, Gemini and Copilot mention and cite your site when answering questions in your category. It replaces ranking position as the success metric in AI search.
How do I check my AI visibility for free?
Run a fixed prompt panel across engines and log mentions, then audit crawler access with curl using each AI user agent. OptimAIze automates both the technical audit and the file generation side.
Which check matters most?
Crawler access. A single blocking rule at the CDN can make an otherwise perfect site invisible to every AI engine at once, and it is the failure most often missed because human traffic is unaffected.

Keep reading