XF 1.5 Google Console Structured Data Errors - Name Breadcrumbs

XenBurger

Active member
This video explains what I am seeing, since its too difficult to describe in text.

To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

For future browsers, if this video is gone - basically structured data in Google search console is showing 6,000+ errors and they are all missing a "title" tag on the homepage breadcrumb. At least that's what it looks like.

Requesting info on how to fix this problem.

Thanks
 
Default style:

Rich (BB code):
<span itemprop="title">Home</span>

Your style:

Rich (BB code):
<span itemprop="title"><i class="uix_icon uix_icon-home" title="Home"></i></span>

If the <i> tag is replaced with text then it validates. This is the relevant template:

Admin CP -> Appearance -> Templates -> breadcrumb
 
Top Bottom