var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mercedes\u0020Trappes", "address": { "@type": "PostalAddress", "addressLocality": "Trappes", "postalCode":"78190", "streetAddress": "25\u0020Avenue\u0020de\u0020l'Arm\xE9e\u0020Leclerc" }, "geo": { "@type": "GeoCoordinates", "latitude": "48.7725982", "longitude": "1.992098399999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "url": "http://www.gge.fr/contact/mercedes-saint-quentin-en-yvelines" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);