var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020Hubert\u0020-\u0020Org\xE8res", "address": { "@type": "PostalAddress", "addressLocality": "Org\xE8res", "postalCode":"35230", "streetAddress": "13\u0020Rue\u0020de\u0020Rennes" }, "geo": { "@type": "GeoCoordinates", "latitude": "47.99762519999999", "longitude": "-1.6688597" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "9.41", "ratingCount": "499", "reviewCount": "499" }, "url": "http://bestrepair.fr/nos-metiers/best-repair-pres-de-chez-vous/sas-hubert,332,308.html?&vars=yV8fW4rPgi1mrEyqaTh1UQ" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);