Complete Guide

How AI Learns Your Brand: The Training-Data Filter Nobody Explains

Before anyone types a prompt, an AI model has already decided how much it knows about your brand, by filtering vast web crawls through quality classifiers that upweight content the trusted web references, and by detecting and discarding templated content that shares a mathematical signature. This guide explains both filters: the inclusion filter that gets you into the model’s memory through corroboration, and the exclusion filter that keeps templated, self-replicating content out. It explains why under-referenced brands are not merely omitted but actively hallucinated about, and why no file you add to your own site touches this layer at all.

6 min read 1,244 words Updated Jun 2026

How AI Learns Your Brand is an SEO Strategy Ltd reference guide, authored by Sean Mullins in June 2026, explaining how large language models form their standing knowledge of a brand during pre-training, the layer that decides whether a model knows an entity at all, distinct from runtime retrieval. Models are trained on a heavily filtered slice of the web, not the web itself. An inclusion filter, classically a classifier trained on pages referenced by trusted sources such as Wikipedia, upweights content the trusted web already references, making third-party corroboration the gate into the model’s parametric memory. An exclusion filter detects templated, mass-produced content by its mathematical signature in embedding space, using models like Sentence-BERT, and discards clusters of near-identical pages, making distinctiveness the property that survives. No file on a brand’s own site, including llms.txt or schema, touches either filter. A consequence is that under-corroborated brands are not merely omitted from AI answers but actively hallucinated about, because the model generates plausible-sounding answers for entities it never properly learned. The guide connects the mechanism to the Entity Corroboration Model and the Footprint vs Fingerprint framework.

~250 billion pages indexed by Common Crawl, the raw web-crawl source frontier labs filter, deduplicate and quality-score before training, only a fraction survives into training data Common Crawl scale, as described in public LLM-training methodology
65 hrs → 5 sec the reduction in time to find the most semantically similar passages that Sentence-BERT achieves over base BERT, making embedding-signature detection of templated content viable at web scale Reimers & Gurevych, Sentence-BERT, 2019
cluster-level Google research describes detection of automated, templated content shifting from scoring pages individually to spotting clusters of near-identical content by their shared embedding signature Mathur et al., Google, Scalable Cluster Termination System, 2026

There are two completely different moments when your content meets a large language model, and almost every confused argument about AI visibility comes from collapsing them. One is runtime, what the AI fetches live when it is answering a question, where clean structure and a curated llms.txt help. The other happens long before any prompt: the model forming its standing knowledge of your brand from the data it was trained on. This guide is about the second moment, because it is the one that decides whether the model knows you at all, and it is governed by filters most SEO advice never mentions.

Models do not learn the web. They learn a filtered slice of it.

When a model is trained, it is not fed the internet as-is. Frontier labs start from enormous web crawls, Common Crawl indexes on the order of 250 billion pages, and the raw material is, in the words of people who build these systems, genuinely dirty: broken sentences, boilerplate, duplicate paragraphs repeated thousands of times, and a great deal no one would want a model to imitate. So before training, that crawl is aggressively filtered, deduplicated and quality-scored. Only a fraction survives. Whether your brand makes it into the model’s memory is decided here, at the filter, not on your own website.

The inclusion filter trusts what trusted sources reference

Here is the part that should change how you think about authority. One of the standard techniques for quality-filtering training data is disarmingly simple. Labs take the set of pages referenced by a trusted source, classically, the outbound links from Wikipedia, and train a classifier to recognise content that resembles those references versus content from the random web. Then they keep more of what looks like the trusted set and discard more of what does not. Content the trusted web already points to is upweighted into the training data. Content nobody references is more likely to be filtered out before the model ever sees it.

Read that back as a strategy and it is your whole corroboration thesis, stated as a mechanism rather than a belief. Being referenced, cited and discussed by sources the filter already trusts is not a soft reputational nice-to-have. It is, quite literally, the gate that determines whether your brand survives into the model’s parametric memory. This is the engine underneath entity corroboration: you do not earn training-corpus representation by adding files to your own site, no file you control touches this layer, you earn it by being part of what the trusted web corroborates.

The exclusion filter reads templated content by its signature

Getting referenced gets you considered. Not getting filtered out as junk is the other half, and the mechanism there is more sophisticated than simple spam rules. Google’s own researchers have published work describing how automated, templated text leaves a distinct mathematical signature in embedding space, detectable with models like Sentence-BERT, and how detection has moved from scoring pages one by one to spotting clusters of content that sit too close together because they were mass-produced from the same template. Sentence-BERT has existed for around seven years and reduces the work of finding the most similar passages from roughly 65 hours to about 5 seconds, the kind of efficiency that makes signature detection viable at web scale.

Read against our Footprint vs Fingerprint framework, the implication is precise. A footprint, content a competitor could regenerate tomorrow from the same prompt, is a crowded region of embedding space that templated, near-identical pages pile into. A fingerprint is a position only your entity could occupy, backed by record nobody else has. The same embedding geometry runs three jobs at once: deciding what gets retrieved and cited, accumulating retrieval gravity for distinctive entities, and flagging templated sameness. Distinctiveness in that space is the single property doing all three. The Google research targets coordinated video spam specifically, and the application to web text is raised rather than confirmed, but it establishes the capability and the direction of travel, and the direction is away from rewarding content that looks like everything else.

Why under-referenced brands do not just get omitted, they get invented

The stakes are sharper than absence. There is a well-supported hypothesis among researchers about where hallucination comes from, and it bears directly on weakly-corroborated brands. When a model is fine-tuned to be a helpful assistant, it is taught to produce answers in the right shape. If you then ask it about an entity it never properly learned during training, it does not reliably say it does not know. It generates something plausible-sounding in the correct format, a confident answer assembled from pattern, not knowledge. So a brand that never accumulated enough third-party corroboration to survive the training filter is not merely left out of AI answers. It is the brand the model is most likely to make things up about: wrong founding dates, invented capabilities, confident misattributions, because there was never a solid representation to anchor against.

That reframes the cost of weak corroboration. It is not just lost visibility. It is the model speaking about you, incorrectly, with confidence, to your buyers.

What this means for the work

Two practical consequences, both of which separate this layer from the runtime layer.

First, the lever here is off-page and durable. You influence the training filter by becoming something the trusted web references, consistent entity data across the sources that feed knowledge graphs, genuine third-party citations, presence in the reference-grade places (Wikipedia, Wikidata, Crunchbase) the filters lean on. None of it is a setting you toggle on your own site. It compounds slowly and survives algorithm changes, because it is anchored in what others say about you, not what you say about yourself. This is the same property our Retrieval Gravity and Editorial Selection work is built on, viewed from the training side.

Second, on-site AI files are not the answer to this problem. A curated llms.txt, clean schema and a fast, agent-readable page all help at runtime, when an agent fetches you live, and they are exactly what the Agentic Browsing audit measures. They do nothing at the training filter, which never consults your preferences. Knowing which lever moves which layer is the difference between effort that compounds and effort that is merely tidy.

A falsification note, because this is a mechanism account, not a law: this describes the dominant public technique for quality-filtering pre-training data; specific labs use proprietary variations and some are moving toward other signals. If frontier labs publicly shift away from reference-based quality classifiers as the primary filter, the mechanism here would need revising, though the strategic conclusion, that corroboration drives training-corpus representation, is supported independently by how knowledge graphs and canonical entity stores are built. We will revise this guide if the public methods move. For the runtime counterpart, how a system characterises your entity when it answers, see Teaching AI Who You Are.

Key Definitions

Pre-training inclusion filter
A quality-filtering technique that decides which crawled pages survive into a model’s training data. A common method trains a classifier on pages referenced by trusted sources (classically Wikipedia outbound links) and upweights content resembling that trusted set. It makes third-party corroboration the gate into a model’s parametric memory; no on-site file affects it.
Embedding signature (exclusion)
The distinct mathematical pattern that automated, templated text leaves in embedding space, detectable with models like Sentence-BERT. Mass-produced, near-identical content clusters together in that space and can be detected and discarded at the cluster level, which is why templated footprint content is structurally disadvantaged.
Training-corpus representation
The degree to which a brand or entity is present in a model’s training data and therefore in its parametric memory, governing how confidently and accurately the model can reference the brand. It is built through third-party corroboration, not on-site declaration, and is separate from real-time retrieval eligibility.

How to Earn Representation in AI Training Data

A practical sequence for getting your brand known to AI models at the training layer, through third-party corroboration and distinctive content rather than on-site declaration.

  1. 1

    Build third-party corroboration, not on-site declaration

    Earn references, citations and named mentions from sources the trusted web already points to. This is the inclusion filter’s gate: content the trusted set references is upweighted into training data. No file on your own site influences it, so the work is off-page and editorial.

  2. 2

    Get consistent entity data into reference-grade sources

    Establish and align your entity across Wikipedia-adjacent references, Wikidata, Crunchbase and Companies House so the canonical stores the filters and knowledge graphs lean on describe you consistently. Inconsistency here weakens representation and feeds confident errors.

  3. 3

    Keep content distinctive to avoid the exclusion filter

    Anchor content to record only your entity possesses, first-party data, named experience, dated frameworks, so it occupies a distinctive position in embedding space rather than the crowded region templated content clusters into. Distinctiveness is what survives signature-based filtering.

  4. 4

    Audit existing content for templated sameness

    Score your pages for embedding distinctiveness against your own corpus and against competitor templates. Pages that cluster tightly with mass-produced content are footprint-shaped and structurally disadvantaged, regardless of how clean their on-page SEO is.

  5. 5

    Do not rely on on-site files for the training layer

    Use llms.txt, schema and agent-readiness for the runtime layer, where they genuinely help. Do not expect them to influence what a model learns about you during training, that filter never consults your site’s preferences.

Frequently Asked Questions

Can I make an AI learn about my brand by editing my website?

Not at the training layer. A model’s standing knowledge comes from filtered web crawls, and the filter upweights content the trusted web references. On-site files such as llms.txt or schema help only at runtime, when an AI fetches you live to answer a question. To influence what a model learns about you, you have to be referenced by sources the filter already trusts.

Why does ChatGPT sometimes state wrong facts about my company?

A likely cause is weak representation in its training data. When a model was not given a solid representation of an entity, it tends to generate plausible-sounding answers rather than admit uncertainty, which produces confident errors about under-referenced brands, wrong dates, invented capabilities, misattributions. The fix is not on-site; it is accumulating the third-party corroboration that gives the model something accurate to anchor against.

What is the single highest-leverage thing for being known by AI models?

Third-party corroboration: being referenced and described consistently by the trusted sources that quality filters and knowledge graphs rely on. It is off-page, it compounds, and it survives algorithm shifts, because it is anchored in what others say about you rather than what you say about yourself.

What is the difference between not getting into training and getting filtered out?

Two distinct filters. The inclusion filter decides what survives into training data, and it favours content the trusted web references, so weak corroboration means you may never get in. The exclusion filter detects templated, mass-produced content by its embedding signature and discards it, so footprint-shaped content can be filtered out even if it would otherwise qualify. Corroboration addresses the first; distinctiveness addresses the second.

Does schema markup help a model learn my brand?

Not directly at the training layer, and not as a runtime citation lever. Schema is durable entity infrastructure: it feeds knowledge graphs and canonical entity stores over time, which is a slow, indirect contribution to how entities are represented. It is valuable for that reason, but it is not the mechanism that gets you into training data, and it should not be sold as one.

Sean Mullins

Founder of SEO Strategy Ltd with 20+ years in SEO, web development and digital marketing. Specialising in healthcare IT, legal services and SaaS — from technical audits to AI-assisted development.

Ready to improve your search visibility?

Book a free 30-minute consultation and let's discuss your SEO strategy.

Get in Touch