location - Schema.org Property
Note
: You are viewing the development
version of
Schema.org
See
how we work
for more details.
Schema.org
Docs
Schemas
Validate
About
location
A Schema.org Property
Thing
Property
::
location
[more...]
Canonical URL: https://schema.org/location
Equivalent Property: cmns-loc:isLocatedIn
Check for open issues.
The location of, for example, where an event is happening, where an organization is located, or where an action takes place.
Values expected to be one of these types
Place
PostalAddress
Text
VirtualLocation
Used on these types
Action
Event
InteractionCounter
Organization
Sub-properties
entertainmentBusiness
exerciseCourse
foodEstablishment
foodEvent
fromLocation
homeLocation
itemLocation
sportsActivityLocation
sportsEvent
toLocation
workLocation
Examples
Example 1
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Wells Fargo Center
Philadelphia, PA
Priced from: $35
1938 tickets left
Example encoded as
Microdata
embedded in HTML.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Priced from: $35
1938 tickets left
Example encoded as
RDFa
embedded in HTML.
NBA Eastern Conference First Round Playoff Tickets:
Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)
Thu, 04/21/16
8:00 p.m.
Priced from: $35
1938 tickets left
Example encoded as
JSON-LD
in a HTML script tag.
Structured representation of the JSON-LD example.
"@context": "https://schema.org",
"@type": "Event",
"name": "Miami Heat at Philadelphia 76ers - Game 3 (Home Game 1)",
"location": {
"@type": "Place",
"address": {
"@type": "PostalAddress",
"addressLocality": "Philadelphia",
"addressRegion": "PA"
},
"url": "wells-fargo-center.html"
},
"offers": {
"@type": "AggregateOffer",
"priceCurrency": "USD",
"lowPrice": "35",
"offerCount": "1938"
},
"startDate": "2016-04-21T20:00",
"url": "nba-miami-philidelphia-game3.html"
Terms and conditions
Schema.org
V30.0
2026-03-19