Mobile app version of vmapp.org
Login or Join
Angela700

: Multiple meta tags for mobile optimisation? For mobile optimization I've read that you should include all the following meta tags: <meta name="HandheldFriendly" content="true" /> <meta name="MobileOptimized"

@Angela700

Posted in: #MetaTags #Mobile

For mobile optimization I've read that you should include all the following meta tags:

<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width">


Are they all doing slightly different things or is there a hierarchy (e.g. the later tags overwriting the previous ones)?

As MobileOptimized includes a pixel width, is it possible to use width=device-width instead and is it advisable to do so? Will something like the iPhone scale to 320px or ignore this?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Angela700

1 Comments

Sorted by latest first Latest Oldest Best

 

@Kristi941

Those tags seem to apply to Blackberry browsers and the older AvantGo browser in Palm Devices. The browsers found in iPhone (safari) and Android (including FireFox) use CSS media queries for determining which styles to apply to a web page. Since Blackberry does support them, too, I would say it is not necessary to use those meta tags and they should be considered obsolete.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme