Results 1 to 3 of 3
  1. #1
    Danville is offline Private Member
    Join Date
    April 2020
    Location
    South Africa
    Posts
    51
    Thanks
    15
    Thanked 7 Times in 6 Posts

    Default Casino review schema

    Hi,
    I'm struggling to find a schema that is specifically for casino reviews (we are using Wordpress). Can anyone help? I will owe you plenty of drinks at the next convention if you can - the problem is driving me dilly.

  2. #2
    casinoportal's Avatar
    casinoportal is offline Private Member
    Join Date
    June 2002
    Location
    UK
    Posts
    1,169
    Blog Entries
    1
    Thanks
    58
    Thanked 159 Times in 103 Posts

    Default

    I have tried many and the one I finally settled on is WP SEO Structured Data Schema, although I had to make a few code changes so it works the way I want. This is what mine looks like for one of my pages, although Google is removing and ignoring self-serving star ratings now, which is originally why I did this.

    Code:
    <script type="application/ld+json">{
        "@context": "http://schema.org",
        "@type": "Review",
        "itemReviewed": {
            "@type": "Organization",
            "name": "Mr Play Casino"
        },
        "reviewRating": {
            "@type": "Rating",
            "ratingValue": "10",
            "bestRating": "10",
            "worstRating": "0.00"
        },
        "author": {
            "@type": "Organization",
            "name": "OnlineCasinoReviewz"
        }
    }</script>
    "Many of life's failures are people who did not realize how close they were to success when they gave up"

    Online Casino Reviewz - Monopoly Live

  3. The Following 4 Users Say Thank You to casinoportal For This Useful Post:

    Danville (28 August 2020), Nenad (27 August 2020), Scorefam (5 September 2020), universal4 (24 August 2020)

  4. #3
    Danville is offline Private Member
    Join Date
    April 2020
    Location
    South Africa
    Posts
    51
    Thanks
    15
    Thanked 7 Times in 6 Posts

    Default

    Thanks very much.
    Next round of drinks is on me

    JT
    Last edited by universal4; 29 August 2020 at 12:27 am. Reason: link removed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •