File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
themes/hive-framework-0.0.9/pages Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 8181 <txp:if_variable name="--contact-map-latitude" not value="">
8282 <txp:if_variable name="--contact-map-longitude" not value="">
8383 <txp:variable name="longitude-latitude-defined" value="1" />
84- <span class="geo">
85- <meta class="latitude" content="<txp:variable name="--contact-map-latitude" />">
86- <meta class="longitude" content="<txp:variable name="--contact-map-longitude" />">
84+ <span itemscope itemtype="https://schema.org/Place">
85+ <meta itemprop="name" content="<txp:variable name="--site-org" /><txp:if_variable name="--contact-organization-unit" not value=""> <txp:variable name="--contact-organization-unit" /></txp:if_variable>">
86+ <span class="geo" itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
87+ <meta class="latitude" itemprop="latitude" content="<txp:variable name="--contact-map-latitude" />">
88+ <meta class="longitude" itemprop="longitude" content="<txp:variable name="--contact-map-longitude" />">
89+ </span>
8790 </span>
8891 </txp:if_variable>
8992 </txp:if_variable>
Original file line number Diff line number Diff line change 8181 <txp:if_variable name="--contact-map-latitude" not value="">
8282 <txp:if_variable name="--contact-map-longitude" not value="">
8383 <txp:variable name="longitude-latitude-defined" value="1" />
84- <span class="geo">
85- <meta class="latitude" content="<txp:variable name="--contact-map-latitude" />">
86- <meta class="longitude" content="<txp:variable name="--contact-map-longitude" />">
84+ <span itemscope itemtype="https://schema.org/Place">
85+ <meta itemprop="name" content="<txp:variable name="--site-org" /><txp:if_variable name="--contact-organization-unit" not value=""> <txp:variable name="--contact-organization-unit" /></txp:if_variable>">
86+ <span class="geo" itemprop="geo" itemscope itemtype="https://schema.org/GeoCoordinates">
87+ <meta class="latitude" itemprop="latitude" content="<txp:variable name="--contact-map-latitude" />">
88+ <meta class="longitude" itemprop="longitude" content="<txp:variable name="--contact-map-longitude" />">
89+ </span>
8790 </span>
8891 </txp:if_variable>
8992 </txp:if_variable>
You can’t perform that action at this time.
0 commit comments