HTML / XML / JS, low-level validity (cross-cutting)HighVerified
Non-responsive/fixed-width layout
A fixed-width layout that does not adapt to the screen fails on mobile, and Google indexes mobile-first. A responsive layout is a baseline requirement now.
What it is
Not mobile-responsive.
Why it matters
Mobile usability failure under mobile-first indexing.
How to fix it
Implement responsive design.
How to find it on your site
- Test the page across mobile, tablet and desktop widths.
- Confirm a viewport meta tag and responsive CSS are present.
- Fix fixed-width containers and overflow.
- Re-test mobile usability in Search Console.
Cross-reference to ranking and citation factors
Mobile usability is central to a mobile-first index. A non-responsive layout fails real users and rankings.
Impact
Medium-high. Direct.
Evidence
Mobile-friendliness matters (mobile-first). Google Search Central, Mobile-first indexing best practices; Google Search Central, Understanding page experience in Google Search results
Sources