diff --git a/CHANGELOG.md b/CHANGELOG.md index 66c5708be2..7154cb9a15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Draft +- Removes the URL encoding from the 'description' in the product rich snippet schema [#2350](https://github.com/bigcommerce/cornerstone/pull/2350) - Running Lighthouse npm script fails in terminal [#2345](https://github.com/bigcommerce/cornerstone/pull/2345) - Removed accelerated checkout integration [#2341](https://github.com/bigcommerce/cornerstone/pull/2341) - Added css classes for ApplePay Button [[#2344]](https://github.com/bigcommerce/cornerstone/pull/2344) diff --git a/templates/components/products/schema.html b/templates/components/products/schema.html index 5ed1a953ff..e74fa1952e 100644 --- a/templates/components/products/schema.html +++ b/templates/components/products/schema.html @@ -14,7 +14,7 @@ "name": {{{JSONstringify product.brand.name}}} }, {{/if}} - "description": "{{encodeURI (sanitize product.description)}}", + "description": "{{sanitize product.description}}", "image": "{{getImage product.main_image 'zoom_size' (cdn theme_settings.default_image_product)}}", {{#and settings.show_product_reviews product.reviews.list.length}} "aggregateRating": {