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: "ABC Auto Body & Collision",
description: "ABC Auto Body & Collision is a full-service auto body and collision repair shop located in Oakland Park, Florida. They specialize in collision repairs, dent removal, frame work, and comprehensive auto body restoration for all vehicle types. The shop is committed to quality workmanship and customer satisfaction, offering professional repairs backed by attention to detail.",
url: "http://www.abcautobodyandcollision.com/",
telephone: "+1-954-675-2175",
address: {
@type: "PostalAddress",
streetAddress: "1901 NW 29th St",
addressLocality: "Oakland Park",
addressRegion: "FL",
postalCode: "33311",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.162658399999998,
longitude: -80.16906379999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "34",
bestRating: "5"
},
areaServed: "Oakland Park, Fort Lauderdale, and surrounding South Florida communities",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repairs, accident damage restoration, dent removal, frame work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repairs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Expertise"
}
],
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.