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: "A-1 Dent Company",
description: "A-1 Dent Company specializes in professional dent repair and auto body work for vehicles in Lubbock. Located on 34th Street, they offer paintless dent removal and collision repair services to get your vehicle back to pre-damage condition. Whether you're dealing with minor dings or more extensive damage, their experienced team provides quality repairs at competitive rates.",
url: "http://a-1dent.com/",
telephone: "+1-806-762-1354",
address: {
@type: "PostalAddress",
streetAddress: "1307 34th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.563027999999996,
longitude: -101.850196
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing dent repair, collision damage restoration, drivers with insurance claims",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expert 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.