What Is geographicArea Schema?

Published
11 min read

Learn how geographicArea schema connects audiences to countries, states and regions with correct nesting, JSON-LD examples, validation, and scalable SEO audits.

What Is geographicArea Schema?

The geographicArea schema property connects an Audience to the AdministrativeArea associated with that audience, such as a country, state or other government-defined region.

It describes where the intended group is located or scoped, not automatically where the publisher has an office, where a server runs or where a page ranks. A webinar for California retailers may use California as the audience’s geographicArea even when the organizer is based elsewhere.

Schema.org defines geographicArea on Audience and expects AdministrativeArea. More specific audience types inherit it, including BusinessAudience. This lets a page combine a target-group label with a supported market. Read the audienceType guide to keep the group identity separate from its location.

  1. Frame the decision raised by What Is geographicArea Schema.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
ElementRoleEvidence
geographicAreaConnects audience and regionVisible market or eligibility scope
AudienceRepresents intended groupWho the item serves
AdministrativeAreaRepresents the regionNamed country, state or jurisdiction
audienceTypeNames the groupVisible positioning
  • Describe audience geography, not publisher location.
  • Use a real supported region.
  • Omit geography when the page is silent.

geographicArea is accurate only when the region truly belongs to the item’s intended audience.

Where Is geographicArea Allowed?

Use geographicArea on Audience or its subtypes, with an AdministrativeArea value; do not place it directly on Product, Service, Event or Organization.

The parent entity reaches the location through its audience relationship. A Service points to BusinessAudience, and that audience points to a Country or State through geographicArea. Each layer answers a different question: what is offered, who it serves and where that audience is associated.

Direct placement can look plausible because many entities have other geographic properties. A Service may use areaServed, an Event has location, and an Organization has address. Those properties are not interchangeable with audience geography.

  • Evidence for Where Is geographicArea Allowed: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
SubjectRelevant propertyMeaning
AudiencegeographicAreaRegion associated with target group
ServiceareaServedArea where service is provided
EventlocationWhere event occurs
OrganizationaddressOrganization’s physical address
  1. Identify the fact you need to express.
  2. Select the correct subject entity.
  3. Nest Audience under the parent item.
  4. Add geographicArea only to that audience.

Correct placement prevents audience location from being confused with service coverage, venue or business address.

How Is geographicArea Different From areaServed?

geographicArea identifies the region associated with an intended Audience, while areaServed identifies the geographic area where a service or organization provides service.

The two facts can overlap but need not. A national software service may be available across the United States while one guide targets New York agencies. The Service areaServed could be the country, while the guide’s Audience geographicArea could be New York.

Do not copy one value into the other by default. Availability does not prove targeting, and targeting does not prove operational coverage. Check visible service terms, eligibility rules, shipping boundaries and audience wording separately.

  1. Frame the decision raised by How Is geographicArea Different From areaServed.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
QuestiongeographicAreaareaServed
What does it describe?Audience geographyService coverage
Typical subjectAudienceService or Organization
EvidenceTargeting or eligibility copyCoverage or delivery terms
Can values differ?YesYes
  • Audit target scope and delivery scope independently.
  • Keep each property on its supported subject.
  • Allow different values when the page supports them.

Use geographicArea for who-and-where targeting and areaServed for where service is actually provided.

Which AdministrativeArea Type Should You Choose?

Choose the most specific AdministrativeArea subtype that accurately matches the page, commonly Country for a national audience or State for a state-level audience.

AdministrativeArea represents a geographic region typically under government jurisdiction. Country and State are useful specific types. Use the page’s own scope rather than forcing city neighborhoods, sales territories or informal regions into a type that does not fit.

A phrase such as “businesses across the United States” supports Country. “California contractors” supports State. “Pacific Northwest founders” may require careful modeling because the phrase crosses administrative borders and is not itself one formal jurisdiction. Several supported regions may be clearer.

  • Evidence for Which AdministrativeArea Type Should You Choose: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
Visible scopePossible typeDecision
United StatesCountryDirect national match
CaliforniaStateDirect state match
California and OregonSeparate State valuesPreserve two jurisdictions
Pacific NorthwestClarify or enumerateAvoid invented boundary
  1. Extract the public region wording.
  2. Determine whether it is a formal jurisdiction.
  3. Choose the narrowest accurate subtype.
  4. Use multiple regions when the page names several.

Specific types improve clarity only when they preserve the page’s real geographic boundary.

How Do You Mark Up a US Audience?

Mark up a US audience by nesting a Country named “United States” under Audience.geographicArea when the page explicitly targets or limits the item to that national audience.

Do not infer the country from English language, USD prices, a .com domain or a US office address. Those signals can coexist with global availability. Stronger evidence includes “for US businesses,” US-only eligibility, nationwide domestic service terms or a market-specific page built for United States users.

{
  "@type": "BusinessAudience",
  "audienceType": "US ecommerce teams",
  "geographicArea": {
    "@type": "Country",
    "name": "United States"
  }
}

Keep naming consistent across localized templates. “US,” “USA” and “United States” can all be understood by people, but one canonical editorial value reduces duplicates and makes audits easier.

  1. Frame the decision raised by How Do You Mark Up a US Audience.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
SignalEnough by itself?Reason
English contentNoEnglish serves many countries
USD pricingNoGlobal products often price in USD
US-only eligibilityYesExplicit audience boundary
“For US retailers”YesDirect targeting statement
  • Require explicit US audience evidence.
  • Use one canonical country name.
  • Review global and US pages separately.

A US geographicArea should translate a stated audience boundary, never a market assumption.

How Do You Mark Up State and Multi-State Audiences?

Use State values for state-specific audiences and preserve multiple named states as separate supported regions instead of inventing one broad area that includes unlisted markets.

A licensing course for Texas and Oklahoma contractors can associate the audience with both states. A single label such as “South Central US” may obscure exact eligibility if the page names only those jurisdictions. The graph should retain the same boundaries visitors must follow.

State abbreviations can be ambiguous outside context. Full names make the structured object clearer, while page copy may still use postal abbreviations. If separate offers apply by state, connect the correct audience to each offer rather than attaching every state to one generic parent.

  • Evidence for How Do You Mark Up State and Multi-State Audiences: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
Page scopeModelAvoid
California onlyOne State: CaliforniaUnited States as overly broad scope
Texas and OklahomaTwo State valuesInvented regional umbrella
All states except AlaskaModel from explicit policy carefullyCountry value implying full coverage
Different terms per stateSeparate audience/offer relationshipsOne merged statement
  1. Capture every included jurisdiction.
  2. Preserve exclusions.
  3. Use full unambiguous names.
  4. Connect state audiences to the relevant item.

State-level markup should preserve exact inclusion and exclusion rules without broadening the audience.

Can One Audience Have Multiple Geographic Areas?

An Audience can be associated with multiple geographic areas when the same group and item genuinely apply across several named jurisdictions, but separate audiences are clearer when groups or terms differ.

A training resource for accountants in California and Nevada may use one audience with two states if the content and eligibility are identical. If California participants have different requirements, model the relationships separately so the graph does not imply uniform rules.

Avoid adding a long country list simply because a digital product can technically be accessed there. Availability is not the same as intended audience. GeographicArea should reflect purposeful targeting rather than every possible visitor location.

  1. Frame the decision raised by Can One Audience Have Multiple Geographic Areas.
  2. Confirm its value type and the object it describes.
  3. Compare the markup with visible page information.
  4. Correct the source data or template without inventing values.
  5. Validate the rendered result and monitor future changes.
ScenarioStructureWhy
Same group, same terms, two statesOne Audience, multiple areasShared audience meaning
Different rules by stateSeparate audience relationshipsPreserve distinctions
Global web accessibilityNo automatic areasAccess is not targeting
Country-specific localized pagesPage-specific audience areaMatch each version
  • Combine only jurisdictions with identical audience meaning.
  • Separate regions when rules differ.
  • Do not equate accessibility with targeting.

Multiple areas are useful when they describe one coherent audience, not a list of every reachable market.

What geographicArea Mistakes Are Common?

Common geographicArea mistakes include placing it on the wrong entity, confusing it with areaServed or location, inferring countries from weak signals, broadening state scopes and copying one market across localized pages.

A structurally valid Country object can still be false. Validators cannot determine whether an English page truly targets the United States or whether a national area incorrectly replaces California-only eligibility. Evidence comparison remains essential.

Another risk is stale localization. A copied US audience may survive after a page is adapted for Canada, leaving currency, text and structured geography inconsistent. Geographic values should come from the same market configuration that controls visible content.

  • Evidence for What geographicArea Mistakes Are Common: the live structured-data entity and property relationship
  • The expected value type and any nested object
  • Visible page information that supports the structured value
  • Related offer or catalog fields needed for interpretation
  • A fresh validation result after the page changes
MistakeImpactRepair
Country inferred from USDUnsupported market claimRequire explicit targeting
geographicArea on ServiceWrong subjectUse Audience or areaServed
Country replaces one stateAudience becomes too broadUse accurate State
US value on Canadian pageLocalization conflictGenerate from market source
Office address used as audienceDifferent factKeep Organization address separate
  1. Check the subject and relationship.
  2. Compare the exact region with visible copy.
  3. Test inclusions and exclusions.
  4. Trace repeated mistakes to localization templates.

Geographic truth depends on exact scope and context, not merely a recognizable place name.