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: "Mobile Tire Service",
description: "Mobile Tire Service is a mobile tire repair and installation company serving the Seattle area. They bring tire services directly to customers, eliminating the need to visit a shop. Their mobile-first approach offers convenience for busy drivers who need quick tire solutions.",
telephone: "+1-206-506-4884",
address: {
@type: "PostalAddress",
streetAddress: "140 4th Ave N Suite 150",
addressLocality: "Seattle",
addressRegion: "WA",
postalCode: "98109",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 47.6194455,
longitude: -122.3481104
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "1",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Seattle, WA and surrounding areas",
knowsAbout: "Tire Shops, Busy professionals, commercial drivers, those with limited mobility",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Hours"
}
],
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.