• Resolved Sabita Sahoo

    (@sabitasahoo)


    In out website we are using this plugin and its showing error while testing it in Google Structured Data Testing Tool as follows:

    Breadcrumb
    url: missing and required

    I have gone through some previous discussions on this type of issue and I also followed the suggestion(you need check the “Link Current Item” setting under the General tab in the Breadcrumb NavXT settings page.) provided by @john Havlik in a thread. After that also its showing me the same error.

    Please suggest if I need add any settings or add functionality for this.

    Thanks in advance!

    https://ww.wp.xz.cn/plugins/breadcrumb-navxt/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author John Havlik

    (@mtekk)

    You will want to implement the Schema.org BreadcrumbList format. See https://mtekk.us/archives/guides/how-to-implement-schema-org-breadcrumblist-with-breadcrumb-navxt/

    Note Breadcrumb NavXT’s default settings should be compliant with the Schema.org BreadcrumbList format (I’m using it on my site without any errors in the Google Structured Data Testing Tool). You can reset your setting to the new defaults using the Import/Export/Reset form under the Help dropdown menu.

    Hey, I have the same problem and I did download your XML file but still getting an error.

    Here is the screen shot: http://screencast.com/t/AU6lkz9BDG5q

    I tried every possible way but couldn’t solve it.

    Hope you can help me to resolve this.

    Thanks!

    Thread Starter Sabita Sahoo

    (@sabitasahoo)

    Hey John,

    First of all, thanks for your reply and the link.

    I followed up the procedure as per link. But its showing me BreadcrumbList 13 errors.

    Please see the screenshot for the errors http://www.awesomescreenshot.com/image/1135932/2951272520c6f727032b2eed0124453f

    Can you please help me to resolve the issue.

    Thank you John.

    Plugin Author John Havlik

    (@mtekk)

    @smokazon:

    If look at the screenshot you posted, you’re not using the Schema.org BreadcrumbList lexicon. It is the only method I support, and you can refer to the article I linked to above for what you have to do. Note that for older installations, there is a required change to the calling code (e.g. you need to use:

    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
        <?php if(function_exists('bcn_display')) { bcn_display(); }?>
    </div>

    ).

    @sabita Sahoo:

    From the screenshot you posted, it looks like you have other things going on there. This is likely a cascading error, and I suggest removing all of the Twitter and Open Graph stuff and see if the problem persists. Then add things back in, one at a time, until it breaks, or everything is implemented.

    Thread Starter Sabita Sahoo

    (@sabitasahoo)

    Hi John,

    Thanks for the quick reply. I had deactivated the other plugin which was creating meta tags. Now I am having following issues as per screenshot.
    Image

    Can you please help me to resolve the issue.

    Thank you John.

    Plugin Author John Havlik

    (@mtekk)

    How are you calling Breadcrumb NavXT? What does the surrounding HTML look like? It needs to look similar to the following:

    <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/">
        <?php if(function_exists('bcn_display')) { bcn_display(); }?>
    </div>

    Thread Starter Sabita Sahoo

    (@sabitasahoo)

    Hi John, thanks for your reply 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Error in Google Testing Tool :URL Missing And Required’ is closed to new replies.