geoMidpoint - 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
geoMidpoint
A Schema.org Property
Thing
Property
::
geoMidpoint
[more...]
Canonical URL: https://schema.org/geoMidpoint
Check for open issues.
Indicates the GeoCoordinates at the centre of a GeoShape, e.g. GeoCircle.
Values expected to be one of these types
GeoCoordinates
Used on these types
GeoCircle
Examples
Example 1
Copied
No Markup
Microdata
RDFa
JSON-LD
Structure
Example notes or example HTML without markup.
Car for hire driver #123 is within 50 meters of a given location, but is moving.
Example encoded as
Microdata
embedded in HTML.



driver #123












Example encoded as
RDFa
embedded in HTML.


driver #123












Example encoded as
JSON-LD
in a HTML script tag.

Structured representation of the JSON-LD example.
"@context": "https://schema.org/",
"@type": "TaxiService",
"provider": {
"@type": "LocalBusiness",
"name": "driver #123",
"location": {
"@type": "Place",
"geo": {
"@type": "GeoCircle",
"geoMidpoint": {
"@type": "GeoCoordinates",
"latitude": "42.362757",
"longitude": "-71.087109"
},
"geoRadius": "50"
},
"providerMobility": "dynamic"
Terms and conditions
Schema.org
V30.0
2026-03-19