Home Forums WoodMart support forum how to fix data-vocabulary.org schema deprecated in your theme?

how to fix data-vocabulary.org schema deprecated in your theme?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #432390

    fouadabuhattab
    Participant

    Hello,

    Your theme is using data-vocabulary.org schema in the markup of the breadcrumbs. Google no longer supports that form of markup.

    Currently, Google uses Schema.org schema in the markup of the breadcrumbs

      <li itemprop=”itemListElement” itemscope itemtype=”http://schema.org/ListItem”&gt;
      <span itemprop=”name”>Dresses</span>
      <meta itemprop=”position” content=”1″ />
      <li itemprop=”itemListElement” itemscope itemtype=”http://schema.org/ListItem”&gt;
      <span itemprop=”name”>Real Dresses</span>
      <meta itemprop=”position” content=”2″ />

    How we can solve this problem with your theme?

    #432414

    Artem Temos
    Keymaster

    Hello,

    Breadcrumbs functionality on the shop page comes with the WooCommerce plugin. Could you please test how it works with the default WordPress theme to see if the issue is caused by WoodMart?

    Kind Regards

    #432418

    fouadabuhattab
    Participant

    Hello,

    Your theme is fully controlled breadcrumbs in the single product pages, shop, and other pages.

    As you know your theme removes the Woocommerce breadcrumbs and replaces them with yours.

    #432422

    Artem Temos
    Keymaster

    No, we don’t have custom breadcrumbs on these pages. It is generated by WooCommerce. Please, test how it works with the default theme first.

Viewing 4 posts - 1 through 4 (of 4 total)