var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "name": "Top\u0020Garage\u0020-\u0020Garage\u0020ABZ\u0020Francis\u0020-\u0020Outreau", "address": { "@type": "PostalAddress", "addressLocality": "Outreau", "postalCode":"62230", "streetAddress": "120\u0020Boulevard\u0020Raymond\u0020Splingard" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.69897400000001", "longitude": "1.581924" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "url": "https://reseau.top-garage.fr/815-garage-abz-francis-outreau" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);