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: "Javis Autobody",
description: "Javis Autobody is a full-service auto body repair shop in Port St. Lucie specializing in collision damage, dent removal, painting, and structural repairs. With a 4.8-star reputation based on customer feedback, they handle everything from minor fender benders to major accident damage, serving both insurance claims and private customers with quality workmanship and reliable turnaround times.",
telephone: "+1-954-993-7018",
address: {
@type: "PostalAddress",
streetAddress: "2734 SW Edgarce St",
addressLocality: "Port St. Lucie",
addressRegion: "FL",
postalCode: "34953",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.262266,
longitude: -80.41498
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "50",
bestRating: "5"
},
areaServed: "Port St. Lucie and surrounding areas",
knowsAbout: "Auto Body & Collision, Accident victims, insurance claimants, vehicle owners seeking comprehensive collision repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Insurance-Friendly Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Repairs"
}
],
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.