Breadcrumbs fail Google Search Console tests
-
The plugin is failing 2 tests in the Google Search Console.
The first error is: Either ‘name’ or ‘item.name’ should be specified
The second error is: Invalid URL in field ‘id’
The pages on my site listed under these 2 errors are all based on tags. But this could be because they are the only errors or that others haven’t been crawled yet as it’s a new site. The pages listed are:
https://www.darrenlines.uk/tag/ford-focus/
https://www.darrenlines.uk/tag/forscan/
https://www.darrenlines.uk/tag/car/Here is the code highlighted for the top URL when the error is clicked. First is for the “Either ‘name’ or ‘item.name’ should be specified” error:
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem" class="trail-item trail-begin"><a href="https://www.darrenlines.uk/" rel="home" itemprop="item"><span itemprop="name"><i class="fa fa-home" style="font-size: 1em;margin:0;padding:0;" title="Home"></i></span></a><meta itemprop="position" content="1" /></li>
and for the “Invalid URL in field ‘id'” error:
<span itemprop="item"><span itemprop="name">Ford Focus</span></span>
The page I need help with: [log in to see the link]
- The topic ‘Breadcrumbs fail Google Search Console tests’ is closed to new replies.