viewport settings and google search console

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
hethan
 
 
Posts: 8
Joined: Fri Jun 07, 2019 7:22 pm
Contact:

viewport settings and google search console

Post by hethan »

lo,
rather nasty, my ongoing problem with viewport settings and google search console!
When I have activated in WYSIWYG metatags>automatically include viewport setting, google complains about lettercase that is unreadable: too small. links too close to each other etc. I did solve at firtst with bigger case, but , after a while, got the same message.
however, the site was readable well enough on my phone.

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

Than I switched this off in meta tags, and put my own line between heads:

<meta name=”viewport” content=”width=640, height=480, user-scalable=yes, initial-scale=1.0, maximum-scale=5.0, minimum-scale=1.0″ />
</head>

Still, google means, there are no viewport settings at all!
And still, on my phone, the site is ok!
Have some ideas there ?? :shock:
https://www.multifunctiebox.nl
User avatar
Pablo
 
Posts: 21721
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: viewport settings and google search console

Post by Pablo »

You have added invalid coded to the page, this makes the entire page invalid.
There should not be HTML code inside the body tag.
Please remove all code you have manually added.

Also for modern websites, the document type (in Page Properties) should be HTML5.

There may be more errors but these need to be fixed first.
Post Reply