Last active
May 23, 2025 14:13
-
-
Save dannanelli/386926484f7ef846a76784ae09b96d60 to your computer and use it in GitHub Desktop.
ContactPage Schema Example Template for Local SEO
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": "https://schema.org", | |
"@type": "ContactPage", | |
"mainEntityOfPage": { | |
"@type": "WebPage", | |
"@id": "{{CONTACT PAGE URL}}" | |
}, | |
"publisher": { | |
"@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}}", | |
"description": "{{BUSINESS DESCRIPTION}}", | |
"address": { | |
"@type": "PostalAddress", | |
"streetAddress": "{{STREET ADDRESS}}", | |
"addressLocality": "{{CITY}}", | |
"addressRegion": "{{STATE ABBREVIATION}}", | |
"postalCode": "{{ZIP CODE}}" | |
} | |
} | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Primarily links to the same entity such as: Facebook, Yelp, Crunchbase, Wikipedia, etc.