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}}", | |
"hasMap": "{{https://maps.google.com/maps?cid=YOURCIDNUMBER}}", | |
"logo" : "{{LOGO URL}}", | |
"telephone" : "{{PHONE NUMBER}}", | |
"email" : "{{EMAIL ADDRESS}}", |
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": "Organization", | |
"@id": "{{WEBSITE URL}}", | |
"name": "{{BUSINESS NAME}}", | |
"logo": "{{LOGO URL}}", | |
"telephone": "{{PHONE NUMBER}}", | |
"email": "{{EMAIL ADDRESS}}", | |
"sameAs": [ |
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", | |
"name": "BUSINESS NAME", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "STREET ADDRESS", | |
"addressLocality": "CITY", | |
"addressRegion": "STATE ABBREVIATION", |
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", | |
"hasMap": "https://maps.google.com/maps?cid=YOURCIDNUMBER", | |
"logo" : "LOGO URL", | |
"telephone" : "PHONE NUMBER", | |
"email" : "EMAIL ADDRESS", |
NewerOlder