surveywp / kk-star-ratings

kk Star Ratings wordpress plugin
https://wordpress.org/plugins/kk-star-ratings
Other
119 stars 44 forks source link

its not good with new schema version #88

Closed mosisms closed 1 year ago

mosisms commented 4 years ago

Detailed description

recently new schema roles are produced with google and after that we see some error in schema code of this plugin in google test. please check and update that

QasimYad commented 4 years ago

Since Google’s September 2019 update, you may see this error when trying to validate your review schema; “Thing is not a known valid target type for the itemReviewed property”

mosisms commented 4 years ago

Exactly this error was shown. How we can resolve it?

DanBusc commented 4 years ago

I'm getting a warning from Google because the title contains quotation marks

"@type": "CreativeWorkSeries", "name" : "this is "a" test", .... Please escape or remove quotation marks.

many thanks!

bilalnaseer commented 4 years ago

Schema is not showing at all, I have tested on several pages. Some one else having the same issue?

bilalnaseer commented 4 years ago

Schema is not showing at all, I have tested on several pages. Some one else having the same issue?

This is issue is resolved once I downloaded version 3.1.1 from Github repo but when I update it from WordPress repository 4.1.2 it does not work any more

bilalnaseer commented 4 years ago

Okay so the latest version 4.1.2 in WordPress repository has bug here http://prntscr.com/pwqrp0 (blank Json format) which should be below:

{
    "@context": "https://schema.org/",
    "@type": "CreativeWorkSeries",
    "name": "[title]",
    "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": "[score]",
        "bestRating": "[best]",
        "ratingCount": "[count]"
    }
}

I hope others will benefit from my comment @kamalkhan quick fix I guess

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.