Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Google Search API] An unexpected review was detected within the rich_snippet #2149

Open
Krugloff opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
status: freezer Something we don't want to work on yet type: bug Something is broken

Comments

@Krugloff
Copy link

No review is present within the extensions.

1

image

          {
            extensions: ["Rating 8.5/10  ", " 8.5/10  ", "ReviewerEric Stafford"],
            detected_extensions: { rating: 8.5, reviewer: "Eric Stafford", reviews: 8.5 }
          },

Internal links: Specs

2

image

         {
            extensions: ["Top speed: 116 mph", "Length: 192.1 in", "Rating 8.5/10  ", " 8.5/10  ", "ReviewerEric Stafford"],
            detected_extensions: { top_speed: "116 mph", length: "192.1 in", rating: 8.5, reviews: 8.5, reviewer: "Eric Stafford" }
          },

3

image

        [
          {
            extensions: ["التقييم ٨٫٥/١٠  ", " ٨٫٥/١٠  ", "المراجعEric Stafford"],
            detected_extensions: { rating: 8.5, reviews: 8.5, المراجع: "Eric Stafford"}
          },
          {
            extensions: ["التقييم ٧٫٦/١٠  ", " ٧٫٦/١٠  ", "المراجعEdmunds"],
            detected_extensions: { rating: 7.6, reviews: 7.6, المراجع: "Edmunds"}
          },
          {
            extensions: ["التقييم ٤٫٤  (١٤٧) ", " ٤٫٤  (١٤٧) "],
            detected_extensions: { rating: 4.4, reviews: 147 }
          }
        ]

others

         {
            extensions: ["Top speed: 116 mph", "Length: 192.1 in", "التقييم ٨٫٥/١٠  ", " ٨٫٥/١٠  ", "المراجعEric Stafford"],
            detected_extensions: { top_speed: "116 mph", length: "192.1 in", rating: 8.5, reviews: 8.5, المراجع: "Eric Stafford" }
          },
          {
            extensions: ["التقييم ٨٫٤/١٠  ", " ٨٫٤/١٠  ", "المراجعBen Koses"],
            detected_extensions: { rating: 8.4, reviews: 8.4, المراجع: "Ben Koses"}
          },
@Krugloff Krugloff added status: freezer Something we don't want to work on yet type: bug Something is broken labels Nov 19, 2024
@Krugloff Krugloff self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: freezer Something we don't want to work on yet type: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant