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: "5 Stars Auto Body & Paint",
description: "5 Stars Auto Body & Paint is a full-service auto body and paint shop in Colorado Springs specializing in collision repair, dent removal, paint matching, and frame straightening. The team handles everything from minor touch-ups to major accident damage, using quality materials and precision techniques to restore vehicles to pre-damage condition. They work with insurance claims and offer free estimates to get customers back on the road quickly.",
url: "https://www.5starsautobody.com/",
telephone: "+1-719-375-0454",
address: {
@type: "PostalAddress",
streetAddress: "955 Wooten Rd",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80915",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8462295,
longitude: -104.73807699999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claimants, vehicle owners needing collision repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Estimates"
}
],
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.