A controlled April 2026 experiment found zero citations across 22 queries regardless of entity density. Recognition gates everything downstream.

Entity optimization for AI search is the work of making machines certain about who your brand is before they decide whether to cite you. Most B2B teams skip straight past it. They rewrite headings, ship FAQ schema, publish twice as often, and watch citation counts sit flat for a quarter. A controlled experiment published in April 2026 shows why that happens: page-level signals do nothing until an engine recognizes the entity behind the page. Here is what the 2026 evidence says, and what to build.
Entity optimization for AI search is the practice of making your brand resolvable as one verified thing across every source an AI engine reads: your site, Wikidata, LinkedIn, Crunchbase, review platforms, and press coverage.
An entity is a specific, identifiable thing with attributes and relationships. A keyword is a string. Google drew that line on May 16, 2012 when it launched the Knowledge Graph with 500 million objects and 3.5 billion facts under the phrase "things, not strings." Practitioners now report the graph holds more than 5 billion entities and 500 billion facts, though Google publishes no current count (Digital Applied, May 2026).
That history stopped being trivia in 2026. Gemini trains on the Knowledge Graph, so your representation inside it shapes whether Gemini-powered surfaces can attribute a claim to you.
Entity work sits underneath content work. Schema markup tells an engine what a page contains. Entity optimization tells it who published the page and whether that publisher exists as a known, verifiable organization.
Retrieval systems run an identity pass first. They match the query to entities, pull candidate passages, then check whether independent sources corroborate the claim before generating an answer.
Machine Relations synthesized more than 680 million AI citations in May 2026 and described the mechanism plainly: AI engines select sources rather than rank pages, and the selection test is whether a brand appears across multiple independent contexts the engine can cross-reference.
Peer-reviewed retrieval research supports the mechanic. Work on uncertainty-driven evidence selection shows retrieval-augmented systems favor evidence that reduces uncertainty, not evidence that maximizes relevance alone. An organization named in one source carries high uncertainty. The same organization named across five independent sources carries low uncertainty and wins the slot.
ZipTie.dev's analysis found 96% of AI Overview citations come from sources that clear E-E-A-T credibility thresholds. A fragmented brand identity raises assembly cost, and the engine cites the competitor it can verify faster.
Monitor your progress with Nobori.
They got zero citations. The GEO Lab ran a controlled experiment on Perplexity in April 2026 and found no relationship between entity density and citation rate, because the test domain never cleared recognition to begin with.
The setup: 10 pages from one domain spanning 12.9 to 29.5 unique entities per 1,000 words, measured with a filtered spaCy NER pass locked before results were examined. Artur Ferreira pre-registered 22 competition queries where three to five of those pages counted as plausible answers. Every query, every page, every density level returned zero citations. Correlation came back undefined for lack of variance. The preprint sits on Zenodo under DOI 10.5281/zenodo.19450361 with raw data on GitHub.
The same domain hit a 20% citation rate on a separate 30-query set, 6 citations, all first position. Every one landed on a concept the site originated.
Aggarwal et al. (KDD 2024) measured up to 41.5% visibility gains from adding citations to content. Their manipulations ran on pages already inside the retrieval candidate set, which limits the result to domains that already clear recognition.
Four signals carry the load: an entity home page, a Wikidata QID, sameAs declarations, and third-party corroboration. The first three take one afternoon of engineering time.
Jason Barnard of Kalicube formalized the entity home in Search Engine Land on March 24, 2026. It is the single canonical URL that anchors your identity, almost always the About page, carrying an Organization JSON-LD block with @id set to your canonical domain plus founding date, leadership names, description, and geographic scope. Google now pulls Knowledge Panel descriptions from this page when a Wikipedia article is absent.
The sameAs property lives on schema.org's base Thing type, and Google's structured data documentation states it makes general use of it. Point the array at your Wikidata item, Wikipedia article if one exists, LinkedIn company page, Crunchbase profile, GitHub organization, and verified social accounts.
Barnard adds one constraint worth enforcing in review: schema without matching on-page substance is an empty declaration. If the JSON-LD claims a 2019 founding date, the page copy has to say so too.
Yes. Wikidata carries no notability requirement, and it feeds the Knowledge Graph as structured, machine-readable data.
Every Wikidata item receives a permanent QID. Create the item, set instance of (P31) to your organization type, add the official website (P856), founding date (P571), and a one-line description. Record the QID, then add your Wikidata item URL to the sameAs array on your entity home. The Wikidata property pointing back at your domain closes the loop in both directions.
The payoff shows up in engine behavior. Wikipedia holds 47.9% of ChatGPT's top-10 citation share in TryProfound's 680-million-citation dataset covering August 2024 through June 2025. Most B2B software vendors will never meet Wikipedia's notability bar. Wikidata hands you the machine-readable half of that signal with no gate.
Digital Applied's May 2026 guide puts time to recognition for a Wikidata entry and sameAs block at weeks.
Each naming variant creates a separate candidate entity, so corroboration splits across three or four thin profiles instead of stacking into one dense profile.
Picture a company that appears as "Acme" on its homepage, "Acme Inc." on Crunchbase, "Acme Software" on LinkedIn, and "Acme.io" in its press releases. Four strings collect mentions. None reaches the density that lowers retrieval uncertainty.
Category language fragments the same way. A site that calls itself a revenue intelligence platform, a G2 listing filed under sales enablement, and a press kit describing conversation analytics puts one company into three category races and wins none.
Ahrefs measured branded search volume across 75,000 brands at 0.334 correlation with LLM citation frequency. Split naming splits that volume too.
Pick one legal name, one display name, and one category phrase. Document them. Push them to every profile you control, then chase the ones you do not. Off-page mentions only compound when they name the same entity.
Each engine traces a different part of your entity footprint, so a profile that satisfies one leaves you invisible on another.
ChatGPT leans encyclopedic, with Wikipedia at 47.9% of its top-10 citation share (TryProfound). Google AI Overviews draw from community threads, video, and professional platforms. Claude skews editorial and older: 36% of its journalism citations come from the previous 12 months, against 56% for ChatGPT (TryProfound and Topify.ai, 2026).
That divergence sets a format requirement. One text article does not cover it. A product page, a YouTube video with real metadata and a transcript, a LinkedIn company page, and a review listing on G2 give four engines four different ways to find the same entity.
The gap between engines also explains why brands that rank well in Google still get cited at low single-digit rates, a pattern documented in the B2B AI visibility gap data.
Run six checks. Each returns a yes or a no, and every no becomes a backlog item.
@id and a populated sameAs array, then validate it in Google's Rich Results Test.Four or fewer yes answers means content optimization is premature. Fix recognition first.
Sequence the work by dependency. Foundation first, corroboration second.
Days 1 to 7. Rewrite the About page as an entity home. State founding date, leadership names, category in one sentence, geographic scope, and funding history. Ship the Organization JSON-LD with @id, name, url, foundingDate, description, and logo.
Days 8 to 14. Create the Wikidata item. Record the QID. Add the official website property pointing at your canonical domain.
Days 15 to 21. Add the sameAs array covering Wikidata, LinkedIn, Crunchbase, GitHub, and verified socials. Update every one of those profiles to the single approved name and category string.
Days 22 to 30. Add mentions schema to your 10 strongest articles, pointing at Wikidata entities for the products, people, and concepts you name, and confirm those names appear in the body copy as well.
Set expectations at weeks to months. Schema App's entity-linking case studies report a 336% CTR lift on one healthcare article and a 46% impressions gain across 11 test pages over 85 days. Those are vendor-stated results from a company selling entity tools. Treat them as directional.
Measure the impact with Nobori's AI visibility tracking.
Entity work is hard to verify. You ship the schema, create the Wikidata item, fix four profiles, and then have no way to tell whether any engine changed its mind about you. Nobori closes that loop by asking ChatGPT, Google AI Overviews, Perplexity, Gemini, and Claude the questions your buyers ask, every day, and recording what each one says about your brand.
That surfaces two numbers. First, whether engines describe you with the right category and the right attributes, or whether they hand your category to a competitor. Second, whether your citation rate moves after each entity fix lands, broken out by engine so you can see Claude and ChatGPT respond on different timelines.
Nobori also tracks which third-party sources get cited in your category. When a review listing, a directory profile, or an editorial mention carries more weight than your own site, you find out which one, and you get a task rather than a chart.
See if AI engines are citing you: nobori.ai
Wikidata entries and sameAs blocks register in weeks. Third-party corroboration through press, reviews, and community mentions compounds over months. Digital Applied's May 2026 guide sets that split explicitly, and no evidence supports a same-week result.
No. Wikipedia is the strongest single signal and the hardest to earn, since notability requirements apply. Wikidata has no notability threshold, feeds the same Knowledge Graph, and any registered editor can create an item for a legitimate business.
No. It gates it. The GEO Lab's April 2026 experiment found zero citations across 22 competition queries regardless of entity density, then 20% on queries about concepts the site originated. Recognition decides whether page-level work reaches the citation layer at all.
Off-page AEO builds the volume of third-party mentions. Entity optimization makes sure those mentions resolve to one organization rather than four near-duplicates. Both matter, and naming consistency determines whether mention volume compounds or scatters.
Nobori tracks your brand's visibility across ChatGPT, Gemini, Perplexity, Google AI Overviews, and Claude, updated daily. See who's getting cited, where you're missing, and what to fix.
See if AI engines are citing you: nobori.ai