var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Renault\u0020Cergy\u0020Pontoise", "address": { "@type": "PostalAddress", "addressLocality": "Osny", "postalCode":"95520", "streetAddress": "2\u0020Chauss\xE9e\u0020Jules\u0020C\xE9sar" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.04999369999999", "longitude": "2.0757999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.41", "ratingCount": "3865", "reviewCount": "3865" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Renault.png", "url": "https://www.renault.fr/concessionnaire.cergy-pontoise.html" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);