Screpy - AI SEO Audit Tool

Configure the Mobile Viewport Correctly

Add width=device-width and an initial scale so responsive pages use the device viewport instead of a desktop layout viewport.

Reviewed by Screpy Editorial Team

This check finds a missing viewport meta tag or one that does not specify an appropriate width or initial scale for responsive rendering.

Why this matters

Without the setting, mobile browsers may render the page in a wide virtual viewport and shrink it. Text, controls, and responsive breakpoints then appear smaller or behave differently than intended.

How to fix it

  1. Add <meta name="viewport" content="width=device-width, initial-scale=1"> once in the shared document head.
  2. Remove duplicate or conflicting viewport declarations.
  3. Use responsive CSS instead of fixed desktop widths.
  4. Do not disable zoom with user-scalable=no or a restrictive maximum scale.

When the finding appears across many URLs, fix the shared component or layout that produces it instead of patching generated HTML page by page. Recheck representative templates and responsive states after deployment so the correction does not create a regression elsewhere.

How to verify the fix

Inspect the final head and test narrow viewports on representative page templates. Confirm layouts fit the device width without unintended horizontal scrolling and remain usable when zoomed.

Keep before-and-after evidence for the affected URL, original output, correction, and verification method. If markup changes after load, test consent states, localization, responsive variants, and client-side navigation because the initial HTML and rendered DOM can differ.

Further reading

Related tasks

Solve the errors logged to the console

If there are error warnings about your website within the console offered by the browser, you need to follow a few basic steps to resolve them.

Tuesday, December 22, 2020

Title Tags Not Found

Are you encountering the title meta tag not found the issue? You can solve it right away! Here are the causes and importance of the problem in detail.

Sunday, December 20, 2020

Robots.txt Not Found

If you are encountering the Robots.txt not found error, you can create your file immediately by paying attention to the steps below. Discover the details now!

Sunday, December 20, 2020

Not Crawlable Pages

Have the same problem with crawlability issues? Let’s see what you can do for your website to be indexed. Here are the ways and solutions!

Sunday, December 20, 2020

Meta Description Not Found

Are you getting a meta description not found a warning about your web page? Let's figure it out! Why is meta description important, how to pass the audit? Examine!

Sunday, December 20, 2020