The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> HTML Viewport: Google Problems?
NikM755
post May 29 2015, 04:19 PM
Post #1





Group: Members
Posts: 1
Joined: 29-May 15
Member No.: 22,655



Google wants me to add the viewport line to my coding to meet its mobile requirements. My website scales to the device correctly without viewport. However, i need to add the code so that google will leave me alone about mobile compatibility.

The recommended code is:
<meta name="viewport" content="width=device-width, initial-scale=1">

When i add this to my site, it causes the site to scale incorrectly. Sigh!

So instead, i used,
<meta name="viewport">

It now scales correctly.

What should i do?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post May 29 2015, 06:53 PM
Post #2


.
********

Group: WDG Moderators
Posts: 9,653
Joined: 10-August 06
Member No.: 7



QUOTE(NikM755 @ May 29 2015, 11:19 PM) *

The recommended code is:
<meta name="viewport" content="width=device-width, initial-scale=1">

When i add this to my site, it causes the site to scale incorrectly. Sigh!

In what way does it scale incorrectly? Could you link to a sample page? In the meantime, if your site isn't responsive (fluid) to start with maybe you shouldn't use the META tag, as explained by http://blog.javierusobiaga.com/stop-using-...til-you-know-ho

QUOTE

So instead, i used,
<meta name="viewport">

It now scales correctly.

I don't think the above will have any effect without the CONTENT attribute (I don't know if there's any default value for the CONTENT attribute, and since META VIEWPORT is a non-standard HTML element maybe the default value would differ between browsers anyway).

Note that you don't have to do what Google wants, Google is just an advertizing company that wants its ads to stay visible on web pages. That said, mobile-friendliness might have a small impact on Google's search results, but hopefully Googles makes a more thorough analysis than just checking if pages contain the above META tag. See also
http://googlewebmastercentral.blogspot.com...ndly-pages.html
https://www.google.com/webmasters/tools/mobile-friendly/

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Deshaireddy
post Jun 17 2015, 02:31 AM
Post #3





Group: Members
Posts: 1
Joined: 17-June 15
Member No.: 22,730



Use the below tags and check it once

1.<meta charset="utf-8" />

2.<meta name="viewport" content="width=device-width, initial-scale=1.0" />
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 18th April 2024 - 04:59 PM