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: "Colorado Springs Complete Dentistry",
description: "Colorado Springs Complete Dentistry, led by Dr. Avery Lane, provides comprehensive dental care including checkups, cleanings, cosmetic dentistry, and emergency services for children, teens, adults, and active/retired military members. The practice emphasizes personalized, collaborative care with detailed examinations using state-of-the-art imaging, and offers both traditional dental insurance and an in-house savings plan for uninsured patients.",
url: "https://www.coloradospringscompletedentistry.com/",
telephone: "+1-719-634-3204",
address: {
@type: "PostalAddress",
streetAddress: "703 N Cascade Ave",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.844039,
longitude: -104.82442569999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "102",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "General Dentistry, Families with children, active and retired military members, uninsured patients seeking affordable dental care, adults seeking cosmetic dentistry",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Dental Savings Plan"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Collaborative Treatment Planning"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Military-Focused Service"
}
],
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.