You can use the code in the following link: https://pastebin.com/hnK31ZQc
Be aware that regardless of the name and email a person uses to submit a review, if they are logged-in when they submit a review then their user ID is linked to the review. This means that the author link is generated from the user ID, not from the name or email they used to submit a review.
I forgot to mention, when you change the review object using the hook that the above code uses, it will also change the author values in the generated schema.
I suggest that you only use the schema option on the [site_reviews_summary] shortcode and NOT the [site_reviews] shortcode.
For example, do this:
[site_reviews]
[site_reviews_summary schema=true]
Not this:
[site_reviews schema=true]
[site_reviews_summary]
-
This reply was modified 7 years, 11 months ago by
Gemini Labs.
-
This reply was modified 7 years, 11 months ago by
Gemini Labs.