3 Messages

 • 

96 Points

Monday, July 28th, 2025

Solved

Structured‑data bug: bestRating capped at 10 (should be 11) for This Is Spinal Tap

Open https://www.imdb.com/title/tt0088258/ View page source or use DevTools → Network → Doc → right‑click ➜ Copy → Copy response (or just search the HTML) Locate the embedded application/ld+json block. Inside the aggregateRating object you’ll see: "worstRating": 1, "ratingValue": "7.9", "bestRating": 10 But best rating should be 11 https://i.imgur.com/HaIqL73.png It causes Google to show 7.9/10 in searh results which is wrong. https://i.imgur.com/bdd6zlr.png

Oldest First
Selected Oldest First

3 Messages

 • 

96 Points

5 days ago

Just in case: I'm a real person and 10 in Google search bothers me more than it should.

Employee

 • 

262 Messages

 • 

2.6K Points

5 days ago

Hello bniwredyc, Thank you for your message. I'm working on your requests. I'll be in touch again as soon as I have an update.

Employee

 • 

4.2K Messages

 • 

45.2K Points

4 days ago

Hi bniwredyc- Thank you for reporting this issue. I've forwarded this information to the appropriate team for further investigation (Ref Ticket #V1878313345). We'll reply once we receive further information. Cheers!

Employee

 • 

262 Messages

 • 

2.6K Points

2 days ago

Hello bniwredyc, Thank you for your patience. The rating being # out of 11 instead of the regular 10 is actually an easter egg for this title only. However, this easter egg is supported only by IMDb and not by Google, hence why it looks different on the browser.

3 Messages

 • 

96 Points

But Google pulls its rating from the JSON-LD on the page. So change "bestRating":10 to "bestRating":11 should affect Google results. UPD: If it's not, I'll take it from there.

(edited)

3K Messages

 • 

88.1K Points

@Jolene: I think I already know the answer to this one, but can the rating out of 11 be added to the reference view as well? Even though we are serious contributors, we still might like a laugh every now and again ;)