Jump to content

Erreurs de syntaxe détectées dans les données structurées


P i l o u

Recommended Posts

Bonjour,

Quand j'analyse une page produit via https://search.google.com/test/rich-results

J'obtiens une erreur d'analyses :

Erreurs de syntaxe détectées dans les données structurées
Symbole "," ou "}" manquants

PS 1.6.2.15
Php 7.4.33

Comment corriger cette erreur svp ?

{
    "@context": "http://schema.org/",
    "@type": "Product",
    "name": "Garmin Zumo XT2, GPS 6" pour moto",
    "description": " Le GPS pour moto zūmo® XT2 est la solution idéale pour prendre la route, où qu'elle vous conduise ",
    "category": "GPS Garmin",
    "image" :"https://www.domaine.be/4159-large_default/garmin-zumo-xt2.jpg",
        "mpn": "505105",
        "gtin13": "753759313432",
    "brand": {
        "@type": "Brand",
        "name": "Garmin"
    },
    "weight": {
        "@context": "https://schema.org",
        "@type": "QuantitativeValue",
        "value": "0.000000",
        "unitCode": "kg"
    },
    "offers": {
        "@type": "Offer",
        "priceCurrency": "EUR",
        "name": "Garmin Zumo XT2, GPS 6" pour moto",
        "price": "599.90",
        "url": "https://www.domaine.be/1063-garmin-zumo-xt2.html",
        "priceValidUntil": "2023-09-30",
        "image": ["https://www.domaine.be/4159-large_default/garmin-zumo-xt2.jpg","https://www.domaine.be/4160-large_default/garmin-zumo-xt2.jpg","https://www.domaine.be/4161-large_default/garmin-zumo-xt2.jpg"],
        "gtin13": "753759313432","mpn": "505105",
        "availability": "http://schema.org/InStock",
        "seller": {
            "@type": "Organization",
            "name": ""
        }
    }
    }

 

Edited by P i l o u (see edit history)
Link to comment
Share on other sites

Bonjour,

Ce matin, nouveau mail de Google:

Séquence d'échappement incorrecte dans la chaîne:

{
    "@context": "http://schema.org/",
    "@type": "Product",
    "name": "Garmin Alpha 300 K",
    "description": " Suivez et éduquez vos chiens avec l\'appareil GPS portable Alpha ® 300 K doté d\'un nouvel écran tactile lumineux 3,5″ et de 6 boutons faciles à utiliser ",
    "category": "GPS Chasse",
    "image" :"https://www.domaine.be/4188-large_default/garmin-alpha-300-k.jpg",
	    "mpn": "940013",
	    "gtin13": "753759312459",
    "brand": {
		"@type": "Brand",
		"name": "Garmin"
    },

Normal qu'il y a un \ avant les apostrophes ?

Link to comment
Share on other sites

il y a 52 minutes, P i l o u a dit :

Bonjour,

Ce matin, nouveau mail de Google:

Séquence d'échappement incorrecte dans la chaîne:

{
    "@context": "http://schema.org/",
    "@type": "Product",
    "name": "Garmin Alpha 300 K",
    "description": " Suivez et éduquez vos chiens avec l\'appareil GPS portable Alpha ® 300 K doté d\'un nouvel écran tactile lumineux 3,5″ et de 6 boutons faciles à utiliser ",
    "category": "GPS Chasse",
    "image" :"https://www.domaine.be/4188-large_default/garmin-alpha-300-k.jpg",
	    "mpn": "940013",
	    "gtin13": "753759312459",
    "brand": {
		"@type": "Brand",
		"name": "Garmin"
    },

Normal qu'il y a un \ avant les apostrophes ?

Oui, normalement c'est ok pourtant.

https://support.google.com/webmasters/thread/46668235/je-viens-d-voir-cette-erreur-séquence-d-échappement-incorrecte-dans-la-chaîne-solution-svp?hl=fr

Essayez avec la nouvelle version contenue dans le zip:

json-ld.zip

  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...