Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dannanelli/b7100d7d1dc34958d32e6c2b1c5d40bc to your computer and use it in GitHub Desktop.
Save dannanelli/b7100d7d1dc34958d32e6c2b1c5d40bc to your computer and use it in GitHub Desktop.
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"@id": "{{WEBSITE URL}}",
"name": "{{BUSINESS NAME}}",
"logo": "{{LOGO URL}}",
"telephone": "{{PHONE NUMBER}}",
"email": "{{EMAIL ADDRESS}}",
"sameAs": ["{{URL #1}}", "{{URL #2}}"],
"url": "{{WEBSITE URL}}",
"image": "{{IMAGE URL}}",
"priceRange": "{{$000 - $000}}",
"description": "{{BUSINESS DESCRIPTION}}",
"areaServed": [
{
"@type": "City",
"name": "{{CITY NAME}}",
"sameAs": "{{WIKIPEDIA LINK}}"
}
]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment