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": "Service", | |
| "serviceType": "{{SERVICE TYPE}}", | |
| "provider": { | |
| "@type": "LocalBusiness", | |
| "name": "{{BUSINESS NAME}}" | |
| }, | |
| "areaServed": { |
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": "Service", | |
| "serviceType": "{{SERVICE TYPE}}", | |
| "provider": { | |
| "@type": "LocalBusiness", | |
| "name": "{{BUSINESS NAME}}", | |
| "address": { | |
| "@type": "PostalAddress", |
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": "Article", | |
| "headline": "{{HEADLINE}}", | |
| "alternativeHeadline": "{{ALTERNATE HEADLINE}}", | |
| "image": "{{IMAGE URL}}", | |
| "award": "{{AWARD}}", | |
| "editor": "{{EDITOR NAME}}", | |
| "genre": "{{GENRE}}", |
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}}"], |
OlderNewer