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": "http://schema.org/", | |
"@type": "FAQPage", | |
"hasPart": [{ | |
"@type": "Question", | |
"name": "What is a cat?", | |
"text": "What is a cat?", | |
"author": { | |
"@type": "Organization", |
NewerOlder