This translation has not been editorially reviewed yet. The German version is authoritative. Deutsche Fassung →
SEO
Why is my website displayed so small on smartphone?
A website displayed tiny on a smartphone usually has a single cause: the viewport declaration is missing from the source code. This one line tells the device that the page should be fitted to the smartphone's screen width. If it's missing, the device shows the wide desktop view shrunk down — readable only if the visitor constantly zooms and scrolls sideways.
The viewport declaration fits the page to the screen
A smartphone screen is much narrower than a monitor. For a website to be well readable on it, the device needs to know: render the display according to the actual screen width. That's exactly what the viewport declaration does — a single line in the source code that every page should carry. With it, content adapts to the narrow width: text wraps, columns stack underneath each other, buttons stay large enough to tap. Without the line, the device assumes it should render a wide desktop page, and shrinks everything down until the full width fits the screen.
Without the declaration, you lose mobile visitors
A large share of search queries for a regional business come from mobile — someone searching for a tradesperson, a restaurant, or opening hours while out and about, say. If this visitor lands on a stamp-sized display, they have to zoom, scroll sideways, and aim their thumb at tiny menu items. Most give up within a few seconds and pick the next result. Google also pays attention to a page's mobile-friendliness; the missing viewport declaration robs the page of this basic signal. Our check therefore reports the missing declaration as a moderate shortcoming — fixable with a single line.
- Open your website on your own smartphone and check whether the text is readable without zooming.
- Watch for whether you have to scroll sideways to see content — that's a clear warning sign.
- Ask your agency to add the viewport declaration on every page, if it's missing.
- After the fix, test again on a smartphone whether text wraps and buttons are easy to tap.
FAQ
What is the viewport declaration?
A single line in every page's source code that tells mobile devices the display should be fitted to the actual screen width. With it, text wraps correctly on mobile, and buttons stay tappable. Without it, the device shows the wide desktop view shrunk down. Our check verifies the declaration on every page examined.
Why do I always have to zoom on my website on mobile?
Very likely, the viewport declaration is missing from the source code. The smartphone then renders the page at full desktop width and shrinks it down until everything fits the screen — making the text tiny. Your agency can add the declaration with one line; after that, the content adapts to the screen width.
Does missing mobile-friendliness affect Google?
Yes, Google also assesses pages by how usable they are on mobile devices, and requests websites primarily in their mobile version. The viewport declaration is a basic signal for that. Even more important is the effect on visitors: anyone who has to zoom and scroll on mobile usually switches quickly to the next result — so the damage happens twice over.