WebSite X5Help Center

 
Nigel W.
Nigel W.
User

Viewport  en

Autor: Nigel W.
Besucht 2308, Followers 1, Geteilt 0  

Hi there...

I have received an email from Google stating that my website: http://www.hampsteadheath.net is not configured for viewing on mobile phones, etc.

The article can be found here:

https://developers.google.com/speed/docs/insights/ConfigureViewport

Could one of the Incomedia people tell me, please, if your programmers are taking all this into account in the present code writing of WebsiteX5 or if a particular line that Google suggest will be written in the future?

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

IF NOT, how do I write and configure the above line to make this thing work?

Thanks,

Nigel

Gepostet am
5 ANTWORTEN - 1 NüTZLICH - 1 KORREKT
Anthony A.
Anthony A.
User

go to general setting, go to expert and include the code abov inside the head section of your template.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

http://www.wdesigners.us (new)

http://www.usx5.com (coming soon)(Sign up)

Mehr lesen
Gepostet am von Anthony A.
Nigel W.
Nigel W.
User
Autor

Thanks Anthony.

I wasn't sure whether to alter that line or not.

I assume the following is correct?

I've placed this below the "robot" code as follows:

BEFORE CLOSING THE HEAD TAG:-

<meta http-equiv="Expires" content="0" />
<meta name="Resource-Type" content="document" />
<meta name="Distribution" content="global" />
<meta name="Robots" content="index, follow" />
<meta name="Revisit-After" content="21 days" />
<meta name="Rating" content="general" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

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

Nigel

Mehr lesen
Gepostet am von Nigel W.
Incomedia
Claudio D.
Incomedia

Hello Nigel,

The viewport tag is automatically added by WebSite X5 and in your website it is :

<metaname="viewport" content="width=989" />

And it just below the Metatag Generator.

You don't need to add it manually.

Many thanks!

Mehr lesen
Gepostet am von Claudio D.
Anthony A.
Anthony A.
User

Claudio

the responsive code is <meta name=viewport content="width=device-width, initial-scale=1">  and its not realy working with fix width !

this is a standard google developers article, I suggest to send this link to incomedia developers team.

https://developers.google.com/speed/docs/insights/ConfigureViewport

Thank you.

Mehr lesen
Gepostet am von Anthony A.
Anthony A.
Anthony A.
User

Nigel

your meta tags are perfectly fine. some of them are unnecessary, but there is no harm to having them either.

you are good to go

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

http://www.wdesigners.us (new)

http://www.usx5.com (coming soon)(Sign up)

Mehr lesen
Gepostet am von Anthony A.