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: "Fischer's Auto Body",
description: "Fischer's Auto Body is a full-service auto body repair shop in Norfolk, VA specializing in collision repair, dent removal, and paint work. They handle everything from minor dents and scratches to major accident damage, using modern techniques and quality materials to restore vehicles to pre-accident condition. With over two decades of experience, Fischer's serves as a trusted local option for insurance claims and customer-direct repairs.",
url: "http://www.fischersautobody.net/",
telephone: "+1-757-461-6309",
address: {
@type: "PostalAddress",
streetAddress: "1170 Lance Rd #407",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8634601,
longitude: -76.21471129999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "217",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Auto Body & Collision, Insurance claim filers, accident victims, vehicle owners needing quality paint work, drivers with collision damage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
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.