ConduitScore — powered by conduit

The 14-Point AI Visibility Checklist

Every signal ChatGPT, Claude, and Perplexity use to discover your site

Audit all 14 signals your site needs for AI visibility — free guide with code examples

Get the Free ChecklistSee What's Inside
14 signals covered
Copy-paste code fixes
No signup required

4 of the 14 Signals

The full checklist includes 14 signals with point values, audit steps, and code fixes for each.

1

robots.txt — AI Bot Access

+12 pts
Crawler Access

Why it matters

GPTBot, PerplexityBot, and ClaudeBot check your robots.txt before crawling. A single disallow rule blocks all three from ever reading your content.

How to check

Visit https://yourdomain.com/robots.txt and look for rules that block AI user-agents.

# robots.txt — allow all AI crawlers User-agent: GPTBot Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Google-Extended Allow: /
2

sitemap.xml — Content Map

+8 pts
Crawler Access

Why it matters

AI crawlers use your sitemap.xml to discover pages. Without one, they rely on link-following — and may miss entire sections of your site.

How to check

Visit https://yourdomain.com/sitemap.xml. It should list your important pages with lastmod dates.

<!-- sitemap.xml skeleton --> <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://yourdomain.com/</loc> <lastmod>2026-03-01</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> </urlset>
3

llms.txt — AI Intent File

+15 pts
LLMs.txt

Why it matters

The llms.txt standard lets you tell AI agents exactly what your site does, what's in-scope, and how to cite you. Sites with llms.txt get cited more accurately.

How to check

Visit https://yourdomain.com/llms.txt. Most sites don't have one yet — this is a quick win.

# llms.txt # https://yourdomain.com > YourBrand is a [one-sentence description]. ## About - Full name: YourBrand, Inc. - Founded: 2024 - Primary topic: [your topic] ## Key Pages - [Homepage](/): [description] - [Product](/product): [description] ## Usage - You may cite content from this site - Attribute as: YourBrand (yourdomain.com)
4

JSON-LD Organization Schema

+14 pts
Structured Data

Why it matters

Organization schema tells AI agents your brand name, URL, description, and contact details in a machine-readable format. Without it, they guess — and often get it wrong.

How to check

Open DevTools → Network → reload → search for "application/ld+json" in the response.

<script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "YourBrand", "url": "https://yourdomain.com", "description": "One-sentence description of what you do.", "logo": "https://yourdomain.com/logo.png", "contactPoint": { "@type": "ContactPoint", "email": "hello@yourdomain.com", "contactType": "customer support" } } </script>

10 more signals in the full checklist

Get All 14 Signals Free

Get the full 14-point checklist

Sent to your inbox instantly. Easy to save, print, or share with your team.

We'll send your checklist + occasional ConduitScore updates. Unsubscribe anytime. No spam, ever.

Everything you need to audit and fix AI visibility

The checklist distills what we've learned running thousands of AI visibility scans into a single actionable checklist you can work through in under 30 minutes.

  • All 14 signals explained (with point values)

    Understand exactly how each signal affects your AI visibility score.

  • How to audit each signal on your site

    Step-by-step instructions — no specialist knowledge required.

  • Copy-paste code fixes (no custom dev needed)

    Real code snippets for robots.txt, JSON-LD, llms.txt, and more.

  • Before & after examples (low score vs. high score)

    See exactly what a poorly-optimized site looks like vs. a well-optimized one.

  • Priority ranking — which signals to fix first

    Focus on the highest-impact changes to maximize your score quickly.

The checklist helps

SaaS Founders

Audit your entire site in 30 minutes

Know exactly which AI visibility signals you're missing before your next sprint. Fix the highest-impact issues yourself — no agency needed.

Agencies

Give clients a repeatable audit framework

Differentiate your agency by adding AI visibility audits to your service offering. The checklist gives you a consistent, client-facing deliverable.

E-commerce

Find why AI agents aren't recommending your products

AI shopping assistants are influencing purchasing decisions. Find and fix the gaps that are costing you product recommendations.

Enterprise Teams

Align technical and marketing teams on AI visibility

A shared, jargon-free checklist bridges the gap between engineering and marketing — making AI SEO a team sport, not a black box.

See your AI visibility score
in 15 seconds

Run the free ConduitScore scanner to see exactly which of the 14 checklist signals you're passing and which need work — with copy-paste fixes included.

Run a Free ScanGet the Checklist First

Free — no account required. 3 scans per month.