Performance and mobile experience

Mobile viewport

This check finds the instruction that sets the correct page width on mobile devices.

01

What is measured

The audit checks for meta name=viewport in the head of every sampled page.

02

Pass criterion

The template uses width=device-width and does not disable user zoom without a valid reason.

03

What to fix

Add one viewport declaration to the root layout and test real widths for horizontal overflow.

04

Automation limit

The tag does not prove responsive behaviour; layout, touch targets and wrapping still require browser testing.

Reference

Official documentation

MDN: viewport meta tag

Check this and every other signal

Start the free audit