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: "Princely Dent LLC",
description: "Princely Dent LLC is an auto body repair shop in Lubbock specializing in dent removal and collision repair. They offer paintless dent repair, traditional bodywork, and comprehensive auto restoration services to get vehicles back in top condition. Their experienced team handles everything from minor dents to major collision damage.",
url: "https://www.princelydentllctx.com/",
telephone: "+1-806-758-1094",
address: {
@type: "PostalAddress",
streetAddress: "321 82nd St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5193714,
longitude: -101.83980369999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "40",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners with dent damage, collision repair needs, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@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.