Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Certified Auto Repair And Sales",
description: "Certified Auto Repair and Sales in Chattanooga offers professional car repair services for routine maintenance and mechanical issues. With a focus on quality workmanship and customer service, they handle diagnostic work, repairs, and vehicle sales for local car owners.",
telephone: "+1-423-400-2802",
address: {
@type: "PostalAddress",
streetAddress: "2102 Tinsley Pl",
addressLocality: "Chattanooga",
addressRegion: "TN",
postalCode: "37404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0210517,
longitude: -85.28534250000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "25",
bestRating: "5"
},
areaServed: "Chattanooga, TN and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily drivers needing routine maintenance, car owners seeking local repairs, buyers looking for used vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Technicians"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
}
],
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.