# How to add the viewport meta tag

> Without a viewport tag, phones render the page at desktop width and shrink it. Google indexes that shrunken desktop layout as your mobile page.

Technical SEO · HTML version: https://getreport.app/learn/mobile-viewport

## Viewport meta tag

Passing looks like: Viewport meta tag is present.

**Why it matters.** Without a viewport tag, phones render the page at desktop width and shrink it. Google indexes the mobile version first, so this hurts rankings directly.

**How to fix it.**

1. Add <meta name="viewport" content="width=device-width, initial-scale=1"> in <head>.

Check your own page: https://getreport.app/
