Search

Pages are set up for phone screens

seo.missing-viewport

Why this matters

Without a viewport tag, phones render the page at desktop width and shrink it, so text is unreadably small and visitors have to pinch and scroll sideways. Most people will simply leave.

Who fixes it

You can, usually

Roughly how long

10 minutes

Care needed

Low risk to change

How to fix it

Add <meta name="viewport" content="width=device-width, initial-scale=1"> to the <head> of every page.

On your platform

WordPress

Every theme built in the last decade includes this, so a missing one means an old theme or a hand-edited one. It belongs in the theme's `header.php`, inside the `<head>`. Edit it in a child theme, or the next theme update will quietly undo the fix.

Shopify

In `theme.liquid`, inside the `<head>` — Online Store → Themes → Edit code. Every Shopify theme ships with it, so a missing one means the head has been edited. Duplicate the theme before changing it.

Drupal

In the theme's `html.html.twig`. The core themes include it, so a missing one points at a custom theme.

Joomla

In the template's `index.php`, inside the `<head>`. Every current Joomla template has it, so a missing one means an old or custom template.

How we score it

Failing this check takes up to 15 points off your search score. It is a fact about your site rather than a measurement, so it reads the same on every scan until you change something.

Does your site pass this one?

This check runs on every scan, along with the other 106. Free, no account, and you see the evidence for each result.

Check my site

Other search checks

See all 107 checks