The Founders ClubLifetime access for 25 agencies - pay once, no subscription, white-label reporting.Claim your seat

Category: AI Discovery Engineering

How to Block AI Scraper Bots Without Losing AI Search Visibility

To block AI scraper bots without losing AI search visibility, separate the crawlers that take from the crawlers that refer. Disallow named training agents in robots.txt, enforce the decision at the edge where the file can be ignored, and leave the retrieval bots that feed AI answers alone. Blocking everything protects your archive and removes […]

JavaScript Rendering and AI Crawlers: Can LLMs Read Your Client-Side Content?

JavaScript rendering and AI crawlers are a poor match, because none of the major AI crawlers execute scripts before they read a page. GPTBot, OAI-SearchBot, ChatGPT-User, ClaudeBot, Claude-SearchBot, and Perplexity fetch raw HTML and stop there. Anything your framework paints into the page after load stays invisible to them. Quick answer: Testing across 23 major […]

HTTP Status Codes and AI Crawlers: What 301s and 404s Tell GPTBot

HTTP status codes tell AI crawlers whether a page exists, has moved, or is off limits, and the code arrives before a single byte of content does. A 200 invites GPTBot to read, a 301 sends it to the new URL, a 404 ends the visit, and a 403 shuts it out entirely. Your server […]

AI Visibility Report for Clients: What to Include

An AI visibility report for clients shows where a brand appears in AI-generated answers, which sources the models cite when they build those answers, and how the brand stacks up against competitors. It replaces the old ranking conversation with a new conversation about ChatGPT, Perplexity, and Gemini. Done properly, it ends with a fix list […]

WordPress Content Structure for AI Citations

Content structure for AI citations means organizing a page so an AI system can lift a single passage out and attribute it back to you. Clear headings, labeled sections, and self-contained answer blocks give crawlers a clean extraction path. Pages that ignore structure leave the extraction to guesswork, and guesswork rarely favors the publisher. Quick […]

AI Crawler Access Control: Allow Lists, Rate Limits, and Logs

AI crawler access control is the deliberate decision about which AI bots may read your site, how much they may take, and what you can prove afterward. It runs on 3 layers: allow lists that admit named user agents, rate limits that cap request volume, and logs that record what actually happened. Together they replace […]

Cloudflare AI Bot Blocking vs Tracking

Cloudflare AI bot blocking stops crawlers at the network edge, while tracking tells you which AI bots hit which pages, and the two solve different problems that both matter. Cloudflare AI bot blocking rejects known AI crawlers at the edge before they reach your server. Tracking, by contrast, records which AI bots hit which pages, […]

How to Structure WordPress Content for Maximum AI Crawler Discovery in 2026

TLDR: Structuring WordPress content for AI crawler discovery is five moves - clean headings, direct answers, raw HTML, fast Core Web Vitals, and explicit entities - then reading the crawl to confirm it landed. Structure WordPress content for AI crawler discovery with a clean heading hierarchy, a direct answer in the first sentence under each […]

robots.txt for AI Crawlers

robots.txt for AI crawlers uses User-agent and Disallow lines to allow or block bots like GPTBot and ClaudeBot, but the file is voluntary, so some crawlers ignore it entirely. robots.txt for AI crawlers is a plain-text file at your site root that names each AI bot in a User-agent line and uses Disallow to control […]

llms.txt Explained and How to Create One

llms.txt is a proposed plain-text file that lists your most important pages in Markdown so AI models can find clean content fast, but adoption stays limited and no major AI company has confirmed its crawlers read it. llms.txt is a plain-text file you place at the root of your website that points AI language models […]

AI Citation Patterns 2026: Which Bots Reference Your Content and Why

TLDR: Every AI platform has its own citation fingerprint, ChatGPT leans on Wikipedia, Perplexity on Reddit, Claude on authoritative sources, so tailor content by platform and track which bots actually crawl your pages. AI citation patterns differ by platform: ChatGPT leans on Wikipedia almost half the time, Perplexity leans on Reddit, and Claude wants authoritative, […]