var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Amplitude\u0020Automobile\u0020(Volvo\u0020La\u0020Rochelle)", "address": { "@type": "PostalAddress", "addressLocality": "La\u0020Rochelle", "postalCode":"17000", "streetAddress": "3\u0020Rue\u0020Gaspard\u0020Monge" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-Volvo.png", "url": "http://www.groupebarbier.fr/volvo-la-rochelle" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);