Title: Validator problems
Last modified: November 7, 2023

---

# Validator problems

 *  [mail47002](https://wordpress.org/support/users/ariv/)
 * (@ariv)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/validator-problems/)
 * [https://validator.schema.org/#url=https%3A%2F%2Facneclinicnyc.com%2Fvirtual-acne-program%2F](https://validator.schema.org/#url=https%3A%2F%2Facneclinicnyc.com%2Fvirtual-acne-program%2F)
 * Dear, I cannot understand why the validator does not see the markup. There is
   no element in the code typeof=”BreadcrumbList” vocab=”[https://schema.org/&#8221](https://schema.org/&#8221);
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fvalidator-problems%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/validator-problems/#post-17182613)
 * How is the site calling the breadcrumb trail? The site in question seems to be
   using a wrapping `div` element that is missing the schema vocab and typeof attributes(
   it looks like it is using an old recommendation for the Breadcrumb NavXT calling
   code). The recommended calling code is:
 *     ```wp-block-code
       <div class="breadcrumbs" typeof="BreadcrumbList" vocab="https://schema.org/">
       <?php
       if(function_exists('bcn_display'))
       {
       bcn_display();
       }?>
       </div>
       ```
   
 * That will get the schema.org markup to be recognized. If you are using the widget,
   you probably should select the “Output Trail as” value of “Schema.org BreadcrumbList(
   RDFa)”.
 *  Thread Starter [mail47002](https://wordpress.org/support/users/ariv/)
 * (@ariv)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/validator-problems/#post-17182995)
 * installed and activated the plugin. When I add the code it outputs 2 lines of
   breadcrumbs, how can I disable the standard output?
 *  Thread Starter [mail47002](https://wordpress.org/support/users/ariv/)
 * (@ariv)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/validator-problems/#post-17183009)
 * > [View post on imgur.com](https://imgur.com/0FRbQgd)
 * how to disable standard output?
 *  Thread Starter [mail47002](https://wordpress.org/support/users/ariv/)
 * (@ariv)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/validator-problems/#post-17190546)
 * Pleas, help me!!!!!
 *  Plugin Author [John Havlik](https://wordpress.org/support/users/mtekk/)
 * (@mtekk)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/validator-problems/#post-17194439)
 * Breadcrumb NavXT doesn’t by default output the breadcrumb trail twice, my guess
   is the original call to `bcn_display()` was still there somewhere. It looks like
   on the page you linked to earlier that there is just one breadcrumb trail, and
   that the validator seems to find the BreadcrumbList element, are you still having
   this issue?

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

The topic ‘Validator problems’ is closed to new replies.

 * ![](https://ps.w.org/breadcrumb-navxt/assets/icon.svg?rev=1927103)
 * [Breadcrumb NavXT](https://wordpress.org/plugins/breadcrumb-navxt/)
 * [Support Threads](https://wordpress.org/support/plugin/breadcrumb-navxt/)
 * [Active Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/breadcrumb-navxt/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/breadcrumb-navxt/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [John Havlik](https://wordpress.org/support/users/mtekk/)
 * Last activity: [2 years, 6 months ago](https://wordpress.org/support/topic/validator-problems/#post-17194439)
 * Status: not resolved