Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google Search Errors: BreadcrumbList + ListItem #480

Closed
willmcknight opened this issue May 23, 2020 · 1 comment
Closed

Google Search Errors: BreadcrumbList + ListItem #480

willmcknight opened this issue May 23, 2020 · 1 comment

Comments

@willmcknight
Copy link

willmcknight commented May 23, 2020

Description

Google search console throws two errors with May 2020 code. P.S. Thanks on the template, it's great!!!

Steps to reproduce

  1. Installed newest template
  2. Wiki Config Setting:
    ___ Display: Breadcrumbs = 7
    ___ Display: YouAreHere = Checked
  3. Google Search Console https://search.google.com
  4. Submitted XML sitemap to Google
  5. Get email from Google showing errors, missing items for both BreadcrumbLIst and ListItem

NOTE --> If Wiki config is set as below, then NO error:
___ Display: Breadcrumbs = 0 (disabled)
___ Display: YouAreHere = UNChecked

Versions

  • [Bootstrap3 Template] latest
  • [DokuWiki] latest

Screenshots or Logs

image

image

Sample page or snippet

BreadcrumbList
<div class="dw__youarehere"> <ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li>You are here</li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/start" itemprop="item" title="start"><span itemprop="name"><i class="mdi mdi-home"></i></span></a></li></ol> </div>

ListItem
<div class="dw__youarehere"> <ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList"><li>You are here</li><li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"><a href="/start" itemprop="item" title="start"><span itemprop="name"><i class="mdi mdi-home"></i></span></a></li></ol> </div>

@giterlizzi
Copy link
Owner

Fixed in development branch.

@giterlizzi giterlizzi added this to the v2020-08 milestone Aug 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants