var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "LA\u0020CITE\u0020DE\u0020L'AUTO\u0020VITROLLES", "address": { "@type": "PostalAddress", "addressLocality": "Vitrolles", "postalCode":"13127", "streetAddress": "La\u0020Cit\xE9\u0020de\u0020l'Auto\u00207\u0020Rue\u0020de\u0020Madrid" }, "geo": { "@type": "GeoCoordinates", "latitude": "43.4264793", "longitude": "5.253352100000001" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.03", "ratingCount": "160", "reviewCount": "160" }, "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/la-cite-de-lauto-0" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);