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: "Texas Orthodontics",
description: "Texas Orthodontics provides comprehensive orthodontic care in San Antonio, specializing in teeth straightening solutions for patients of all ages. They offer traditional braces, clear aligners, and other corrective treatments designed to achieve healthy, beautiful smiles. The practice is committed to personalized treatment planning and patient comfort throughout the orthodontic journey.",
url: "https://texasorthodontics.com/",
telephone: "+1-210-354-3131",
address: {
@type: "PostalAddress",
streetAddress: "4522 Fredericksburg Rd a28",
addressLocality: "San Antonio",
addressRegion: "TX",
postalCode: "78201",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.492566999999994,
longitude: -98.551238
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "53",
bestRating: "5"
},
areaServed: "San Antonio and surrounding areas",
knowsAbout: "Orthodontics, Families seeking orthodontic care, adults wanting to straighten teeth, teenagers needing braces, patients interested in clear aligner options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Treatment Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Care"
}
],
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.