- This topic has 9 replies, 3 voices, and was last updated 6 years ago by
Leo.
-
AuthorPosts
-
April 30, 2020 at 7:58 am #1263297
Cagdas
Hello,
I did a Google Chrome Audit in my web site.
Performance is 93!But there is a weird score in SEO. Audit results shows following:
1) Does not have a <meta name=”viewport”> tag with width or initial-scale
No<meta name="viewport">tag found2) Document doesn’t use legible font sizes
Text is illegible because there’s no viewport meta tag optimized for mobile screens.
Tap targets are not sized appropriately
Tap targets are too small because there’s no viewport meta tag optimized for mobile screens3) Document does not have a meta description
Apperantly some of these information exists in the web site like meta description and viewport and most of the font sizes are bigger than 12.
What do you suggest?
Thank you
Cagdas
April 30, 2020 at 4:47 pm #1263944Tom
Lead DeveloperLead DeveloperHi there,
All of this should be there by default. Can you deactivate your caching/minifying plugin and run the test again? If it doesn’t make a difference, can you leave the caching off so I can take a look at your HTML?
Thanks!
May 1, 2020 at 3:35 pm #1265511Cagdas
Hi Tom,
I deactivated WP Rocket and run test and got same result.
I am leaving WP Rocket deactivated for your check.FYI: site using Kinsta, they are using caching and probably it is active all time.
Cagdas
May 1, 2020 at 5:35 pm #1265583Tom
Lead DeveloperLead DeveloperSomething is up with the
<head>section on your website. Have you made any changes to/uploaded your ownheader.phpfile?May 2, 2020 at 2:54 am #1265901Cagdas
hi,
we had added some styles for contact us form and toggle button (Basvuru Formu) ,so when click it will toggle to contact us form . Then we had some php code for the custom search .Also had some php code to hide to toggle button from few pages where no contact us form. But now we have removed all those code and header.php is as it was by default . But scrore is sitll not good .Please checkThanks
May 2, 2020 at 8:49 am #1266359Tom
Lead DeveloperLead DeveloperThe HTML in your
header.phpis still broken.Can you make sure it uses this exact code?: https://github.com/tomusborne/generatepress/blob/master/header.php
May 2, 2020 at 10:54 am #1266581Cagdas
Hi,
Its default header from generatepress .I m not sure what is brokenPlease guide
Thanks
May 2, 2020 at 2:53 pm #1266767Leo
StaffCustomer SupportCan you make sure the
header.phpfile in your site is exactly the same as this one here?
https://github.com/tomusborne/generatepress/blob/master/header.phpYou can also replace your existing file with this one.
May 3, 2020 at 1:32 am #1267075Cagdas
Hi,
okie i have replaced header.php with the one you provided at github urlThanks
May 3, 2020 at 9:30 am #1267751Leo
StaffCustomer SupportNo problem 🙂
-
AuthorPosts
- You must be logged in to reply to this topic.