Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Eddie's Auto Body Shop Paint & Detail",
description: "Eddie's Auto Body Shop Paint & Detail is a full-service auto body and detailing shop in Austin specializing in collision repair, paint work, and professional detailing. The shop handles everything from minor dents and scratches to major collision damage, offering both traditional and paintless dent repair solutions. Eddie's combines expert bodywork with meticulous paint matching and finishing, plus premium detailing services to restore vehicles to like-new condition.",
url: "https://eddiesautobodyshoppaintanddetail.com/",
telephone: "+1-512-291-3455",
address: {
@type: "PostalAddress",
streetAddress: "16417 Farm to Market Rd 1325",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78728",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.475750200000004,
longitude: -97.6865053
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "247",
bestRating: "5"
},
areaServed: "Austin and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repair, those with paint damage or scratches, car enthusiasts seeking premium detailing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Paintless Dent Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Expert Paint Matching"
}
],
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.