- This topic has 5 replies, 2 voices, and was last updated 3 years, 5 months ago by
David.
-
AuthorPosts
-
November 14, 2022 at 3:40 am #2414608
guevara
Getting this error on Bing – HTML size is too long. Any suggestions. Thanks
November 14, 2022 at 4:46 am #2414674David
StaffCustomer SupportHi there,
that is a very vague notice. Does Bing provide any more info ?
November 14, 2022 at 5:25 am #2414723guevara
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,46November 14, 2022 at 5:38 am #2414735David
StaffCustomer SupportHow 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.
November 14, 2022 at 6:24 am #2414787guevara
Thanks
November 14, 2022 at 6:46 am #2414813David
StaffCustomer SupportYou’re welcome
-
AuthorPosts
- You must be logged in to reply to this topic.