Home > Back-end >  HTML Size Too Long
HTML Size Too Long

Time:10-04

Marsh here!

I have recently made a website on WordPress using the Kadence theme. Site is https://minimilitianshub.com

Everything is all good. But I'm facing the issue that whenever I try to insert my website in BING WEBMASTER Tool. It shows me the error that your HTML size is too long and it restricts my site pages to be indexed.

I have tried to reduce the unused CSS with the help of WP Rocket but still, the issue remains. Moreover, when I check my site's speed in google insights it also shows me to reduce the unused CSS.

I can't do it manually as I don't have a coding background.

So, anyone can suggest to me some easy way to fix this error?

Regards, Marsh

CodePudding user response:

Maybe you can use a caching plugin for the minify of the HTML code

https://wordpress.org/plugins/autoptimize/

CodePudding user response:

This won't help with your HTML size bundling, but if you're looking to make sure you get indexed on Bing, perhaps you could use the IndexNow WordPress plugin?

  • Related