Google Console errors

Ask the community for help and support.
Post Reply
artfulweb
VIP Member
VIP Member
Posts: 119
Joined: Thu Oct 29, 2020 12:34 pm
Has thanked: 11 times
Been thanked: 4 times

Google Console errors

Post by artfulweb »

Hi,
Just had Google contact me for errors and do not know if anyone can address these:

-Breadcrumbs:
Missing field "id"
Either "name" or "item.name" should be specified
Invalid object type for field "item"

_Unparsable structured data
Incorrect value type "@id"

-Sitelinks searchbox
Custom query parameter not defined in target URL
==========
Concerning breadcrumbs I am using the stock breadcrumb with these settings:
Product SEO Override?
True
Manufacturer SEO Override?
True
Category SEO Override?
False


Any ideas how to fix them? Thanks in advance.
lecarlb
VIP Member
VIP Member
Posts: 304
Joined: Mon Oct 26, 2020 5:26 pm
Has thanked: 42 times
Been thanked: 9 times

Re: Google Console errors

Post by lecarlb »

I posted something similar and @ecartz said he will take a look at the Json-LD header tags module.

I get those same errors also. Maybe we'll get some updates in those areas when the team gets time.
artfulweb
VIP Member
VIP Member
Posts: 119
Joined: Thu Oct 29, 2020 12:34 pm
Has thanked: 11 times
Been thanked: 4 times

Re: Google Console errors

Post by artfulweb »

Thans. Does it come from the header tags module?
burt
Lead Developer
Lead Developer
Posts: 2423
Joined: Tue Oct 29, 2019 9:37 am
Has thanked: 49 times
Been thanked: 137 times

Re: Google Console errors

Post by burt »

The problem here is that the $v['link'] in the code here is an object so is not directly usable.
I don't have time to have a look deeply into it :(
Gamechanger Addon: Queued Emails, try before you buy.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: Google Console errors

Post by ecartz »

burt wrote: Thu Jul 22, 2021 9:18 am The problem here is that the $v['link'] in the code here is an object so is not directly usable.
I don't have time to have a look deeply into it :(
If the goal is simply to use it as a string, changing line 86 to

Code: Select all

              '@id' => "{$v['link']}",
should fix it.
ecartz
Lead Developer
Lead Developer
Posts: 2637
Joined: Tue Nov 05, 2019 6:02 pm
Has thanked: 4 times
Been thanked: 181 times

Re: Google Console errors

Post by ecartz »

I changed it in the Href class for 1.0.8.5: https://github.com/CE-PhoenixCart/Phoen ... 0df7cd55a6
lecarlb
VIP Member
VIP Member
Posts: 304
Joined: Mon Oct 26, 2020 5:26 pm
Has thanked: 42 times
Been thanked: 9 times

Re: Google Console errors

Post by lecarlb »

Here's the latest complaint from Google Search Console. I'm guessing it's for versions prior 1.0.8.16.
Merchant-listings.png
@ecartz @artfulweb
You do not have the required permissions to view the files attached to this post.
burt
Lead Developer
Lead Developer
Posts: 2423
Joined: Tue Oct 29, 2019 9:37 am
Has thanked: 49 times
Been thanked: 137 times

Re: Google Console errors

Post by burt »

Gamechanger Addon: Queued Emails, try before you buy.
Post Reply