Hi,
The Google Rich tester tool reports an error for Breadcumbs.
The code the we found on PAGE_CONTAINER is this following:
Is the code correct?
This is a pretty fresh 2.2 installation.
Thanks
Alex
The Google Rich tester tool reports an error for Breadcumbs.
The code the we found on PAGE_CONTAINER is this following:
Code:
<xf:macro name="crumb" arg-href="!" arg-value="!" arg-position="{{ 0 }}">
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem">
<a href="{$href}" itemprop="item">
<span itemprop="name">{$value}</span>
</a>
<xf:if is="$position"><meta itemprop="position" content="{$position}" /></xf:if>
</li>
</xf:macro>
Is the code correct?
This is a pretty fresh 2.2 installation.
Thanks
Alex