S
S
SergeyKisliy2015-07-14 09:47:57
HTML
SergeyKisliy, 2015-07-14 09:47:57

Lazy Loading vs Validator. Are there techniques for layout validity when using Lazy Loading?

Hello.
On my sites, I use the "slick" carousel with the Lazy Loading feature. This allows mobile devices not to load all the pictures from the big carousel. But this method also has a big minus, because the src="" attribute is not used, which in turn affects the validity of the code, and, accordingly, organic results in search engines. Please tell me, are there any techniques to leave the Lazy Loading image, while the layout was valid? Or maybe there is already another similar slider (adaptive + touch) in which this technique is solved differently? Thanks for the help.
<img data-lazy="img/lazyfonz1.png"/>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shamanov, 2015-07-14
@SilenceOfWinter

In src, specify a dummy image ala

<img src="http://placehold.it/250x250" alt="Товар">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question