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: "Smart Choice Orthodontics",
description: "Smart Choice Orthodontics in Sacramento provides comprehensive orthodontic treatment for patients of all ages, including traditional braces and modern clear aligner options. Located on J Street, the practice focuses on creating healthy, beautiful smiles through personalized treatment plans and patient-centered care.",
url: "http://smartchoiceorthodontics.com/",
telephone: "+1-916-444-7844",
address: {
@type: "PostalAddress",
streetAddress: "2805 J St #220",
addressLocality: "Sacramento",
addressRegion: "CA",
postalCode: "95816",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.573993,
longitude: -121.46842599999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Sacramento, CA and surrounding areas",
knowsAbout: "Orthodontics, Children needing early orthodontic intervention, Teens with alignment issues, Adults seeking discreet orthodontic treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Treatment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Ages Treatment"
}
],
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.