var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mitsubishi\u0020Nice\u0020ACA", "address": { "@type": "PostalAddress", "addressLocality": "Nice", "postalCode":"06300", "streetAddress": "1b\u0020Boulevard\u0020de\u0020l'Arm\xE9e\u0020des\u0020Alpes" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.705995", "longitude": "7.291331" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "8.29", "ratingCount": "165", "reviewCount": "165" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mitsubishi.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Mitsubishi.png", "url": "http://www.mitsubishi06.fr/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);