Skip to content

Instantly share code, notes, and snippets.

@izdrail
Last active November 20, 2018 18:51
Show Gist options
  • Save izdrail/bbece356ae36e19bd969604e3ef73e94 to your computer and use it in GitHub Desktop.
Save izdrail/bbece356ae36e19bd969604e3ef73e94 to your computer and use it in GitHub Desktop.
Schema org for Google Seo

<script type=”application/ld+json”> { “@context”: “http://schema.org”, “@type”: “InsuranceAgency”, “name”: “Digital Risks”, “founder”: “Cameron Shearer, Ben Rose”, “foundingDate”: “2014-04-04”, “alternateName”: “Digital Risks - Business Insurance”, “url”: “https://www.digitalrisks.co.uk”, “logo”: “https://www.digitalrisks.co.uk/user/themes/digitalrisks/images/drisks_logo_schema_org.png”, “image”: “https://www.digitalrisks.co.uk/user/themes/digitalrisks/images/drisks_logo_schema_org.png”, “telephone”: “+44 333 772 0759”, “aggregateRating”: { “@type”: “AggregateRating”, “ratingValue”: “9.3”, “ratingCount”: “79”, “bestRating”: “10”, “worstRating”: “6” }, “contactPoint”: { “@type”: “ContactPoint”, “telephone”: “+44 333 772 0759”, “Email”: “[email protected]”, “contactType”: “customer service”, “areaServed”: “GB”, “availableLanguage”: “English” }, “Address”: { “@type”: “PostalAddress”, “streetAddress”: “180 Borough High St”, “addressLocality”: “London”, “postalCode”: “SE1 1LB” }, “geo”: { “@type”: “GeoCoordinates”, “latitude”: 51.5012617, “longitude”: -0.09170560000006844 }, “openingHoursSpecification”: { “@type”: “OpeningHoursSpecification”, “dayOfWeek”: [ “Monday”, “Tuesday”, “Wednesday”, “Thursday”, “Friday” ], “opens”: “09:00”, “closes”: “18:00” }, “sameAs”: [ “https://www.facebook.com/drisks”, “https://www.twitter.com/digitalrisks”, “https://plus.google.com/+DigitalRiskscoukau”, “https://www.instagram.com/explore/locations/706220786144945/digital-risks/”, “https://www.linkedin.com/company/digitalrisks” ] } </script>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment