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] Icon tooltips for the rich snippet were parsed incorrectly. #2142

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

Extensions should be separated out.

image image image

Public links: Playground

Internal links: Search Inspect

@Krugloff Krugloff added status: triage Review and triage needed type: bug Something is broken labels Nov 18, 2024
@Krugloff Krugloff self-assigned this Nov 18, 2024
@Krugloff
Copy link
Author

Screenshot 2024-11-18 at 13 18 32

Given

{
  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 }
},

Expected

{
  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: 4292 }
},

Specs

@Krugloff Krugloff added status: freezer Something we don't want to work on yet and removed status: triage Review and triage needed labels Nov 18, 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