phpBB 3.3.0 breadcrumb seen by Google

Do not post support requests, bug reports or feature requests. Discuss phpBB here. Non-phpBB related discussion goes in General Discussion!
Get Involved
Post Reply
User avatar
pierredu
Registered User
Posts: 1256
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

phpBB 3.3.0 breadcrumb seen by Google

Post by pierredu »

Hello,

I installed version 3.3.0 on January the 21st and, suddenly, I get about 6.000 warnings in Google search console about the breadcrumb : 'id' field missing (this is a retranslation from the French).

Here is the breadcrumb from a sample page:

Code: Select all

<ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar">
	<li class="breadcrumbs wrapped" itemscope itemtype="http://schema.org/BreadcrumbList">
		<span class="crumb"  itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope><a href="./index.php" itemtype="https://schema.org/Thing" itemscope="" itemprop="item" accesskey="h" data-navbar-reference="index" title="Index du forum"><i class="icon fa-home fa-fw"></i><span itemprop="name">Index du forum</span></a><meta itemprop="position" content="1" /></span>
		<span class="crumb"  itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope data-forum-id="64"><a href="./viewforum.php?f=64" itemtype="https://schema.org/Thing" itemscope="" itemprop="item" title="Les insectes"><span itemprop="name">Les insectes</span></a><meta itemprop="position" content="2" /></span>
		<span class="crumb"  itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope data-forum-id="86"><a href="./viewforum.php?f=86" itemtype="https://schema.org/Thing" itemscope="" itemprop="item" title="Hémiptères"><span itemprop="name">Hémiptères</span></a><meta itemprop="position" content="3" /></span>
		<span class="crumb"  itemtype="http://schema.org/ListItem" itemprop="itemListElement" itemscope data-forum-id="35"><a href="./viewforum.php?f=35" itemtype="https://schema.org/Thing" itemscope="" itemprop="item" title="Hétéroptères"><span itemprop="name">Hétéroptères</span></a><meta itemprop="position" content="4" /></span>
	</li>
</ul>
In the sidebar displaying the "error", I get the message element without name and following code part is highlighted:
<a href="./viewforum.php?f=64" itemtype="https://schema.org/Thing" itemscope="" itemprop="item" title="Les insectes"><span itemprop="name">Les insectes</span></a>

I think that version 3.3.0 changed its way of coding the breadcrumb and that Google doesn't find it correct.

Does this ring a bell for any of you?
Thanks in advance.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by 3Di »

Fixed with https://github.com/phpbb/phpbb/pull/5836 (for 3.2.10 and 3.3.1)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
pierredu
Registered User
Posts: 1256
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by pierredu »

I just found this ticket in another topic.
Thanks.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by 3Di »

Anytime :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
php_mike
Registered User
Posts: 251
Joined: Fri Aug 30, 2013 3:31 pm

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by php_mike »

Hi,

Could someone let me know how to use the github information to fix the site.
I'm getting the same thing from Google. I installed 3.3 last week.

>The following errors were found on your site:
>Missing field "id"
>We recommend that you fix these issues when possible to enable the best experience and coverage in Google Search.
User avatar
Kailey
Community Team Leader
Community Team Leader
Posts: 3738
Joined: Mon Sep 01, 2014 1:00 am
Location: sudo rm -rf /
Name: Kailey Snay
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by Kailey »

It would be best to wait for 3.3.1 to be released.
Kailey Snay - Community Team Leader
Knowledge Base | Documentation | Community rules

If you have any questions about the rules/customs of this website, feel free to send me a PM.
My little corner of the world, where I sometimes post things documented from my job.
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by 3Di »

php_mike wrote: Mon Feb 17, 2020 2:47 pm Could someone let me know how to use the github information to fix the site.
See viewtopic.php?p=15418881#p15418881
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
php_mike
Registered User
Posts: 251
Joined: Fri Aug 30, 2013 3:31 pm

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by php_mike »

kinerity wrote: Mon Feb 17, 2020 3:00 pm It would be best to wait for 3.3.1 to be released.
Do you mean it's not that important? Any time Google complains, it's seems important since we don't want not to be indexed.
php_mike
Registered User
Posts: 251
Joined: Fri Aug 30, 2013 3:31 pm

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by php_mike »

3Di wrote: Mon Feb 17, 2020 3:37 pm
php_mike wrote: Mon Feb 17, 2020 2:47 pm Could someone let me know how to use the github information to fix the site.
See viewtopic.php?p=15418881#p15418881
I made this change, will be automatically be updated/fixed in the next upgrade or do I have to keep track of this change and re-edit when updating?
User avatar
pierredu
Registered User
Posts: 1256
Joined: Thu Nov 01, 2012 8:04 am
Location: Paris (France)

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by pierredu »

Before the changes, I had 12.000 breadcrumb warnings. After 14 days, I'm now at 6.200, the slope goes downwards.
KYPREO
Registered User
Posts: 392
Joined: Fri Feb 02, 2018 9:56 am
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by KYPREO »

The Google breadcrumbs is only a warning, not an error. They are giving people time to make changes, until 6 April to be exact, see:

https://developers.google.com/search/do ... breadcrumb

https://webmasters.googleblog.com/2020/ ... y.html?m=1

No penalty or manual action would apply against your site. As noted in the link above, they only rolled out these checks on 21 January 2020 hence everyone experiencing the same thing at the same time. The timing made it look like 3.3.0 was responsible when in fact users of earlier versions of phpbb who did not upgrade started getting related (but different) markup warnings the same day.
phpBB user since 2002
www.AusRotary.com
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by 3Di »

php_mike wrote: Mon Feb 17, 2020 6:55 pm ....

I made this change, will be automatically be updated/fixed in the next upgrade or do I have to keep track of this change and re-edit when updating?
Yes it will be automatically updated since 3.2.10 and 3.3.1.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
php_mike
Registered User
Posts: 251
Joined: Fri Aug 30, 2013 3:31 pm

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by php_mike »

Thanks.
Would be nice to have a simple Thanks or thumbs up button instead of needing a full comment :).
Last edited by Mick on Wed Feb 19, 2020 10:50 am, edited 1 time in total.
Reason: Removed unnecessary full quoting.
User avatar
Mick
Support Team Member
Support Team Member
Posts: 26546
Joined: Fri Aug 29, 2008 9:49 am

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by Mick »

Fortunately, we don’t have that, a ‘thanks’ post is fine if you feel the need.
  • "The more connected we get the more alone we become" - Kyle Broflovski©
  • "The good news is hell is just the product of a morbid human imagination.
    The bad news is, whatever humans can imagine, they can usually create.
    " - Harmony Cobel
User avatar
warmweer
Jr. Extension Validator
Posts: 11268
Joined: Fri Jul 04, 2003 6:34 am
Location: Van Allen Bel ... gium
Contact:

Re: phpBB 3.3.0 breadcrumb seen by Google

Post by warmweer »

Mick wrote: Wed Feb 19, 2020 10:50 am Fortunately, we don’t have that, a ‘thanks’ post is fine if you feel the need.
Thanks, :thumbsup:, Me Likes, +1, :heart:
Spelling is freeware, which means you can use it for free.
On the other hand, it is not open source, which means you cannot change it or publish it in a modified form.


Time flies like an arrow, but fruit flies like a banana.
Post Reply

Return to “phpBB Discussion”