Google warnst über Schema “data-vocabluary.org” veraltet

So die lösung… :grinning: letzte Jahr eine Person hat für gleiche probleme gefragt

Wie jetzt meine breadcrumb.tpl Datei habe,

 [{block name="dd_widget_breadcrumb"}]
  [{strip}]
    [{block name="dd_widget_breadcrumb_list_inner"}]
        <ol id="breadcrumb" class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList" [{if $smarty.foreach.breadcrumb.iteration}] class="active"[{/if}]>
            
                <li class="text-muted">[{oxmultilang ident="YOU_ARE_HERE"}]:</li>

                    [{foreach from=$oView->getBreadCrumb() item="sCrum" name="breadcrumb"}]

							<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" class="breadcrumb-item">
								<a  itemprop="item" href="[{if $sCrum.link}][{$sCrum.link}][{else}]#[{/if}]" >
								    
								<span   itemprop="name">[{$sCrum.title|escape:'html'}] </span></a>
								<meta itemprop="position" content="1" /> 
								
							</li>
														
                    [{/foreach}]
                    
	    </ol>
    [{/block}]
 [{/strip}]
[{/block}]

Ich habe mit https://search.google.com/test/rich-results ,getest, und bekommt alles gut :grinning:

1 Like