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: "Morning Star Auto Body",
description: "Morning Star Auto Body is an independent auto body repair shop located in Seattle specializing in collision repairs, dent removal, and paint services. With over a decade of experience, the team handles everything from minor fender benders to major accident damage, using quality materials and skilled craftsmanship to restore vehicles to pre-accident condition.",
telephone: "+1-206-721-7623",
address: {
@type: "PostalAddress",
streetAddress: "5517 4th Ave S",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.552831499999996,
longitude: -122.32979909999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Seattle and surrounding areas",
knowsAbout: "Auto Body & Collision, Vehicle owners needing collision repairs, accident damage restoration, dent and paint work, insurance claim repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Collision Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Shop"
}
],
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.