Данный код поможет вывести хлебные крошки с использованием шаблонизатора fenom с микроразметкой schema.org…
{$_modx->runSnippet('pdoCrumbs', [
'outputSeparator' => ' ',
'showHome' => 1,
'showAtHome' => 0,
'tpl' => '@INLINE <li itemprop="itemListElement" itemscope
itemtype="http://schema.org/ListItem"><a href="{{+link}}" itemprop="item">
<meta itemprop="position" content="{{+idx}}">
<span itemprop="name">{{+menutitle}}</span>
</a>
</li>',
'tplCurrent' => '@INLINE <li itemprop="itemListElement" itemscope
itemtype="http://schema.org/ListItem"><a href="{{+link}}" itemprop="item" class="current">
<meta itemprop="position" content="{{+idx}}">
<span itemprop="name">{{+menutitle}}</span>
</a>
</li>',
'tplWrapper' => '@INLINE <ul class="breads" itemscope itemtype="http://schema.org/BreadcrumbList">{{+output}}</ul>',
])}