zero1limited/module-pagebuilder-web-vitals

Provides functionality to include image dimensions, link labels and lazyload options to image to help improve Google's Web Vitals audits scores

Installs: 1 310

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 4

Forks: 1

Open Issues: 2

Language:HTML

Type:magento2-module

1.0.4 2023-10-18 08:45 UTC

This package is auto-updated.

Last update: 2024-04-18 09:47:32 UTC


README

For Magento 2.4.3

Description

Magento's Page Builder is a great core module (as of 2.4.3), which makes it easy to create content-rich pages, but there are a couple of elements that are missing:

  • Image dimensions
  • Link labels
  • loading="lazy" tags

Why are these important?...

Google's Web Vitals audits contain improvement suggestions that help increase both the Performance and Accessibility metrics. The 2 relating to Magento's Page Builder are:

  • Image elements do not have explicit width and height
  • Links do not have a discernible name

Image elements do not have explicit width and height

Once this module is installed, you will have 2 new fields allowing you to add a width and height to each image you upload via Page Builder. Adding these dimensions will ensure that the image you have uploaded will pass the Google Web Vital audit

Links do not have a discernible name

This is recommended by Google when a tags don't contain text. When adding an image with a link, the a tag only contains an image, but one way to ensure this a tag passes the Web Vitals audit is to add an aria-label tag to the link itself. Once this module is installed, you will have a new field allowing you to add a label to the link tag which will ensure the link passes the audit.

Adding image dimensions and link labels will ensure those elements pass the audit, but it can also have a knock on effect that also helps improve your CLS score (Content Layout Shift)

Installation...

composer require zero1/module-pagebuilder-web-vitals-with-lazyload-tags

© Zero-1 Ltd | www.zero1.co.uk