• Can you suggest me plugins (like WP-PostRatings) that can do this?

    <script type="application/ld+json"> {
        "@context": "https://schema.org",
        "@type": "Article",
        "headline": "headlineHere",
        "author": "author",
        "mainEntityOfPage": {
            "@type": "WebPage", "@id": "https://url.url"
        }
        ,
        "image": {
            "@type": "ImageObject", "url": "https://yrl.url/img.png", "width": 720, "height": 400
        }
        ,
        "publisher": {
            "@type": "Organization",
            "name": "OrgName",
            "logo": {
                "@type": "ImageObject", "url": "https://url.url/logo.png", "width": 178, "height": 60
            }
        }
        ,
        "datePublished": "2016-01-01T00:00:00+0300",
        "dateModified": "2016-05-20T15:11:33+0300",
        "aggregateRating": {
            "@type": "AggregateRating", "ratingValue": "93", "ratingCount": "816", "bestRating": "100", "worstRating": "48"
        }
    }
    
    </script>
  • The topic ‘Post rating google rich snippet’ is closed to new replies.