Hi kasimmons,
I’m Tony, Judge.me support member.
I checked your page on Structure Google data testing tools:
https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Fcharlestontourpass.com%2Fshop%2Fcharleston-tour-pass-2%2F
and see that you are using Json-ld for the product on that page.
We have an fix for combining our aggregate rating with the snippet from the Json-ld:
https://help.judge.me/knowledge_base/topics/automatic-rich-snippets
1. If you’re able to edit the json-ld script, please add the below code into the script
2. “@id”: {{ canonical_url | append: ‘#product’ | json }},
3. the beginning of that script will look like this :
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Product”,
“@id”: {{ canonical_url | append: ‘#product’ | json }},
“brand”: {
“@type”: “Brand”,
“name”: {{ product.vendor | json }},
“url”: {{ jsonld_brand_url | json }}
},
I hope this information is helpful to you. Please let me know if you need further assistance.