• Resolved Andrew Leonard

    (@andrewleonard)


    I get this error from Google Search Console:
    Breadcrumbs
    Either “name” or “item.name” should be specified
    I think this is caused because the page does not have a title and its parent does not have a title
    The code/schema you generate for the breadcrumb thinks there should be 3 elements in the ‘ListItem’ but because there is no title for it or its parent, it cannot find the ‘name’ for the 3rd item
    It does work for the parent, though
    This is the code you generate for the breadcrumb:
    <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://ebps.org.uk/#website","url":"https://ebps.org.uk/","name":"The British Pteridological Society","description":"The website of the British Pteridological Society","potentialAction":[{"@type":"SearchAction","target":"https://ebps.org.uk/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"ImageObject","@id":"https://ebps.org.uk/education/new-research/new-research-archive/#primaryimage","inLanguage":"en-GB","url":"https://ebps.org.uk/wp-content/uploads/2015/04/research-icon-archive.png","width":266,"height":125},{"@type":"WebPage","@id":"https://ebps.org.uk/education/new-research/new-research-archive/#webpage","url":"https://ebps.org.uk/education/new-research/new-research-archive/","name":"- The British Pteridological Society","isPartOf":{"@id":"https://ebps.org.uk/#website"},"primaryImageOfPage":{"@id":"https://ebps.org.uk/education/new-research/new-research-archive/#primaryimage"},"datePublished":"2015-04-03T08:42:05+00:00","dateModified":"2020-10-30T23:35:16+00:00","breadcrumb":{"@id":"https://ebps.org.uk/education/new-research/new-research-archive/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://ebps.org.uk/education/new-research/new-research-archive/"]}]},{"@type":"BreadcrumbList","@id":"https://ebps.org.uk/education/new-research/new-research-archive/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://ebps.org.uk/","url":"https://ebps.org.uk/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://ebps.org.uk/education/","url":"https://ebps.org.uk/education/","name":"Education"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https://ebps.org.uk/education/new-research/","url":"https://ebps.org.uk/education/new-research/","name":""}},{"@type":"ListItem","position":4,"item":{"@type":"WebPage","@id":"https://ebps.org.uk/education/new-research/new-research-archive/","url":"https://ebps.org.uk/education/new-research/new-research-archive/","name":"- The British Pteridological Society"}}]}]}</script>

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

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Google Search Console’ is closed to new replies.