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: "Myers Orthodontics - Bearden",
description: "Myers Orthodontics in Knoxville's Bearden area provides comprehensive orthodontic care for patients of all ages, including traditional braces, clear aligners, and specialized treatments. Led by experienced orthodontists, the practice focuses on creating healthy, beautiful smiles through personalized treatment plans. They offer flexible financing options and free initial consultations to help patients achieve their orthodontic goals.",
url: "http://www.myersorthodontics.com/",
telephone: "+1-865-584-3924",
address: {
@type: "PostalAddress",
streetAddress: "111 S Weisgarber Rd",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37919",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9316137,
longitude: -84.003064
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "135",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Orthodontics, Families with children needing braces, adults seeking discrete aligners, patients looking for comprehensive orthodontic care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Treatment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Financing"
}
],
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.