[wp-meta] [Making WordPress.org] #2661: Plugin Theme: Reviews schema is missing on plugin pages, resulting in missing star ratings in Google
Making WordPress.org
noreply at wordpress.org
Mon May 1 13:08:56 UTC 2017
#2661: Plugin Theme: Reviews schema is missing on plugin pages, resulting in
missing star ratings in Google
------------------------------+-------------------------------------------
Reporter: Dharm1025 | Owner: Otto42
Type: defect | Status: accepted
Priority: normal | Milestone: Plugin Directory v3 - Future
Component: Plugin Directory | Resolution:
Keywords: |
------------------------------+-------------------------------------------
Comment (by ocean90):
Heh, okay. Following an example for Product:
{{{
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Product",
"name": "Yoast SEO",
"description": "WordPress out of the box is already technically quite a
good platform for SEO. This was true when Joost wrote his original
WordPress SEO article in 20 …",
"logo": "https://ps.w.org/wordpress-seo/assets/icon-256x256.png",
"isConsumableFor": {
"@type": "Product",
"name": "WordPress",
"description": "WordPress is open source software you can use to
create a beautiful website, blog, or app."
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"ratingCount": "15000"
},
"offers": {
"@type": "Offer",
"price": "0.00",
"priceCurrency": "USD",
"seller": {
"@type": "Organization",
"name": "WordPress.org",
"url": "https://wordpress.org"
}
}
}
</script>
}}}
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/2661#comment:13>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list