Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Family Orthodontics",
description: "Family Orthodontics in Tacoma provides comprehensive orthodontic treatment for patients of all ages, from children to adults. They offer traditional braces, clear aligners, and other corrective options to help achieve healthy, beautiful smiles. The practice focuses on personalized care and creating a welcoming environment for the entire family.",
url: "http://www.tacomafamilyortho.com/",
telephone: "+1-253-759-5437",
address: {
@type: "PostalAddress",
streetAddress: "5401 6th Ave #201B",
addressLocality: "Tacoma",
addressRegion: "WA",
postalCode: "98406",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.255700499999996,
longitude: -122.510241
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Tacoma and surrounding Pierce County communities",
knowsAbout: "Orthodontics, Families seeking orthodontic care, teens needing braces, adults considering smile correction",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages Treatment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple 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.