---
title: "Brand name differs across og:site_name, JSON-LD and title (geo/entity-name-mismatch)"
description: "geo/entity-name-mismatch: Consistent entity naming helps search engines and LLMs merge mentions into one entity (Bing: consistent entities; Google site…"
canonical: https://void-design.vercel.app/rules/geo/entity-name-mismatch
lastModified: 2026-09-16
---

# Brand name differs across og:site_name, JSON-LD and title

`geo/entity-name-mismatch` · severity **info** · category AI search · detected by `void geo` and `void audit`

## Why it matters

Consistent entity naming helps search engines and LLMs merge mentions into one entity (Bing: consistent entities; Google site names).

## How to fix it

Define the name once (lib/site.ts) and use it for og:site_name, Organization/WebSite name, the title template and the llms.txt H1.

## References

- https://developers.google.com/search/docs/appearance/site-names
- https://blogs.bing.com/webmaster/February-2026/Introducing-AI-Performance-in-Bing-Webmaster-Tools-Public-Preview

## More ai search rules

`void geo` reports 41 rules in this category. Generative-engine optimisation: whether AI crawlers that don't run JavaScript see the same content, valid and visible JSON-LD, an explicit AI robots policy, llms.txt, Markdown mirrors and answer-first writing.

- `breadcrumb-invalid` BreadcrumbList positions, names or item URLs are invalid — [geo/breadcrumb-invalid](https://void-design.vercel.app/rules/geo/breadcrumb-invalid)
- `faq-deprecated` FAQPage/HowTo/SearchAction markup no longer produces rich results — [geo/faq-deprecated](https://void-design.vercel.app/rules/geo/faq-deprecated)
- `jsonld-id-unresolved` JSON-LD @id references don't resolve — [geo/jsonld-id-unresolved](https://void-design.vercel.app/rules/geo/jsonld-id-unresolved)
- `jsonld-not-visible` Structured data values don't appear on the page — [geo/jsonld-not-visible](https://void-design.vercel.app/rules/geo/jsonld-not-visible)
- `article-date-missing` Article has no machine-readable or visible date — [geo/article-date-missing](https://void-design.vercel.app/rules/geo/article-date-missing)
- `article-author-missing` Article author missing or malformed — [geo/article-author-missing](https://void-design.vercel.app/rules/geo/article-author-missing)
- `landmarks` Missing <main>, <nav> or <article> landmarks — [geo/landmarks](https://void-design.vercel.app/rules/geo/landmarks)
- `thin-content` Article main content under 150 words — [geo/thin-content](https://void-design.vercel.app/rules/geo/thin-content)

Detected by `void geo` and `void audit`. Explain it in a terminal: `void rules geo/entity-name-mismatch`
