The plugin is currently masking HTML attributes by prefixing them with data-lazy-.
For SEO reasons, it might be better to only use the prefix data- instead:
- Yandex parses the
data-src attribute directly (see here)
- Google's sample lazy loading implementation also uses this prefix, so there is a good chance this tag is also parsed by other crawlers (see here)
The plugin is currently masking HTML attributes by prefixing them with
data-lazy-.For SEO reasons, it might be better to only use the prefix
data-instead:data-srcattribute directly (see here)