Implements Google's Speculation Rules API for Magento 2, enabling speculative loading strategies to improve page load performance. Uses JSON configuration for prefetching and prerendering URLs.
No Errors in SEO & URLs
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Adds width/height attributes to Page Builder images and aria-label to links. Improves Google Web Vitals scores related to image dimensions and link accessibility.
Creates landing pages based on category and filter attributes. Allows custom URLs and SEO-friendly content for these pages, which are also added to the sitemap.
This Magento 2 module hides the store code in the default store from the URL.
Detects customer geolocation using their IP address. Provides a GeoIP database for location-based functionalities like store switching.
Dynamically generates meta titles, keywords, and descriptions for product and category pages using templates. Supports attribute placeholders for optimized SEO metadata.
Allows saving UTF-8 characters in category and product URL keys. Enables the use of Unicode characters in Magento 2 URLs.
Removes the default store code from URLs in Magento 2. Simplifies URLs and can improve SEO by avoiding duplicate content.
A Magento module that stops URL rewrites with category paths being generated for products when 'Use Categories Path for Product URLs' setting is disabled in the config.
Disables the Magento 2 advanced search functionality. Prevents access to the advanced search page, even when directly accessed via URL.
Automatically updates Magento's base URL when using ngrok. Separates caches for local and ngrok domains to prevent broken links and improve browsing experience.