Our results display 40 images.
first question, is this page even a landing page? is it for a specific keyword? internal search result pages are not automatically landing pages. if they are not landing pages, then do whatever you want with them (and make sure they are not indexed by Google).
if they are landing pages (a page designed for a specific keyword), site performance is really important for the speed of conversion of these pages and indirectly (and to a lesser extent also directly) for Google. therefore, good loading logic for pages with lots of images is a good idea.
I would like to:
upload the first two (product?) images in an optimized way (like plain HTML, with the target text alt and the target file name). lazy load logics are created for the rest of the images. but not just set src = to empty, but insert the entire img onload tag (or onscroll or something else) into your code.
with lots of broken img tags in HTML for users without javacript (i.e.: google, old mobile devices, textviewer) is not a good idea (you won’t get a fine until lazy uploaded images skip), but crap markup is never a good idea .
for a general SEO question visit https://webmasters.stackexchange.com/ (stack overflow more for programming related issues)
Franz enzenhofer
source share