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: "Mysticz Auto Body",
description: "Mysticz Auto Body is a full-service auto body shop in Colorado Springs specializing in collision repair, dent removal, and paint services. The shop handles everything from minor fender benders to major structural damage, offering both traditional and paintless dent repair options. They work with most insurance companies and provide comprehensive estimates to get vehicles back on the road safely.",
url: "http://www.mysticzautobody.com/",
telephone: "+1-719-632-0163",
address: {
@type: "PostalAddress",
streetAddress: "3115 Karen Pl",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80907",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.876998799999996,
longitude: -104.82786
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "70",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Auto Body & Collision, Collision victims, Insurance claim filers, Fleet and commercial vehicle owners, Anyone needing quick dent or paint repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Coordination"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Collision Services"
}
],
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.