var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Carpole\u0020Occasion\u0020Saint\u0020Ouen\u0020L'Aum\xF4ne", "address": { "@type": "PostalAddress", "addressLocality": "Saint-Ouen-l'Aum\xF4ne", "postalCode":"95310", "streetAddress": "7-9\u0020Rue\u0020Louis\u0020Delage" }, "geo": { "@type": "GeoCoordinates", "latitude": "49.0340775", "longitude": "2.120045499999999" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.41", "ratingCount": "613", "reviewCount": "613" }, "url": "http://www.rousseau-auto.com/" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);