No Code Attached Yet bug
avatar trogladyte
trogladyte
3 Apr 2025

My Google Webmaster Tools page lit up overnight with EVERY site getting a critical breadcrumb issue.

[i]Search Console has identified that your site is affected by 1 Breadcrumbs structured data issue(s). The following issues were found on your site.
Top critical issues*
Missing field "itemListElement"
*Critical issues prevent your page or feature from appearing in Search results.[/i]

This isn't because I just updated to 5.2.5 as all sites were updated the day this update was released, so it looks like Google has changed it's parameters and the joomla Breadcrumb module is violating it.

Actual result

System information (as much as possible)

Additional comments

Votes

# of Users Experiencing Issue
3/3
Average Importance Score
3.33

avatar trogladyte trogladyte - open - 3 Apr 2025
avatar trogladyte trogladyte - change - 3 Apr 2025
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 3 Apr 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 3 Apr 2025
avatar MarkoNationalAV
MarkoNationalAV - comment - 3 Apr 2025

I got the exact same notification last night


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45277.

avatar peteruoi
peteruoi - comment - 3 Apr 2025

me too today

avatar QuyTon QuyTon - change - 3 Apr 2025
Labels Added: bug
avatar QuyTon QuyTon - labeled - 3 Apr 2025
avatar trogladyte
trogladyte - comment - 3 Apr 2025

Glad it's not just me! :-)

avatar peteruoi
peteruoi - comment - 3 Apr 2025

to exclude the theme as culprit what theme do you use? The email came to one that is based on the helix ultimate 2.1.2

avatar trogladyte
trogladyte - comment - 3 Apr 2025

I use JoomlaCK's Template Creator, but it doesn't add anything like this to my knowledge. And the fact that we use 2 different themes would lead me to think it's not the theme. I'll make a Cassi controlled dummy site and see if it faults.

avatar cropperthebrit
cropperthebrit - comment - 4 Apr 2025

I've fixed this by simply disabling the module for breadcrumbs (not something I use on sites anyway but its enabled by default)

Once disabled, request validation and they will be fixed in the meantime.

You can test validation here: https://search.google.com/test/rich-results


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45277.

avatar trogladyte
trogladyte - comment - 4 Apr 2025

I manage 80+ sites. Going through and disabling the module is just a waste of time.

However, I did disable the Joomla Breadcrumbs module, and installed the Advanced Breadcrumbs module from UWIX Web Development. I started the Validation, but also went to the validation test and ran it. The site now passes without this issue. Seems it's definitely an issue with the native Breadcrumbs module.

avatar MarkoNationalAV
MarkoNationalAV - comment - 4 Apr 2025

When open on the "Modules" I get An error has occurred. 404 Component not found.

No option to disable breadcrumbs is available. Unless its hidden somewhere else?


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45277.

avatar trogladyte
trogladyte - comment - 4 Apr 2025

You're going to Extensions | Site Modules and that is giving the Component Not Found? So, you can't see any of your modules? That sounds like a totally different issue to the Google issue. However, if you can get to PHPMyAdmin you could change it's published parameter to "0" to disable it. If you're not seeing any modules, though, that's not what you need.

avatar WoodyF4u
WoodyF4u - comment - 8 Apr 2025

On the Dutch Joomla forum we have also had multiple questions about this problem.
People with different templates.
I myself have also had the problem with templates made with JoomlArt T4 Framework.
I agree with trogladyte that it seems that this has to do with the native Breadcrumbs technique from the core of Joomla.
But not specifically the module, because if it is not activated, Google will find the same errors on the page.

I just wouldn't know how to solve it.
I hope there are people here who have a fix for this.

avatar HMD19750
HMD19750 - comment - 8 Apr 2025

Same problem with www.deijsmannetjes.nl. Since 5 days. Only with Joomla articles, not with other pages. I am using the Helix Ultimate template.

Disabling schema.org plugin gets rid of the <script> line that annoys Google.

avatar weeblr
weeblr - comment - 11 Apr 2025

Issue is with the output of that list indeed:

On a test site, the Joomla output is:

"itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://example.com/",
                "name": "Home"
            }
        },
....
]

That's incorrect because there should be a "name" property:

"itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": {
                "@id": "https://example.com/",
                "name": "Home"
            }
        },
....
]
avatar QuyTon QuyTon - change - 11 Apr 2025
Status New Closed
Closed_Date 0000-00-00 00:00:00 2025-04-11 16:44:08
Closed_By QuyTon
avatar QuyTon QuyTon - close - 11 Apr 2025
avatar QuyTon
QuyTon - comment - 11 Apr 2025

Please test PR #45316. Thanks.

Add a Comment

Login with GitHub to post a comment