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": "FAQPage", | |
"hasPart": [{ | |
"@type": "Question", | |
"name": "What is a cat?", | |
"text": "What is a cat?", | |
"author": { | |
"@type": "Organization", |
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": "Dentist", | |
"url": "https://www.example.com/", | |
"priceRange": "$", | |
"brand": { | |
"name": "Example Dentist" | |
}, | |
"name": "Example Dentist", |
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": "LegalService", | |
"name": "Example Law Firm", | |
"description": "Example Law Firm, a divorce lawyer firm, is one of North Carolina’s most accomplished firms practicing exclusively in the area of family law and domestic relations litigation.", | |
"url": "https://www.examplelaw.com/", | |
"logo": "https://www.examplelaw.com/wp-content/themes/examplelaw/assets/logo.png", | |
"image": "https://www.examplelaw.com/wp-content/themes/examplelaw/assets/logo.png", | |
"priceRange": "$$", |
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", | |
"name": "Example Law Firm", | |
"alternateName": "Example Law", | |
"url": "https://www.examplelaw.com/", | |
"logo": "https://www.examplelaw.com/wp-content/themes/examplelaw/assets/logo.png", | |
"image": "https://www.examplelaw.com/wp-content/themes/examplelaw/assets/logo.png", | |
"description": "Example Law Firm, a divorce lawyer firm, is one of North Carolina’s most accomplished firms practicing exclusively in the area of family law and domestic relations litigation.", |
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":"WebSite", | |
"@id":"https://www.examplelaw.com/#website", | |
"url":"https://www.examplelaw.com/", | |
"name":"Example Law Firm", | |
"potentialAction": { | |
"@type":"SearchAction", | |
"target":"https://www.examplelaw.com/?s={search_term_string}", | |
"query-input": "required name=search_term_string" |
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
<!-- This schema ONLY goes on the blog homepage (not individual blogs) --> | |
<script type="application/ld+json"> | |
{ | |
"@context": "https://schema.org", | |
"@type": "Blog", | |
"name": "Example Law Blog", | |
"url": "https://www.examplelaw.com/blog/", | |
"description": "Read the blog of Example Law Firm, a divorce lawyer firm, to learn about the latest valuable information in our industry.", | |
"sameAs": [ | |
"https://www.facebook.com/examplelaw/", |
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
<!-- The following schema is only for individual blog entries --> | |
<script type="application/ld+json"> | |
{ | |
"@context" : "http://schema.org", | |
"@type" : "BlogPosting", | |
"headline" : "Newest Attorney Joins Our Team", | |
"author" : "Example Law Firm", | |
"description": "Our newest lawyer has joined the team. Learn more about our newest attorney here.", | |
"url": "https://www.examplelaw.com/blog/newest-attorney/", | |
"mainEntityOfPage": { |
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": "WebPage", | |
"name": "Article with important information a voice searcher needs to know", | |
"speakable": { | |
"@type": "SpeakableSpecification", | |
"xpath": "/html/head/meta[@name='description']/@content" | |
}, | |
"url": "https://www.example.com/blog/example-article/" | |
} |
OlderNewer