var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Cavallari\u0020Honda\u0020Automobiles\u0020Nice", "address": { "@type": "PostalAddress", "addressLocality": "Nice", "postalCode":"06300", "streetAddress": "9\u0020Boulevard\u0020de\u0020l'Arm\xE9e\u0020des\u0020Alpes" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.70681070000001", "longitude": "7.291962199999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.34", "ratingCount": "821", "reviewCount": "821" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cavallari.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Cavallari.png", "url": "https://www.cavallari.fr/honda/contact/nice/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);