{"slug": "your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why", "title": "Your insurance brand is missing from the AI answer. Here is how to measure why.", "summary": "Geology's June 2026 insurance study found that incumbent insurers capture 78-82% of mentions on ChatGPT, Perplexity, and Gemini, and 66% on Google AI Overviews. The company developed a measurement framework to help insurance brands diagnose why they are missing from AI-generated answers, emphasizing that visibility gaps are a measurement problem before a content problem.", "body_md": "If you work on growth or SEO for an insurance brand that is not State Farm, you have probably typed your own category into ChatGPT and watched it recommend seven companies, none of them yours. The instinct after that is to go rewrite a landing page. That is almost always the wrong first move, because you have not measured anything yet. You do not know which questions you lose, which engines you lose them on, or which sources those engines are actually reading.\n\nThis is a measurement problem before it is a content problem. Here is how to instrument it.\n\nGeology ran the version of this test that most teams never get around to. In [its June 2026 insurance study](https://www.getgeology.com/reports/insurance-ai-visibility-2026), 100 insurance buyer prompts went through ChatGPT, Perplexity, Gemini, and Google AI Overviews, tracking 15 insurers. Incumbents took 78 to 82 percent of insurer mentions on ChatGPT, Perplexity, and Gemini, and 66 percent on the more balanced Google AI Overviews.\n\nTwo details from that study are the ones you will build your measurement around:\n\nYou cannot act on either of those until you have your own version of the numbers for your own brand. So build it.\n\nDo not test one query. Insurance buyers ask in predictable shapes, and your visibility differs wildly across them. Build 40 to 100 prompts across four buckets:\n\nStore them as data, not as a doc, so the run is repeatable:\n\n```\n[\n  { \"id\": \"cat-01\", \"bucket\": \"category\", \"prompt\": \"best renters insurance 2026\" },\n  { \"id\": \"niche-04\", \"bucket\": \"niche\", \"prompt\": \"renters insurance for a freelance photographer with gear\" }\n]\n```\n\nFor every prompt on every engine, record two fields: **were you named**, and **which sources were cited**. That second field is the one most audits skip, and it is where the strategy actually comes from.\n\n```\n{\n  \"prompt_id\": \"cat-01\",\n  \"engine\": \"perplexity\",\n  \"brands_named\": [\"State Farm\", \"Lemonade\", \"Progressive\"],\n  \"you_named\": false,\n  \"sources_cited\": [\"reddit.com/r/insurance/...\", \"nerdwallet.com/...\", \"moneygeek.com/...\"]\n}\n```\n\nRun it manually for a first pass if you have to. If you want it repeatable, the Perplexity and Gemini APIs return citations directly, and for ChatGPT and AI Overviews you can script the browser. The point is a table you can rerun next month and diff.\n\nFrom that log, derive:\n\nNow the fixes are obvious because the data pointed at them.\n\nGeology's [breakdown of how insurance brands win in AI answers](https://www.getgeology.com/blog/case-study-insurance-ai-visibility) covers the content side of this in more depth, and its [insurance AI-visibility service](https://www.getgeology.com/solutions/insurance) is the same measure-then-act loop run end to end. But the sequence starts here, with measurement. You cannot fix a visibility gap you have not located, and for insurance the gap is almost never on the page you were about to go rewrite.\n\n*Mehul Jain writes about generative engine optimization at Geology, where the team studies how AI engines decide which brands to recommend. This piece draws on Geology's June 2026 insurance visibility study.*", "url": "https://wpnews.pro/news/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why", "canonical_source": "https://dev.to/geology_ai/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why-2p2k", "published_at": "2026-07-07 08:07:54+00:00", "updated_at": "2026-07-07 08:58:33.632686+00:00", "lang": "en", "topics": ["large-language-models", "ai-products", "ai-research", "natural-language-processing", "developer-tools"], "entities": ["Geology", "State Farm", "ChatGPT", "Perplexity", "Gemini", "Google AI Overviews", "Lemonade", "Progressive"], "alternates": {"html": "https://wpnews.pro/news/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why", "markdown": "https://wpnews.pro/news/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why.md", "text": "https://wpnews.pro/news/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why.txt", "jsonld": "https://wpnews.pro/news/your-insurance-brand-is-missing-from-the-ai-answer-here-is-how-to-measure-why.jsonld"}}