Archived topic
HTML size is too long
5 replies · Started by guevara on November 14, 2022
Getting this error on Bing - HTML size is too long. Any suggestions. Thanks
Hi there,
that is a very vague notice. Does Bing provide any more info ?
HTML size is too long
- 1 instance found
How to fix?
What is the issue about?
Search engines may not fully acquire the content on a page if the page contains a lot of code. Extraneous code can push the content down in the page source making it harder for a search engine crawler to get to. A soft limit of 125 KB is used for guidance to ensure all content & links are available in the page source to be cached by the crawler. This basically means that if the page size is too big, a search engine may not be able to get all of the content or may end up not fully caching it.
How to fix?
Ensure that the page source does not contain large amounts of CSS or code at the top of the page. Consider moving code and styles into separate files.
Cache-Control : public, max-age=0
Date : Mon, 14 Nov 2022 12:22:30 GMT
Content-Length : 43273
Content-Type : text/html; charset=UTF-8
Content-Encoding : gzip
Expires : Mon, 14 Nov 2022 12:22:30 GMT
Last-Modified : Mon, 14 Nov 2022 11:36:36 GMT
Accept-Ranges : bytes
Server : LiteSpeed
Vary : Accept-Encoding,User-Agent,Accept-Encoding
alt-svc : h3=":443"; ma=2592000, h3-29=":443"; ma=2592000, h3-Q050=":443"; ma=2592000, h3-Q046=":443"; ma=2592000, h3-Q043=":443"; ma=2592000, quic=":443"; ma=2592000; v="43,46
How to fix?
Ensure that the page source does not contain large amounts of CSS or code at the top of the page. Consider moving code and styles into separate files.
Reading this, if the issue is related to large amounts of code in the head of your site, then that would be your problem.
If I Right Click > Inspect the your site and view the source code you have a LOT of code being added inline by WP Meteor and WP Rocket ( ? Critical CSS ).
Those optimizations are moving 1000s of lines of code to an inline position that come before any content.
Thanks
You're welcome