would lazy-loading img src negatively impact SEO

后端 未结 8 1550
名媛妹妹
名媛妹妹 2020-12-19 07:09

I\'m working on a shopping site. We display 40 images in our results. We\'re looking to reduce the onload time of our page, and since images block the onload event, I\'m con

8条回答
  •  遥遥无期
    2020-12-19 07:19

    first,don't use src="",it may hunt your page,make a small loading image instead it. second,I think it won't affect SEO, actually we always use alt="imgDesc.." to describe this image, and spider may catch this alt but not analyse this image what id really be.

提交回复
热议问题