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 rating was detected within the rich_snippet #2143

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

Comments

@Krugloff
Copy link

No rating is present within the extensions.

image

          {
            extensions: ["Note : 4,3", "4 292 avis Les avis ne sont pas validés par la recherche Google"],
            detected_extensions: { rating: 4.5, note: 4.3, avis_les_avis_ne_sont_pas_validés_par_la_recherche_google: 4292 }
          },
          {
            extensions: ["Note : 10/10", "1 avis Les avis ne sont pas validés par la recherche Google"],
            detected_extensions: { rating: 5.0, note: 10, avis_les_avis_ne_sont_pas_validés_par_la_recherche_google: 1 }
          },

Internal links: Specs 1 | Specs 2

@Krugloff Krugloff added status: freezer Something we don't want to work on yet type: bug Something is broken labels Nov 18, 2024
@Krugloff Krugloff self-assigned this Nov 18, 2024
@Krugloff
Copy link
Author

image

{
  extensions: ["20 reviews"],
  detected_extensions: { rating: 5.0, reviews: 20 }
},

Internal Links: Specs

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