Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GSC flags mobility errors & advises to test in Chrome Lighthouse, but Lighthouse doesn't show the same errors #15602

Closed
kessa opened this issue Nov 13, 2023 · 1 comment

Comments

@kessa
Copy link

kessa commented Nov 13, 2023

GSC occasionally throws various mobile usability issues up such as "Content wider than screen" and/or "Clickable elements too close together" and whilst most of the time we've found these to be false positives (e.g. due to the bot failing to load style sheets, etc correctly), there are occasional instance where we feel it may be a legitimate issue worth further investigation.
However, currently the screenshot (and info) in the GSC live testing tool fails to convey any useful information.

To make matters worse, GSC now also displays the following message:

This tool will be retired on 1 December 2023. To test a page's mobile usability, use Chrome Lighthouse

image

However, when I perform the test in Chrome Lighthouse, it doesn't show either of those issues and we score well across the board for mobile tests (although there's always room for improvement :-) )
image

Therefore, we're unsure if GSC is flagging an issue when in fact there isn't a problem, or, whether Lighthouse is missing a test, or, whether Lighthouse uses a different test configuration (e.g. resolution, screen width) which means certain conditions are not being met which might otherwise trigger an issue which could be improved.

Any thoughts on whether this is something we can ignore, or, whether there's something in lighthouse which should be flagging errors but isn't?

[Note: I've submitted this to the "other" category as at this stage, I can't say if it's a bug or not, so more a topic for review/discussion/consideration as to how to provide consistent, and more useful insights when an error occurs]

@connorjclark
Copy link
Collaborator

connorjclark commented Nov 13, 2023

I don't know how GSC implemented those checks, but if Lighthouse isn't failing for its tap-targets (SEO category) or viewport (Performance category) audits you can probably ignore this.

Can you provide the URL of the page GSC flags?

Anecdotally I've noticed similarly odd complaints of "Content wider than screen" for my personal domains (when AFAIK the viewport was configured correctly to Lighthouse's checks), but I never investigated much. Perhaps this is why it's being retired :P

@adamraine adamraine closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants