AggregateRating Schema

#857981
Viewing 7 replies - 1 through 7 (of 7 total)
  • Hello,

    Thank you for contacting us. We apologize for any inconvenience this issue may have caused.

    It seems that you’re currently using the Rank Math PRO plugin, but the account you have used to open this ticket is a Free account.

    Can you please search and forward a receipt from FastSpring.com so we can locate your account and verify it?

    We look forward to helping you.

    Thanks.

    Ralph
    Rank Math free

    Thanks for responding Ike and apologies for the confusion. I wasn’t aware that the license under this account was expired. I brought this to the attention of the company and they’ve purchased a new one under a different email address. I’ve shared the invoice as Sensitive Data.

    Are you able to assist me now?

    Hello,

    Thank you so much for sharing this info.

    Can you please share a screenshot of the custom schema you built using our schema builder? You may share your screenshots using this tool: https://imgur.com/

    Looking forward to helping you.

    Ralph
    Rank Math free

    Hello,

    Please try the approach below on adding multiple reviews in your product schema:

    {
      "@context": "https://schema.org",
      "@type": "Product",
      "name": "Product Name",
      "review": [
        {
          "@type": "Review",
          "author": "Author Name",
          "datePublished": "2024-08-19",
          "reviewBody": "Review content goes here.",
          "reviewRating": {
            "@type": "Rating",
            "bestRating": "5",
            "ratingValue": "4",
            "worstRating": "1"
          }
        },
        {
          "@type": "Review",
          "author": "Another Author",
          "datePublished": "2024-08-18",
          "reviewBody": "Another review content.",
          "reviewRating": {
            "@type": "Rating",
            "bestRating": "5",
            "ratingValue": "5",
            "worstRating": "1"
          }
        }
      ],
      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "4.5",
        "reviewCount": "2"
      }
    }

    You can follow this guide on how to import JSON-LD code to your schema builder: https://rankmath.com/kb/import-schema-markup/

    Hope that helps.

    Ralph
    Rank Math free

    Ok thank you for pointing that out!

    Hello,

    We are glad that everything has been sorted out.

    Do you still need our assistance with anything else or we can go ahead to close the ticket?

    We really look forward to helping you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The ticket ‘AggregateRating Schema’ is closed to new replies.