[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 11:50:37 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):

 @joostdevalk What do you think about this markup?

 {{{
 <script type="application/ld+json">
 {
   "@context": "http://schema.org",
   "@type": "SoftwareApplication",
   "applicationCategory": "http://schema.org/OtherApplication",
   "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 …",
   "softwareVersion": "4.6",
   "fileFormat": "application/zip",
   "downloadUrl": "https://downloads.wordpress.org/plugin/wordpress-
 seo.4.6.zip",
   "author": {
     "@type": "Person",
     "name": "Team Yoast",
     "url": "https://profiles.wordpress.org/yoast"
   },
   "aggregateRating": {
     "@type": "AggregateRating",
     "ratingValue": "5",
     "ratingCount": "15000"
   },
   "interactionStatistic": {
       "@type": "InteractionCounter",
       "interactionType": "http://schema.org/DownloadAction",
       "userInteractionCount": "44199954"
   },
   "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:9>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list