core + bib ():

hasMap

Canonical URL: http://schema.org/hasMap

Thing > Property > hasMap

A URL to a map of the place.

Usage: Between 1000 and 10,000 domains
Values expected to be one of these types
Map
URL
Used on these types
Place
Supersedes
map
maps


Examples

Example 1
  1. <h1>ACME Hotel Innsbruck</h1>
  2.   <span>A beautifully located business hotel right in the
  3. heart of the alps. Watch the sun rise over the scenic Inn valley while
  4. enjoying your morning coffee.</span>
  5.   <a href="https://www.google.com/maps?ie=UTF8&hq&ll=47.1234,11.1234&z=13">Click here for a map.</a>
  6. </div>
  1. <div itemscope itemtype="http://schema.org/Hotel">
  2.   <h1><span itemprop="name">ACME Hotel Innsbruck</span></h1>
  3.   <span itemprop="description">A beautifully located business hotel right in the
  4. heart of the alps. Watch the sun rise over the scenic Inn valley while
  5. enjoying your morning coffee.</span>
  6.   <a itemprop="hasMap" href="https://www.google.com/maps?ie=UTF8&hq&ll=47.1234,11.1234&z=13">Click here for a map.</a>
  7. </div>
  1. This example is in microdata only.
  1. This example is in microdata only.

Schema Version 3.2