• Resolved sammies

    (@sammies)


    Hi,

    Apparently you use an outdated schema for your breadcrumbs. This was already reported a year ago. Are you going to update it ?

    Thanks

    Sam

    • This topic was modified 3 years, 9 months ago by sammies.
    • This topic was modified 3 years, 9 months ago by sammies.
Viewing 15 replies - 1 through 15 (of 19 total)
  • Hi @sammies ,

    We appreciate you writing in,

    We apologize for any inconvenience caused by this and we request you to wait for our next theme update, which will come soon, as we will be updating the breadcrumbs schema as well on that. Thank you for your patience.

    Regards,
    ThemeGrill Support Team

    Thread Starter sammies

    (@sammies)

    Hi,

    Great however how long will that be?
    As it throws an error and is bad for SEO with page drops as a result.

    Regards,

    Sam

    Hi @sammies ,

    We won’t be able to tell exactly how long, as the new update will need to go through all the development and testing processes. You will be notified immediately when the new update is deployed. However, if you are facing some issues which are needed to be urgently solved then you can send us screenshots of them. We will provide you the solution if we can find a quick workaround for now.

    Regards,
    ThemeGrill Support Team

    Thread Starter sammies

    (@sammies)

    HI Bikalpa,

    The issue is mentioned above in the subject. Is there any quick workaround solution to change data-vocabulary.org into schema.org? As data-vocabulary.org is an outdated schema. This is causing seo issues

    Thanks

    Also getting this message, just wanted to ask if the theme is indeed the source of the data-vocabulary breadcrumbs message, if there is an estimate of when this will be solved and if there is an easy workaround.

    can I edit /inc/estore.php file?

    Remove

    echo ‘<div id=”crumbs” xmlns:v=”https://rdf.data-vocabulary.org/#”>&#8217; . sprintf( $link, $homeLink, $text[‘home’] ) . $delimiter;

    after add

    echo ‘<div id=”crumbs” xmlns:v=”https://schema.org/#”>&#8217; . sprintf( $link, $homeLink, $text[‘home’] ) . $delimiter;

    is it work ?

    `$link = $linkBefore . ‘<a’ . $linkAttr . ‘ href=”%1$s”>%2$s</a>’ . $linkAfter;
    $thisCat = get_category( get_query_var( ‘cat’ ), false );

    $linkBeforeschema = ‘<span typeof=”v:BreadcrumbList”>’;
    $linkschema = $linkBeforeschema . ‘<a’ . $linkAttr . ‘ href=”%1$s”>%2$s</a>’ . $linkAfter;

    if ( is_home() || is_front_page() ) {
    if ( $showOnHome == 1 ) {
    echo ‘<div id=”crumbs”><a href=”‘ . $homeLink . ‘”>’ . $text[‘home’] . ‘</a></div>’;
    }
    } else {
    //echo ‘<div id=”crumbs” xmlns:v=”https://rdf.data-vocabulary.org/#”>&#8217; . sprintf( $link, $homeLink, $text[‘home’] ) . $delimiter;
    //https://schema.org/BreadcrumbList
    echo ‘<div id=”crumbs” xmlns:v=”https://schema.org/#”>&#8217; . sprintf( $link, $homeLink, $text[‘home’] ) . $delimiter; //fix schema`

    • This reply was modified 3 years, 8 months ago by annhandt09.
    • This reply was modified 3 years, 8 months ago by annhandt09.
    Thread Starter sammies

    (@sammies)

    Any news regarding this issue?

    Can we use the code mentioned above? A fast solution would be appreciated.

    Hey @sammies , @elvagabundo ,

    We have already listed this issue as our top priority and we assure you that an update regarding the fix for this will be released within this week. We also tested the code provided above but it generated some warnings. So, we would like to suggest you to wait until the update is released.

    Regards,
    ThemeGrill Support Team

    Thread Starter sammies

    (@sammies)

    Ok great, however, there is a new issue with the latest update where the cart throws an error

    Deprecated: WC_Cart->tax_display_cart was called with an argument that is deprecated since version 4.4! Use WC_Cart->get_tax_price_display_mode() instead. in /wp-includes/functions.php on line 5145

    Somewhere it is stated that it has to do with WooCommerce but that is incorrect. It is a known error which either comes from plugins or themes. As soon as we are reverting back to the standard theme it is gone.

    Hi @sammies,

    It seems like an issue that needed to be fixed from our end. We will check it and fix it in our upcoming update. Thank you for letting us know.

    Sincerely,
    Ankit
    ThemeGrill Support Team

    Hey @sammies ,

    GOOD NEWS!!
    We have released an update for our eStore theme with an updated schema for breadcrumbs. Could you please update your theme and check your site? Do let us know if there’s any confusion or queries.

    Regarding the cart’s deprecated issue, our developer’s team is working on a solution to fix it and after carrying out all the development works and necessary testing, we will release another update to solve the issue ??

    Regards,
    ThemeGrill Support Team

    Hi @sammies,

    We’d just released an update of eStore theme fixing the deprecated issue of WC cart, can you please update to the latest version and check it once?

    Sincerely,
    Ankit
    ThemeGrill Support Team

    Thread Starter sammies

    (@sammies)

    Hi,

    I have updated and checked, but there is still an issue with the deprecated issue of WC cart, this is not updated on my site. I am checking now the vocabulary issue.

    Thread Starter sammies

    (@sammies)

    Regarding the vocabulary.org issue, that seems to be solved! That is excellent news.

    Thanks

    Sam

    Hi @sammies,

    Can you please provide us the URL of your website?

    Sincerely,
    Ankit
    ThemeGrill Support Team

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘data-vocabulary.org schema deprecated’ is closed to new replies.