var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "OPEL\u0020MARSEILLE\u0020-\u0020ADP\u0020PARASCANDOLA", "address": { "@type": "PostalAddress", "addressLocality": "Marseille", "postalCode":"13010", "streetAddress": "Village\u0020automobile" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.276349", "longitude": "5.399916000000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.31", "ratingCount": "369", "reviewCount": "369" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Parascandola.png", "url": "https://www.parascandola.fr/opel-marseille-la-valentine" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);