HomeBlog → Localized GEO
International · GEO · Entity Strategy

Localized GEO: Why Your Brand Gets Cited in English But Not in German

AI citation is locale-specific in a way most US brands have never measured. The same company can be the default answer in English and completely absent in German, Spanish, or Portuguese — and the cause is almost never translation quality.

Here is a test worth running before you read any further. Take a category query you care about, run it in Perplexity in English, then run the same query in German. Not a translation of your brand name — the actual question a German buyer would type.

If your brand appears in the English answer and not the German one, you are experiencing the single most under-diagnosed problem in international search right now. It is also, for most brands, the cheapest citation gain available.

Why localization breaks AI citation

Direct answer

AI engines treat each language as a separate retrieval context with its own entity graph and source pool. Your English pages accumulated schema, FAQ markup, author attribution, and third-party citations over years. Your localized pages were translated and shipped without any of it — so the retriever finds text it cannot attribute to a known entity, and cites a local competitor instead.

The failure is structural, not linguistic. When a brand launches a /de/ subdirectory, the typical process is: take the English pages, run them through a translation workflow, publish. What gets translated is body copy. What does not get carried across is everything that makes a page citable — the FAQPage schema, the question-led heading structure, the author byline with Person markup, the entity description that matches the Wikidata record.

The result is a page that reads perfectly to a human and looks structurally empty to a retriever.

Your German page is not competing with your English page. It is competing with German pages — and most of them were built natively, with native structure, by teams who never had to localize anything.

The three layers where localization fails

Layer one: schema parity

Run this check on any brand with a localized footprint. View source on your top English page, note every schema type present. Then view source on the equivalent localized page. In the large majority of audits I run, the localized page is missing at least two of the three types that matter most for citation — FAQPage, Person, and a locale-appropriate Organization description.

The fix is mechanical. Schema is language-agnostic in structure but language-specific in content. Your German FAQPage schema needs German questions and German answers, not a German page carrying English schema.

"@type": "FAQPage",
"inLanguage": "de-DE",
"mainEntity": [{
  "@type": "Question",
  "name": "Wie funktioniert [Produkt] für Unternehmen?",
  "acceptedAnswer": {
    "@type": "Answer",
    "text": "[Direkte Antwort, unter 60 Wörter, vollständig.]"
  }
}]

Note the inLanguage property. It is frequently omitted and it materially helps retrievers scope your content to the right locale.

Layer two: entity signals by locale

Your entity graph is almost certainly English-weighted. The Wikidata record has an English label and description; the German label may be missing entirely. Your sameAs array points to a US Crunchbase profile and a global LinkedIn page, with no regional review platforms, no local business directories, no German-language press coverage.

This matters more than the schema gap, because entity confidence is the precondition for citation. A retriever handling a German query is assembling context from German-language sources. If your brand has no German-language entity footprint, the retriever has nothing to anchor to — so it cites a brand that does.

There is a broader finding that reinforces this. Muck Rack data from May 2026 found that 84% of AI citations come from earned media rather than brand-owned pages. That ratio is why a localized content push alone rarely moves citation rate. If 84% of the signal lives on third-party properties, a German-language footprint built entirely on your own domain is addressing 16% of the problem.

Layer three: hreflang and retrieval scoping

Hreflang will not earn you citations. Broken hreflang will prevent them. When language variants are not correctly declared as alternates of one another, retrievers can treat them as separate, weak, potentially duplicative entities — fragmenting authority that should consolidate.

Localized page audit — what to check
ElementEnglish pageTypical /de/ pageFix effort
FAQPage schemaPresentMissing1 day per page type
Question-led headingsPresentTranslated narrative2–3 days
Direct-answer paragraphsPresentTranslated prose2–3 days
Person schema on bylinesPresentAuthor stripped1 day
inLanguage propertyN/AOmittedHours
Localized entity descriptionPresentEnglish copy1 day
Regional sameAs targetsUS profilesNone1–2 weeks
hreflang reciprocityPartialOften broken2 days

Why this window is open

Two things make localized GEO unusually high-leverage right now, and both are temporary.

First, most US-based GEO practitioners test English-language visibility only. It is not negligence so much as tooling — the default prompt sets, the default dashboards, and the default competitive benchmarks are all English. A gap nobody is measuring is a gap nobody is closing.

Second, the relationship between traditional ranking and AI citation is weakening fast, which means incumbency protects local competitors less than it used to. Google's own AI Overview citations drawn from top-10 organic results fell from 76% to 38% — meaning ranking position is now a substantially weaker predictor of citation than it was a year ago.

Share of AI Overview citations drawn from top-10 organic results Ranking is a rapidly weakening predictor of AI citation 100% 50% 0% 76% Earlier baseline 38% 2026 −38 pts More than half of AI Overview citations now come from pages outside the top 10. Structure is displacing position.
Figure 1 — Decline in AI Overview citations sourced from top-10 organic results. Reported via SE Ranking / GeoAura 2026 market analysis. The practical implication: a competitor who outranks you in a local market no longer automatically out-cites you.

That second point is the strategic one for international teams. In a market where you rank fifth and a local incumbent ranks first, traditional SEO says you have a multi-year climb. Citation mechanics say you can pass them in a quarter by being the better-structured source.

Market prioritization

Not every localized market is worth the same investment. Prioritize by three factors: existing footprint, competitive density in AI citation, and buyer AI adoption.

Localized GEO prioritization framework
MarketWhy it ranks hereTypical first move
German (DE/AT/CH)High B2B AI adoption, sophisticated buyers, very low GEO practitioner densitySchema parity on top 5 pages + German Wikidata label
Dutch (NL/BE)English-comfortable market that still queries natively; almost no local GEO practiceFAQPage schema + regional sameAs
Spanish (ES/LATAM)Enormous query volume, wide open citation landscape, two distinct variantsSplit es-ES and es-MX before anything else
Portuguese (BR/PT)Brazilian B2B SaaS is scaling fast with essentially zero GEO competitionpt-BR entity build-out
Arabic (AE/SA)High-AOV buyers, strong appetite for US-trained expertise, RTL structural gapsTechnical audit first — RTL breaks extraction patterns

The Spanish row carries a trap worth naming. Treating es as a single market is the most common localization error I see. A buyer in Madrid and a buyer in Mexico City ask different questions with different vocabulary, and retrievers scope to region as well as language. One Spanish page serving both markets underperforms two properly scoped pages by a wide margin.

The 30-day localized GEO sprint

Week 1 — measure. Build a 10-prompt set in each target language. Not translations of your English prompts — actual questions a native buyer would ask. Have a native speaker review them before you run anything. Run across all four engines, record citation rate and which local competitors appear.

Week 2 — schema parity. Pick your top 5 localized pages per market. Port every schema type from the English equivalent, translated properly, with inLanguage declared. Fix hreflang reciprocity across the set.

Week 3 — structure. Convert narrative headings to question-led headings in the target language. Add direct-answer paragraphs under 60 words. Restore author bylines with Person schema.

Week 4 — entity. Add target-language labels and descriptions to your Wikidata record. Identify and claim regional review profiles and directories. Add them to sameAs. This is the slowest-compounding work and the most durable.

Rerun the prompt set at day 30 and day 60. Schema and structure changes typically surface first; entity work lands over the following quarter.

Find out where you stand in your target markets.

The free snapshot tests your brand in English plus one target language across all four AI engines — so you can see the localization gap in concrete numbers before committing to anything.

Get the free snapshot Full GEO audit

Frequently asked questions

Why does my brand appear in English AI search but not in other languages?

AI engines treat each language as a separate retrieval context with its own entity graph and source pool. Your English pages have typically accumulated schema, FAQ markup, author attribution, and third-party citations over years. Localized subdirectories are usually direct translations shipped without that supporting structure, so the retriever finds text it cannot confidently attribute to a known entity and cites a local competitor instead.

Does hreflang affect AI search citation?

Hreflang helps AI engines understand that your localized pages are language variants of the same entity rather than duplicate or unrelated content. Incorrect or missing hreflang causes retrievers to treat localized pages as separate weak entities, fragmenting authority across languages. Hreflang alone will not earn citations, but broken hreflang will actively prevent them.

Do I need native-language content to be cited in non-English AI search?

You need native-language content that is structurally complete, not merely translated. A machine translation with correct FAQPage schema, question-led headings in the target language, localized entity descriptions, and regional third-party citations will outperform a beautifully human-translated page with none of those elements. Structure is the binding constraint.

Which international markets have the least GEO competition?

German, Dutch, Spanish, Portuguese, and Arabic language markets are materially underserved relative to English. Most US-based GEO practitioners test English-language visibility only, and most local agencies in those markets have not yet built AI citation practices. That gap is closing, but through 2026 it remains the highest-leverage opportunity for brands with existing localized footprints.

Principal · Sable Search · Phoenix, AZ

13+ years enterprise technical SEO, including international SEO across 180+ markets. Sable Search weights toward UK, Germany, Netherlands, Spain, Portugal, Brazil, UAE, and Singapore — markets where GEO is materially underserved by US incumbents. Related: the exact schema markup that earns citations.

Sources

  1. Muck Rack. AI citation source analysis, May 2026 — 84% of AI citations from earned media.
  2. SE Ranking / GeoAura. 2026 AI search market analysis — AI Overview citation sourcing.
  3. Schema.org. inLanguage property documentation.
  4. Google. Localized versions and hreflang documentation.