Google Mobile Usability Still Viewport not configured -


viewport not configured have code:

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

i test https://www.google.com/webmasters/tools/mobile-friendly/ , says, "awesome!

the tool says mobile-friendly, meanwhile in google mobile usability error still there.

i fixed issue in may 2015 latest status: 6/14/15

for webmaster tools, tag should end /> , first 1 in header:

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

Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -