Jump to content

Problème "data-vocabulary.org schema deprecated" sous 1.7.6.2


Recommended Posts

Bonjour

Je suis sous prestashop 1.7.6.2.
Lien de mon site : www.chatperche.fr

Google Search Console me rapporte une erreur "data-vocabulary.org schema deprecated" pour ces 2 éléments:
https://www.chatperche.fr/arbres-a-chat-selection-grands-chats/164-arbre-a-chat-design-en-bois-balsamine-.html
https://www.chatperche.fr/arbres-a-chat-selection-grands-chats/150-arbre-a-chat-.html

Voici mon fichier breadcrumb provenant de: themes/classic/templates/_partials/breadcrumb.tpl

<nav data-depth="{$breadcrumb.count}" class="breadcrumb hidden-sm-down">
  <ol itemscope itemtype="http://schema.org/BreadcrumbList">
    {block name='breadcrumb'}
      {foreach from=$breadcrumb.links item=path name=breadcrumb}
        {block name='breadcrumb_item'}
          <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
            <a itemprop="item" href="{$path.url}">
              <span itemprop="name">{$path.title}</span>
            </a>
            <meta itemprop="position" content="{$smarty.foreach.breadcrumb.iteration}">
          </li>
        {/block}
      {/foreach}
    {/block}
  </ol>
</nav>

Je ne comprends pas pourquoi j'ai un problème "data-vocabulary.org" vu que dans mon breadcrumb je suis en "schema.org".

Je ne connais pas du tout le code et j'avoue être plutôt perdu. Pouvez vous m'aiguiller sur l'origine du problème?

 

Edited by pocahontas038 (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...