Note that there are some explanatory texts on larger screens.

plurals
  1. POWhat are the appropriate formats for the properties of http://schema.org/GeoShape?
    primarykey
    data
    text
    <p>It would be nice if the <a href="http://schema.org/GeoShape" rel="nofollow noreferrer" title="GeoShape">GeoShape</a> page included examples or the individual properties were broken out instead of just being Text.</p> <p>I'm specifically interested in the circle property. I want to define a circle of 20 mile (~ 32km) radius from Nottingham City Centre (52.953, -1.149). </p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt;Nottingham City Neighbourhood&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;div itemscope itemtype="http://schema.org/Place"&gt; &lt;div itemprop="geo" itemscope itemtype="http://schema.org/GeoShape"&gt; &lt;meta itemprop="circle" content="52.953 -1.149 32186.88"/&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>The rich snippet tool does pick out the data, but I don't trust that I've used the right format. Especially since the parsed longitude is positive.</p> <pre><code>&gt; The following structured data is viewable only in the XML results view &gt; in Custom Search. More information. &gt; &gt; geoshape (source = MICRODATA) circle = 52.953 -1.149 32186.88 &gt; &gt; &gt; The following structured data can be used to filter search results in &gt; Custom Search. More information. &gt; &gt; more:pagemap:geoshape more:pagemap:geoshape-circle &gt; more:pagemap:geoshape-circle:1.149 &gt; more:pagemap:geoshape-circle:32186.88 &gt; more:pagemap:geoshape-circle:52.953 &gt; more:pagemap:geoshape-circle:52.953_ </code></pre> <p>As for the others, I think both box and polygon would be in the format "$lat1,$long1 $lat2,$long2 $lat3,$long3 $lat1,$long1" for a square.</p> <p>Anybody have a definitive answer or reason?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload