Created
July 25, 2023 21:09
-
-
Save dannanelli/b7100d7d1dc34958d32e6c2b1c5d40bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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