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: "Isaac Autobodypaint shop",
description: "Isaac Autobodypaint Shop is a full-service auto body and paint facility in Laredo specializing in collision repair, paint work, and vehicle restoration. With expertise in handling damage from accidents and wear, they provide professional auto body services to get vehicles back in top condition.",
telephone: "+1-956-679-1347",
address: {
@type: "PostalAddress",
streetAddress: "3411 TX-359",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78043",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.499249799999998,
longitude: -99.4615067
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, Vehicle owners needing collision repair, Customers seeking professional paint services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Paint Work"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Body"
}
],
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.