Gemini is Google's multimodal AI model: it reads text, images, tables and schema in parallel — and pulls directly from the Knowledge Graph. SGE-SCORE audits 12 Gemini-relevant checkpoints (schema depth, entity density, image alt-text, KG linkage); the Master-Fix produces the matching patches and JSON-LD snippets.
How Gemini processes content
Gemini is Google's natively multimodal model — images, text, tables and code are processed in a shared embedding space. In Gemini App, Deep Research and AI Overviews, the model draws from two sources: the classic Google index and the Knowledge Graph. The latter rates entities (people, organisations, topics) on verifiable structural signals.
For you as a website operator this is concrete: a page without clear schema markup, without alt text on images and without entity-rich text faces a massive disadvantage in Gemini. Google's Search Central documentation on structured data explicitly calls schema "the gateway to the Knowledge Graph".
"Gemini scores not only what is written — but also what is structured."
Unlike ChatGPT, which mainly rewards main-content clarity, Gemini weights schema depth and image semantics noticeably higher. A pure text page without schema and without described images stays "flat" for Gemini.
→ Next step: Run our free demo analysis to score your schema depth and image semantics.
The 7 most important signals for Gemini visibility
- Schema depth ≥ 4 types:
Article,FAQPage,BreadcrumbList,Person,Organization— the more linked, the better. - Entity density: Clearly named people, places, studies, products — preferably with a
sameAslink to Wikipedia/Wikidata. - Image alt text with context: Not "image1.jpg", but "Pascal Schildknecht presenting on GEO at ZHAW".
- Tables with
th scope: Gemini parses tables natively when they are semantically correct. - Complete
Personschema: Mandatory for Knowledge Graph attachment of the author. - Multilingual
hreflang: Gemini scores canonical language versions — see SGE-GEO knowledge hub. - Consistent
Organizationidentity: Logo, name, URL, sameAs must be identical across all pages.
→ Next step: Test a page of your domain with Google's Rich Results Test — if nothing is recognised, schema is missing.
What our audit specifically checks for Gemini
Of the 57 SGE-SCORE checkpoints (max. 114 points), these 12 are particularly relevant for Gemini visibility:
| # | Checkpoint | Sector | Max. pts | Patent / Source |
|---|---|---|---|---|
| 22 | Article schema complete | III — Schema | 2 | schema.org/Article |
| 23 | FAQPage schema | III — Schema | 2 | schema.org/FAQPage |
| 24 | BreadcrumbList schema | III — Schema | 2 | schema.org/BreadcrumbList |
| 25 | Person schema with sameAs | III — Schema | 2 | Knowledge Graph API |
| 26 | Organization schema with logo | III — Schema | 2 | schema.org/Organization |
| 27 | Schema linking via @id | III — Schema | 2 | JSON-LD best practice |
| 28 | Image alt text semantic | II — Parse | 2 | WCAG 2.2, US 9,037,600 |
| 29 | Tables with th scope | II — Parse | 2 | HTML5 spec |
| 32 | Entity density of main copy | IV — Trust | 2 | Princeton GEO 2023 |
| 34 | Hreflang consistency | I — Discovery | 2 | Google Search Central |
| 35 | Knowledge Graph sameAs (Wikidata) | IV — Trust | 2 | KG whitepaper |
| 42 | ImageObject with width/height | II — Parse | 2 | schema.org/ImageObject |
Related read: Structured data for SGE — why Schema.org is decisive. Patent background lives in our knowledge hub; technical details in the docs.
→ Next step: Also read Google Knowledge Graph: the foundation for SGE visibility.
Before / after: what the Master-Fix actually produces
A typical before / after for Gemini looks like this:
Before
<script type="application/ld+json">
{ "@context":"https://schema.org", "@type":"Article",
"headline":"Our solution" }
</script>
After (Master-Fix output)
<script type="application/ld+json">
[
{ "@context":"https://schema.org", "@type":"Organization",
"@id":"https://example.com/#org",
"name":"Example Inc.",
"url":"https://example.com",
"logo":"https://example.com/logo.png",
"sameAs":["https://www.linkedin.com/company/example"] },
{ "@context":"https://schema.org", "@type":"Article",
"headline":"Our solution for AI visibility",
"datePublished":"2026-04-30",
"dateModified":"2026-04-30",
"author":{ "@type":"Person",
"name":"Pascal Schildknecht",
"sameAs":["https://www.linkedin.com/in/pascal-schildknecht-53676566"],
"knowsAbout":["GEO","SGE","Google Ads"] },
"publisher":{ "@id":"https://example.com/#org" },
"image":{ "@type":"ImageObject",
"url":"https://example.com/hero.jpg",
"width":1216, "height":640 } }
]
</script>
This connects Article, Person and Organization via @id — Gemini reads it as one coherent entity cluster and can attach it to the Knowledge Graph.
→ Next step: If you have not unlocked the Master-Fix yet: our €9 promo is currently live.
Schema depth: more types, more linkage
"Schema depth" measures not the number of JSON lines but the number of linked types. A reference architecture for a mature page:
Organizationwith@idWebSitewithSearchActionBreadcrumbListArticlewith fullPersonFAQPagewith all Q&AServiceorProductfor business context
The SGE-SCORE schema reference browser documents required and recommended properties per type — to schema.org spec.
The 5 most common mistakes in Gemini optimisation
- Only one schema block: Article without Organization, Person, Breadcrumb — no entity cluster.
- Images without alt text: Gemini can "read" images but needs a semantic anchor.
- Tables as layout: tables used for column layouts instead of data — no parse points.
- Hreflang missing: a multilingual domain without
hreflangloses KG value. - Logo without
ImageObject: logo only asimg, not in the Organization schema.
Frequently asked questions (FAQ)
Which schema types are mandatory for Gemini?
Mandatory: Article, BreadcrumbList, Organization, Person. Recommended: FAQPage, Service/Product, ImageObject. Linked via @id.
Do I need a Wikidata entry?
Not strictly required, but strongly recommended. A Wikidata entry in the sameAs block of the Person or Organization schema markedly increases KG attachment.
How many images should a page have?
Quality over quantity: 1 hero plus 2–4 explanatory images is enough if each carries a semantic alt attribute and correct dimensions.
What does the Master-Fix cost?
Currently 9 EUR. Output: HTML patches, complete JSON-LD cluster, author bio, llms.txt — roughly 60 seconds of generation.
Does this also work for e-commerce pages?
Yes. For product pages the Master-Fix automatically adds Product, Offer, AggregateRating and Review.
What exactly is entity density?
Share of named entities (people, places, concepts) per 100 words of main copy. Higher density equals more Knowledge Graph anchors.
How do I measure Gemini visibility?
There is no official API today. SGE-SCORE measures the probability through patent-based proxies and compares it across URLs.
Have your Gemini visibility audited
Start a free, patent-based analysis. SGE-SCORE checks 57 criteria — including the 12 Gemini signals from this article.