High This Hint is very important, and definitely warrants attention. Issue This Hint represents an error or problem that needs to be fixed.

Multiple viewport <meta> tags were found in the <head>

This means that the URL in question contains multiple viewport <meta> tags in the <head>.

Why is this important?

The browser's viewport is the area of the window in which web content can be seen. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. A <meta> viewport element gives the browser instructions on how to control the page's dimensions and scaling.

Only one viewport tag is required, and if more than one is used this could lead to the wrong one being selected, which may cause rendering issues on mobile devices.

What does the Hint check?

This Hint will trigger for any internal URL which contains multiple viewport meta tags.

Examples that trigger this Hint:

This Hint would trigger for any URLĀ that has more than one viewport <meta> tags in the head:

<!doctype html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
...
<meta name="viewport" content="width=320">
</head>
<body>...</body>
</html>

How do you resolve this issue?

There is no need to define more than one viewport, so reduce them down to just 1.

It is possible to target the viewport for multiple screen sizes, with just a single viewport, e.g.

<meta name="viewport" content="width=device-width, initial-scale=1">

Further Reading

There's a version of Sitebulb for everyone!

No project limits. No crawl credits. We save you time and we save you money.

Sitebulb Desktop

Try Sitebulb's award-winning desktop crawler for Windows or Mac:

Try our fully featured 14 day trial. No credit card required.

Try Sitebulb Desktop for Free

Sitebulb Server

Everything you love about cloud crawling, paired with everything you love about Sitebulb:

We offer fully managed cloud server plans or a DIY server license.

Explore Sitebulb Server