Do you keep customer reviews on your site?
Why not make it available on Google Searchas a search box for your users as well?
With JSON+LD, you can make it easy for Google to find and to potentially display your Webflow Site Search directly in Google's search results.
Setup
Where to Place it?
I personally like to put reviews in a CMS collection, so that I can automate importing of new reviews from e.g. Google Maps or Facebook.
This also allows me to sidebar reviews easily on my site, and show the top ranked ones on the homepage.
For the JSON+LD, it makes the most sense then to put it on the individual Review collection page itself.
How to Configure it?
Here's an example of resulting LSON+LD code;
And how it looks in the code editor with embedded CMS fields.
Key fields;
- The author section describes the Person or Organization who authored the review.
- datePublished should ideally be an ISO8601 date. The above red text in the image is a hand-edited to do this.
- reviewBody should be plain text.
References
Google's documentation on reviews
https://search.google.com/test/rich-results