This release expands sSeo multisite and package SEO support, improves sitemap URL generation, and adds support for the noindex,follow robots value.
Added
- Added
noindex,followas a supported robots meta value. - Added SEO field integration for
sArticlesmanager modals. - Added multilingual and domain-aware loading/saving of SEO fields for article resources.
- Added sitemap URL normalization for package-generated links.
Fixed
- Fixed multisite sitemap root URLs so domain roots keep the expected trailing slash.
- Fixed sitemap URLs for package resources to avoid duplicated or malformed absolute URLs.
- Fixed
sArticlessitemap entries to use thearticleSEO resource type and active article scope. - Fixed canonical storefront URLs by stripping external tracking query parameters such as
srsltid. - Fixed
noindexGET/query handling to keep links followable withnoindex,follow. - Fixed SEO domain key resolution for document resources in multisite environments.
- Prevented duplicate sitemap
<loc>entries during sitemap generation.
Upgrade Notes
- Existing installations may need a database update for the
robotsenum to allownoindex,follow. - This release is recommended as a minor upgrade from
v1.2.7because it adds new SEO capabilities in addition to bug fixes.