• Resolved jbmaca

    (@jbmaca)


    I activated the plugin and inserted the code where I’d like the breadcrumbs to appear but nothing is showing on the front end. When I look at the page source, this is what I see:

    <div class=”content-container-before-post”><div class=”breadcrumbs” typeof=”BreadcrumbList” vocab=”https://schema.org/”&gt;

    I disabled the plugin for now because I started getting all these errors on GSC:

    Missing field “itemListElement”

    Are there any settings I need to tweak to get this to work? Thanks.

    The page I need help with: [log in to see the link]

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

    (@mtekk)

    Assuming what you copied and pasted in the comment is what you are seeing, the problem is the & gt;. As to how that is appearing, I can think of a couple of ways. The first is that wherever you copied the calling code from and then pasted into tried to “help” you and tried turning something into an HTML entity instead of the raw characters. This could be due to either a text editor doing something goofy (the built in WordPress plugin/theme/code editor could potentially do this) or if you are using a plugin that lets you execute PHP wherever you want rather than editing a .php file.

    • This reply was modified 3 years, 1 month ago by John Havlik.
    • This reply was modified 3 years, 1 month ago by John Havlik.
    Thread Starter jbmaca

    (@jbmaca)

    Thanks John. I had initially pasted into a hook provided by my theme which was indeed turning it into HTML. I pasted it directly into the header.php file and it’s now working. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Not showing’ is closed to new replies.