GoogleChrome / lighthouse

Automated auditing, performance metrics, and best practices for the web.
https://developer.chrome.com/docs/lighthouse/overview/
Apache License 2.0
28.39k stars 9.38k forks source link

Mobile Friendly section should be under Accessibility Category #9837

Open rcanu opened 5 years ago

rcanu commented 5 years ago

Summary

I think the Mobile Friendly section should be placed under Accessibility. Or is there a reason why it is under SEO section? Or is it because SEO also involves having the site be mobile friendly?

image

patrickhulce commented 5 years ago

You are correct that it is under SEO because mobile-friendliness is an important ranking consideration and these checks mirror the official "mobile friendly test" (https://search.google.com/test/mobile-friendly) from Google.

It's an interesting idea to mirror these audits under accessibility though, I like it! Accessibility means the site is accessible to everyone and these all apply to the usability of the site to a broad set of users :)

midzer commented 5 years ago

We could place it in both categories just as "Image elements have [alt] attributes"

patrickhulce commented 5 years ago

Yes @midzer that is the only proposal on the table right now, we certainly won't be removing these from SEO :)

midzer commented 5 years ago

Oooops, I've misread your "mirror" with "move". Sorry :D