var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "CITROEN\u0020LA\u0020SEYNE\u0020SUR\u0020MER\u0020-CTO", "address": { "@type": "PostalAddress", "addressLocality": "La\u0020Seyne-sur-Mer", "postalCode":"83500", "streetAddress": "501\u0020Avenue\u0020Antoine\u0020de\u0020Saint-Exup\xE9ry" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.1148372", "longitude": "5.8725669" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.25", "ratingCount": "1798", "reviewCount": "1798" }, "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" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);