With the same delayed loading of images, we have in the source code an image without (with empty) src , for example:
<img src='' data-src='http://example.com/img.jpg'> Let's say JS script at the right time, we will substitute the URL from another attribute into src and the browser will load it.
We need this behavior. However, search engines such images are not indexed.
How to achieve that the image has been indexed by the search engine, but not loaded by the user's browser?