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: "Finest Auto Body and Paint LLC",
description: "Finest Auto Body and Paint LLC is a full-service auto body and paint shop in Houston specializing in collision repairs, dent removal, and custom paint work. The experienced team handles everything from minor cosmetic damage to major structural repairs, using quality materials and precise techniques to restore vehicles to like-new condition. They work with insurance claims and offer competitive pricing for both insurance-referred and direct customers.",
url: "http://www.finestautobodyandpaint.com/",
telephone: "+1-713-692-0038",
address: {
@type: "PostalAddress",
streetAddress: "7702 Irvington Blvd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77022",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.832144999999997,
longitude: -95.360935
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "207",
bestRating: "5"
},
areaServed: "Houston and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claim filers, customers seeking quality collision repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance Claims Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive 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.