Advertisement
Breadcrumb error
Moderator: General Support Moderators
Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
-
- Joomla! Apprentice
- Posts: 42
- Joined: Fri Jun 22, 2007 6:18 pm
Breadcrumb error
Hi, on wbsohulp.nl I het this error: name' of 'item.name' moet worden opgegeven (in 'itemListElement')
How can I fix this?
How can I fix this?
Advertisement
-
- Joomla! Apprentice
- Posts: 42
- Joined: Fri Jun 22, 2007 6:18 pm
Re: Breadcrumb error
see this testing link: see this link after testing: https://search.google.com/test/rich-res ... CpYa7acybQ
-
- Joomla! Apprentice
- Posts: 42
- Joined: Fri Jun 22, 2007 6:18 pm
Re: Breadcrumb error
Can someone help me?
-
- Joomla! Champion
- Posts: 6353
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Breadcrumb error
wbsohulp.nl Is not a joomla site...
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Guru
- Posts: 546
- Joined: Sat Aug 20, 2005 3:15 pm
- Contact:
Re: Breadcrumb error
Hi
You currently have no structured data for breadcrumbs, so what are you testing exactly and where do you get this error message?
> wbsohulp.nl Is not a joomla site...
@gws It is a Joomla site.
You currently have no structured data for breadcrumbs, so what are you testing exactly and where do you get this error message?
> wbsohulp.nl Is not a joomla site...
@gws It is a Joomla site.
4SEO, 4AI, 4Command, 4Podcast, 4Video, SEO and content extensions for Joomla 3, 4 & 5 - https://weeblr.com
I don't reply to PM anymore. Thanks for using our extensions.
I don't reply to PM anymore. Thanks for using our extensions.
-
- Joomla! Champion
- Posts: 6353
- Joined: Tue Aug 23, 2005 1:56 pm
- Location: South coast, UK
- Contact:
Re: Breadcrumb error
My bad it is joomla.
https://gadsolutions.biz Electrical services
https://electrical-testing-safety.co.uk Testing services
https://electrical-testing-safety.co.uk Testing services
-
- Joomla! Apprentice
- Posts: 42
- Joined: Fri Jun 22, 2007 6:18 pm
Re: Breadcrumb error
I'm using gridbox joomla and there breadcrumbs plugin.
I get this error, see this link when testing: https://search.google.com/test/rich-res ... CpYa7acybQ
I get this error, see this link when testing: https://search.google.com/test/rich-res ... CpYa7acybQ
-
- Joomla! Guru
- Posts: 546
- Joined: Sat Aug 20, 2005 3:15 pm
- Contact:
Re: Breadcrumb error
At this moment, the plugin is not enabled on your site. There's no "Breadcrumb" structured data in the page source code of https://wbsohulp.nl/.there breadcrumbs plugin.
Ah OK, you are talking about the page:
https://wbsohulp.nl/kennisbank/blog
You should said that clearly, we were all looking at https://wbsohulp.nl/ instead of the correct page.
Problem is that your plugin is outputing invalid code:
Code: Select all
<ul itemscope itemtype=https://schema.org/BreadcrumbList>
<li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem class=ba-title-icon-home-item>
<a itemprop=item href=/><i class="ba-home-icon zmdi zmdi-home"></i>
<span itemprop=name> </span><i class="ba-breadcrumbs-separator zmdi zmdi-caret-right"></i></a>
<meta itemprop=position content=1></li>
<li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem class="">
<a itemprop=item href=/kennisbank><span itemprop=name>Kennisbank</span><i class="ba-breadcrumbs-separator zmdi zmdi-caret-right"></i></a>
<meta itemprop=position content=2></li>
<li itemprop=itemListElement itemscope itemtype=https://schema.org/ListItem class=active>
<span itemprop=name>Blog</span><meta itemprop=position content=3>
</li>
</ul>
Code: Select all
<span itemprop=name> </span>
You need to talk to the Gridbox developer so that they fix that bug in their plugin.
4SEO, 4AI, 4Command, 4Podcast, 4Video, SEO and content extensions for Joomla 3, 4 & 5 - https://weeblr.com
I don't reply to PM anymore. Thanks for using our extensions.
I don't reply to PM anymore. Thanks for using our extensions.
-
- Joomla! Apprentice
- Posts: 42
- Joined: Fri Jun 22, 2007 6:18 pm
Re: Breadcrumb error
Ah yes, thank you, it works!
Advertisement