GeoCoordinates

From getSchema
Jump to: navigation, search

This Page Semantic Annotations

Description

The geographic coordinates of a place, address, …

Example

When I’m travel in San Francisco I plan to visit the Roots Restaurant at The Orchard Garden Hotel and I would like to use my smartphone to get a GPS-based route. So, it would be very useful if the restaurant web site will have markup concerning its geographical location.

<div itemscope itemtype="http://schema.org/GeoCoordinates">  <meta itemprop="latitude" content="37.7793" />  <meta itemprop="longitude" content="-122.4192" /> </div>