• hi,
    i received an email from google stating there is a error with my breadcrumbs.

    if i look at it in the google search console it give this as the error:

    Breadcrumbs: Either “name” or “item.name” should be specified

    <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to TASCc rol." href="https://www.tascc.nl" class="home" ><span property="name"><i class="fa fa-home" aria-hidden="true"></i></span></a><meta property="position" content="1"></span>

    it seems this only happens on my contact page, i really don’t have a clue how to solve this. any help is appreciated

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

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

    (@mtekk)

    It looks like you have this issue on every page with a breadcrumb trail. The issue is due to there not being any text for the home breadcrumb. You are using a CSS injected icon, but you should still have the ‘Home’ text (or whatever you want as the home text) within the <span property="name"></span> tag, even if the text itself is hidden using CSS rules.

    • This reply was modified 5 years, 3 months ago by John Havlik.
Viewing 1 replies (of 1 total)
  • The topic ‘Either “name” or “item.name” should be specified’ is closed to new replies.