Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #2675526
data-vocabulary.org schema deprecated
Closed

Comments

  • Pavel started the conversation

    Search Console has identified that your site is affected by 1 Breadcrumbs issues:

    The following warnings were found on your site:

    data-vocabulary.org schema deprecated

    We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.

  •  101
    FlexiPress replied

    Hello Pavel,

    Thanks for the notice. Of course, we will make sure to fix this in the upcoming theme update. If you want, you can fix by yourself the issue by editing wp-content/themes/dentalpress/includes/lib/breadcrumbs.php lines 34 - 37:

    $link_before    = '';
    $link_after     = '</span>';
    $link_attr      = ' itemprop="url"';
    $link_in_before = '<span itemprop="title">';

    with the following:

    $link_before    = '<span>';
    $link_after     = '</span>';
    $link_attr      = '';
    $link_in_before = '<span>';

    Best regards,


    FlexiPress Support

    Follow on     Envato     Facebook     Twitter