Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Johnson Orthodontics",
description: "Johnson Orthodontics, led by Dr. Evan Johnson, provides comprehensive orthodontic care for patients of all ages in Roanoke and Dublin, VA. They offer metal braces, clear braces, Invisalign/Invisalign Teen, interceptive treatment, and surgical orthodontic options, utilizing advanced technology like iTero Element and Trios digital scanners. The practice emphasizes personalized treatment, efficient techniques including indirect bonding, and a warm, family-oriented environment where friends and family are welcome throughout treatment.",
url: "https://www.emjortho.com/",
telephone: "+1-540-989-5621",
address: {
@type: "PostalAddress",
streetAddress: "3231 Electric Rd SW",
addressLocality: "Roanoke",
addressRegion: "VA",
postalCode: "24018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.2291107,
longitude: -80.0077105
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "116",
bestRating: "5"
},
areaServed: "Roanoke, Dublin, and surrounding areas in Virginia",
knowsAbout: "Orthodontics, Families seeking comprehensive orthodontics, patients of all ages, those interested in clear aligner or traditional braces options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Indirect Bonding Technique"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Digital Scanning Technology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Treatment Options"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
url: "https://lantern.llc/contact?from=ai-data",
contactType: "AI inquiries"
}
}
}This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.