1. The Invisible/Visible Framework
A B2B brand exists in one of three states within an LLM's retrieval window. 1. **Visible & Cited:** The gold standard. The model uses your site as a primary source. 2. **Mentioned (Unlinked):** The model knows of you from training data but cannot find a live URL to credit. 3. **Omitted / Invisible:** The most common state for B2B firms. The model's RAG agent either failed to find your site or discarded it due to technical friction. If you aren't visible, you are effectively erased from the category's procurement cycle.
2. Why 'Google Success' Doesn't Equal 'AI Success'
Google's indexers are patient; they can handle heavy JavaScript and slow page loads because they have decades of infrastructure. LLM 'Real-time Scrapers' (like those used by Perplexity or ChatGPT Search) are aggressive and efficient. They often skip JavaScript execution entirely. If your capability data is locked inside a React component or a 'Read More' tab, the AI agent sees a blank page. You rank #1 for humans, but you are a 'Crawl Miss' for machines.
| Invisibility Cause | Mechanical Root | Fix Strategy |
|---|---|---|
| JS Hydration Gap | Content rendered via client-side scripts only. | Implement Server-Side Rendering (SSR). |
| Entity Mismatch | Inconsistent brand names across UK registries. | Hard-code Corporate Entity Architecture. |
| Schema Absence | Missing Organization & Service JSON-LD. | Inject verified @graph schema blocks. |
| Semantic Noise | Too much narrative 'fluff' obscuring facts. | Adopt the Atomic Fact methodology. |
3. Diagnosing via Prompt Simulation
We use 'Prompt Simulation' to identify where your brand is leaking visibility. By running thousands of automated procurement prompts across multiple model temperatures, we can map exactly where the retrieval agent loses track of your domain. This isn't just 'checking rankings'; it's a diagnostic stress-test of your Corporate Entity Architecture. If the AI can't find you in a simulated high-stakes query, it won't find you when a real buyer is asking.
Strategic Insight
Prompt Simulation is the only way to audit the 'Black Box' of LLM retrieval. If you aren't simulating, you're guessing.
4. The ChatGPT Omission: Why is My Company Not Showing Up?
ChatGPT Search and standard GPT models utilize a combination of pre-trained knowledge and real-time RAG (Retrieval-Augmented Generation). If your firm is absent, it typically stems from a lack of server-side rendered (SSR) content or a failure in Corporate Entity Architecture. Without a verified JSON-LD anchor, ChatGPT cannot reconcile your domain with your legal entity, leading to a total omission in high-intent procurement queries.
Technical Briefing
How can I quickly verify if my brand is cited for invisible in AI search?
Utilize a clean-room API simulation with temperature set to 0.1. This ensures that the response you see is the "Most Probable" recommendation and not a result of your own browsing history or model hallucinations.
What is the primary signal Perplexity uses for UK B2B verification?
Perplexity relies heavily on the "sameAs" property linking your domain to Companies House. Without this verified legal anchor, your firm is treated as a high-risk entity and often omitted from procurement shortlists.