This file contains 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}}"], |
This file contains 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": "Article", | |
"headline": "{{HEADLINE}}", | |
"alternativeHeadline": "{{ALTERNATE HEADLINE}}", | |
"image": "{{IMAGE URL}}", | |
"award": "{{AWARD}}", | |
"editor": "{{EDITOR NAME}}", | |
"genre": "{{GENRE}}", |
This file contains 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": "Service", | |
"serviceType": "{{SERVICE TYPE}}", | |
"provider": { | |
"@type": "LocalBusiness", | |
"name": "{{BUSINESS NAME}}", | |
"address": { | |
"@type": "PostalAddress", |
This file contains 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": "Service", | |
"serviceType": "{{SERVICE TYPE}}", | |
"provider": { | |
"@type": "LocalBusiness", | |
"name": "{{BUSINESS NAME}}" | |
}, | |
"areaServed": { |
This file contains 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}}", | |
"sameAs": [ | |
"{{URL #1}}", | |
"{{URL #2}}" |
This file contains 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}}", | |
"sameAs": [ | |
"{{URL #1}}", | |
"{{URL #2}}" |
This file contains 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", |
This file contains 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 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": "FAQPage", | |
"mainEntity": [ | |
{ | |
"@type": "Question", | |
"name": "{{QUESTION #1}}", | |
"acceptedAnswer": { | |
"@type": "Answer", |
This file contains 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": "AboutPage", | |
"name": "{{BUSINESS NAME}}", | |
"alternateName": "{{AKA NAME}}", | |
"description": "{{BUSINESS DESCRIPTION}}", | |
"specialty": "{{DESCRIBE SPECIALTY}}", | |
"relatedLink": "{{RELATED PAGE URL}}", | |
"about": "{{ABOUT US DESCRIPTION}}", |
NewerOlder