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: "Prime Dent Removal LLC",
description: "Prime Dent Removal LLC is a mobile dent repair service operating in Lubbock, TX, specializing in paintless dent removal for vehicles. They bring their expertise directly to customers' locations, offering convenient on-site dent repair without the need for traditional body shop visits. This specialized approach allows for quick turnaround and minimal disruption to vehicle owners' schedules.",
url: "http://primedentmobileservice.com/",
address: {
@type: "PostalAddress",
streetAddress: "8901 US-87 #102",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.515148599999996,
longitude: -101.8433019
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "8",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with minor to moderate dent damage, busy professionals, customers seeking convenient mobile repair services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Removal"
}
],
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.