简体   繁体   English

从我的所有网站页面中删除 HTML 部分块会影响 SEO 和我的网站排名吗?

[英]Will removing a HTML section block from my all website pages, affects SEO and my website rank?

So I have a hidden HTML section block that is heavy and requires multiple HTTP requests, which slowing my website page speed load.所以我有一个隐藏的 HTML 部分块,它很重,需要多个 HTTP 请求,这会减慢我的网站页面加载速度。

So I am trying to implement a lazyloading methodology for this specific section to only render after someone clicking on the [SHOW] button.因此,我正在尝试为此特定部分实施延迟加载方法,以便仅在有人单击 [SHOW] 按钮后才呈现。 I want to know if removing this entire HTML section from my web pages will cause a problem for Google or any other bots and will damage my rank?我想知道从我的 web 页面中删除整个 HTML 部分是否会导致 Google 或任何其他机器人出现问题并会损害我的排名? or not?或不?

Thanks.谢谢。

Improving the overall performance of your site is always a good idea.提高网站的整体性能始终是一个好主意。 In fact, page speed directly affects your ranking, so best improve it by all means:事实上,页面速度直接影响您的排名,因此最好通过各种方式提高它:

Hidden text, on the other hand, might hurt your ranking, at least if done the wrong way:另一方面,隐藏文本可能会损害您的排名,至少如果使用错误的方式:

Since in your case, the hidden parts seem to hugely impair your page loading, lazy-loading them would be the way to go.由于在您的情况下,隐藏部分似乎极大地损害了您的页面加载,因此延迟加载它们将是 go 的方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM