Skip to content

Instantly share code, notes, and snippets.

View warnakey's full-sized avatar

warnakey

View GitHub Profile
@warnakey
warnakey / Dentist with Multiple Locations Schema Example
Last active April 22, 2021 18:59
Dentist Schema with Multiple Locations
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Dentist",
"url": "https://www.example.com/",
"priceRange": "$",
"brand": {
"name": "Example Dentist"
},
"name": "Example Dentist",
@warnakey
warnakey / FAQPage Schema Example
Last active April 15, 2019 13:42
FAQPage Schema JSON-LD
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": "FAQPage",
"hasPart": [{
"@type": "Question",
"name": "What is a cat?",
"text": "What is a cat?",
"author": {
"@type": "Organization",