var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "CITROEN\u0020SAINT\u0020CYR\u0020-\u0020CTO", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Cyr-sur-Mer", "postalCode":"83270", "streetAddress": "Les\u0020Pradeaux" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.183831", "longitude": "5.693702" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.47", "ratingCount": "667", "reviewCount": "667" }, "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": "http://www.parascandola.fr/citroen-parascandola-cto-0" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);