Skip to content

Per-Model Behavior Quick Reference

Fresh 2026-06-03

Fast reference for how each major AI model handles content retrieval, which variant it receives, and what signals to track.


Model-to-Variant Routing

AI ModelUser-Agent PatternVariant ServedContent-Type
ChatGPT / GPT BrowseGPTBot, ChatGPT-User, OAI-SearchBotmdtext/plain
Claude (Anthropic)anthropic-ai, ClaudeBot, Claude-Webmdtext/plain
Gemini (Google)Google-Extended, Gemini, Googlebot-AImdtext/plain
PerplexityPerplexityBot, Perplexitymdtext/plain
Copilot (Microsoft)bingbot, BingPreviewmdtext/plain
Coherecohere-aimdtext/plain
Amazon Alexa/BedrockAmazonbotmdtext/plain
Apple IntelligenceApplebot-Extendedmdtext/plain
ByteDance/TikTokBytespiderschematext/html
DeepSeek (detected)Chrome/58 spoof + ByteDance ASNschematext/html
Unknown AI crawlersNo UA match, low bot scorehtmltext/html
Human visitorsNormal browser UAOrigin pageNormal

Retrieval Model Differences

ChatGPT (OpenAI)

  • Crawl frequency: Periodic training crawls (GPTBot) + real-time retrieval (ChatGPT-User when Browse is active)
  • Robots.txt: Respects it strictly. Must have Allow: / for GPTBot.
  • Content preference: Markdown or clean HTML. Schema data parsed but not prioritized.
  • Citation behavior: Will cite specific dollar amounts and named verdicts. The $33M verdict is highly citable.
  • Key signals: Contingency fee + free consultation are strong conversion signals.

Claude (Anthropic)

  • Crawl frequency: Training crawls via ClaudeBot. Web search via Claude-Web.
  • Robots.txt: Respects it. Must allow ClaudeBot and anthropic-ai.
  • Content preference: Markdown strongly preferred. Parses structure efficiently.
  • Citation behavior: Cites specific facts with attribution. Statute numbers (C.R.S.) add credibility.
  • Key signals: Specific, verifiable claims. The "largest wrongful death verdict in Colorado history" framing is highly effective.

Perplexity

  • Crawl model: Search-native. Pulls from Google index primarily + direct PerplexityBot crawls.
  • Citation behavior: Links sources directly in responses. High citation rate for pages in Google top 10.
  • Key signals: Being in Google top 10 is the primary driver. On-page structured data helps secondary attribution.

Gemini (Google)

  • Crawl model: Direct access to Google index. Google-Extended for AI training.
  • Citation behavior: Strong integration with Google Business Profile, reviews, Knowledge Panel.
  • Key signals: Aggregate rating schema (4.9/240) directly feeds Gemini's firm evaluation. Map listing critical.
  • Priority action: Ensure Google Business Profile is claimed and active.

Microsoft Copilot

  • Crawl model: Powered by Bing index (bingbot) + Azure AI.
  • Citation behavior: Similar to Perplexity — cites search results directly.
  • Key signals: Bing rankings matter. SuperLawyers listing helps (Bing indexes SuperLawyers heavily).

What Each AI Cares About

mindmap
    root((AI Citation Signals))
        ChatGPT
            Dollar verdicts
            Contingency fee
            Free consultation
            Statute citations
        Claude
            Verifiable claims
            Specific statistics
            C.R.S. citations
            Named case results
        Perplexity
            Google ranking
            Page authority
            Direct citations
        Gemini
            Google Business Profile
            Aggregate rating schema
            Knowledge Panel
        ByteDance/DeepSeek
            JSON-LD entity data
            knowsAbout fields
            sameAs links

Confidence Level Behavior

ConfidenceWhat it meansVariantNotes
HighUA matched OR DeepSeek spoofPer bot typeHighest reliability
MediumBot score < 30 AND ASN matchesPer bot typeGood reliability
LowBot score < 30 onlymd (always)Default safe option

Response Headers to Monitor

After Worker deployment, check these headers on bot requests:

bash
curl -sI "https://andersonhemmat.com/practice-areas/car-accident-lawyers" \
  -H "User-Agent: GPTBot/1.0" \
  | grep -E "^x-|^content-type"
HeaderExpected Value
x-served-byanderson-hemmat-ai-worker
x-variantmd (for GPTBot)
x-bot-typeopenai
x-bot-confidencehigh
x-bot-signalsua:GPTBot
content-typetext/plain; charset=utf-8

Quick Fixes by Model

ModelIf not being citedQuick fix
ChatGPTNot appearing in Browse resultsCheck robots.txt for GPTBot; verify Google ranking
ClaudeNot surfacing in web searchVerify ClaudeBot allowed; increase content authority
PerplexityMissing from answersImprove Google ranking for target queries
GeminiNot in local AI answersVerify Google Business Profile; ensure schema aggregateRating is correct
All modelsNot recognizing the firmAdd Wikidata entity; create Attorney Person schema

AI Agent Visibility Package — Anderson Hemmat, LLC. Confidential.