Added
- Added support for the Shopify plugin, so imported Shopify Products are automatically recognized by SEOmatic, and get properly mapped metadata
- Add integration with the Campaign plugin, so Campaign landing pages are automatically recognized by SEOmatic, and get properly mapped metadata
- Disallow Google Bard and Vertex AI bots in
robots.txt
by default, as there's no benefit to allowing it to index your site. ref: https://developers.google.com/search/docs/crawling-indexing/overview-google-crawlers#common-crawlers
Changed
- Moved the
security.txt
location to.well-known/security.txt
from the server root, and make the bundle updating mechanism preserve user settings in the process (#1353) - Hide the SEO Image / OG Image / Twitter Image mode selectors if transforming is disabled
- Set the
twitterImageTransform
andogImageTransform
tofalse
by default, since the default is alsosameAsSeo
and this will result in better default expected behavior (#1364)
Fixed
- Fixed a syntax error in the digitalproductmeta JsonLD Container (#1361)