Can I also get a hand with these?
1. The title of your page has 90 characters. Most search engines will truncate meta titles to 75 characters.- I have changed the title, but it doesn’t seem to pick it up.
2. Your server is not using expires header for your images.
3. Some Javascript files don’t seem to be minified. https://www.googletagmanager.com/gtag/js?id=UA-51508140-1
4. 2 plugins from your website are publicly visible.- how do I change this?
Hello,
I have checked your website for the mentioned issues with our External SEO analyzer and found that your issue with the title is already fixed (The title of your page has 56 characters which is good.
).
2. Your server is not using expires header for your images.
If you are using apache server, Please copy the below code into your .htaccess file:
## EXPIRES HEADER CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg "access 1 year"
ExpiresByType image/jpeg "access 1 year"
ExpiresByType image/gif "access 1 year"
ExpiresByType image/png "access 1 year"
ExpiresByType image/svg "access 1 year"
ExpiresByType text/css "access 1 month"
ExpiresByType application/pdf "access 1 month"
ExpiresByType application/javascript "access 1 month"
ExpiresByType application/x-javascript "access 1 month"
ExpiresByType application/x-shockwave-flash "access 1 month"
ExpiresByType image/x-icon "access 1 year"
ExpiresDefault "access 2 days"
</IfModule>
## EXPIRES HEADER CACHING ##
3. Some Javascript files don’t seem to be minified. https://www.googletagmanager.com/gtag/js?id=UA-51508140-1
That is an externally generated file, and you may not have an option to minify this on your site. In this case, you may have to ignore this test.
4. 2 plugins from your website are publicly visible.- how do I change this?
Rank Math doesn’t come with this functionality, You would need to use third party plugin to achieve that .
Please stay advised that these tests are just guidelines and one does not need to follow them religiously.
Hope that helps. Thank you.
I managed to figured it out and I have the score to 87 now 🙂
Can I also get a hand here:
1. Your server is not using expires header for your images.
2. Some Javascript files don’t seem to be minified: https://www.googletagmanager.com/gtag/js?id=UA-51508140-1
3. Your page makes 26 requests. More than 20 requests can result in slow page loading.
What can I do here?
Hİ.
I’M sorry ı can’t open ticket.
I have one web site and ı use RankMath Pro.
I have a litle problem.
My sitemap is not working…
I had a 200 url limit and I exceeded it. For this, a sitemap was created again as post-sitemap2. I realized this late and increased the limit. But now it’s on my site.
site.com/post-sitemap.xml
and there are 2 sitemaps named site.com/post-sitemap1.xml.
Besides, I haven’t been able to get an index for a few days.
Please help me.
It seems that the Could not check Focus Keywords in posts – the post meta table exceeds the size limit. error has returned. If you check the SEO analysis it has dropped again by 3 points.
What’s there to be done?
Hello,
We have added the following filter on your website to increase the limit:
add_filter( 'rank_math/seo_analysis/postmeta_table_limit', function( $limit ) { return 500000; } );
Now that test is no longer throwing a warning message and it’s passing.
@semih aydın,
Could you please open a new ticket (https://rankmath.com/support/) So that we can help you further?
Hope this helps and don’t hesitate to get in touch if you require any further assistance.
I’ve got this as well. I have 247,000 in my post_meta table. Is there a solution yet?
Hello,
@ Techygeekshome,
You can also use the above mentioned filter inside your theme’s function.php to overcome the error.
Hope that helps. Thank you.
Hello,
We always encourage people to open a new ticket for their own issues even if they seem similar as that would give us a platform to debug each situation individually.
Having said that, if there’s any other issue related to this please feel free to let us know.
Looking forward to hearing back from you.
Hello,
We are closing the ticket. Feel free to open a new one if you have any other queries.