Skip to content

Commit

Permalink
Fix "incorrect value type" for anonymous reviews in Google Search Con…
Browse files Browse the repository at this point in the history
…sole (#2255)

Co-authored-by: Volodymyr Krasnoshapka <88093058+BC-krasnoshapka@users.noreply.github.com>
  • Loading branch information
sacr3dc0w and BC-krasnoshapka authored Sep 7, 2022
1 parent 88ec87b commit 8e104ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed escaping on created store account confirm message. [#2248]https://github.com/bigcommerce/cornerstone/pull/2248
- Pass theme settings from blog page to blog post template. [#2253]https://github.com/bigcommerce/cornerstone/pull/2253
- Bump jQuery to 3.6.1. [#2250](https://github.com/bigcommerce/cornerstone/issues/2250)
- Fix "incorrect value type" for anonymous reviews in Google Search Console [#2255]https://github.com/bigcommerce/cornerstone/pull/2255
- Reduce lodash usage [#2256]https://github.com/bigcommerce/cornerstone/pull/2256

## 6.5.0 (06-24-2022)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/products/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@type": "Review",
"author": {
"@type": "Person",
"name": {{{JSONstringify name}}}
"name": {{#if name}}{{{JSONstringify name}}}{{else}}{{{JSONstringify (lang 'products.reviews.anonymous_poster')}}}{{/if}}
},
"datePublished": "{{date}}",
"reviewBody": {{{JSONstringify text}}},
Expand Down

0 comments on commit 8e104ff

Please sign in to comment.