GeoShapeページに例が含まれている場合、または個々のプロパティが単なるテキストではなく分割されている場合は便利です。
特にサークルプロパティに興味があります。ノッティンガムシティセンター(52.953、-1.149)から半径20マイル(〜32km)の円を定義したいと思います。
<!DOCTYPE html>
<html>
<head>
<title>Nottingham City Neighbourhood</title>
</head>
<body>
<div itemscope itemtype="http://schema.org/Place">
<div itemprop="geo" itemscope itemtype="http://schema.org/GeoShape">
<meta itemprop="circle" content="52.953 -1.149 32186.88"/>
</div>
</div>
</body>
</html>
リッチスニペットツールはデータを選択しますが、正しい形式を使用したとは思えません。特に、解析された経度が正であるためです。
> The following structured data is viewable only in the XML results view
> in Custom Search. More information.
>
> geoshape (source = MICRODATA) circle = 52.953 -1.149 32186.88
>
>
> The following structured data can be used to filter search results in
> Custom Search. More information.
>
> more:pagemap:geoshape more:pagemap:geoshape-circle
> more:pagemap:geoshape-circle:1.149
> more:pagemap:geoshape-circle:32186.88
> more:pagemap:geoshape-circle:52.953
> more:pagemap:geoshape-circle:52.953_
その他については、ボックスとポリゴンの両方が、正方形の場合、「$ lat1、$ long1 $ lat2、$ long2 $ lat3、$ long3 $ lat1、$long1」の形式になると思います。
誰かが決定的な答えや理由を持っていますか?