var schemaJson = { "@context": "http://schema.org", "@type": "AutoRepair", "additionalType":"AutoDealer", "name": "Mercedes\u0020Techstar\u002080", "address": { "@type": "PostalAddress", "addressLocality": "Rivery", "postalCode":"80136", "streetAddress": "5\u0020Rue\u0020Alain\u0020Bombard" }, "aggregateRating": { "@type": "AggregateRating", "bestRating" : "10", "ratingValue": "0", "ratingCount": "0", "reviewCount": "0" }, "logo": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "image": "https://www.garagescore.com/certificate/images/logos/Logo-h90px-MercedesBenz.png", "url": "null" }; var script = document.createElement('script'); script.setAttribute('type', 'application/ld+json'); script.innerText = JSON.stringify(schemaJson); document.getElementsByTagName('head')[0].appendChild(script);