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.
No Errors in SEO & URLs
These modules have no PHPCS errors (warnings OK), pass PHPStan, and build correctly.
Injects noindex, nofollow meta tags and Magento design config to prevent search engines from indexing the Magento store. Useful for staging and development environments.
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.
Allows setting a custom lang attribute on the HTML tag per store view, overriding the default locale-based value for better accessibility and SEO compliance.
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.
Automatically adds Disallow rules to robots.txt for all filterable product attributes, preventing search engines from crawling layered navigation filter combinations that cause duplicate content.
Generates an llms.txt file that controls which store content (products, categories, CMS pages) is visible to AI crawlers and large language models. Supports multi-store setups with configurable allow/disallow rules and automatic updates via cron.
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.