Skip to content

Use data-src instead of data-lazy-src #55

Description

@jan-san

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementtopic:seoIssues related to Search Engine Optimization

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions