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 3",
description: "Mobile Tire Service 3 is a mobile tire shop serving the East Palo Alto area, bringing tire installation and service directly to customers' locations. Operating from their East Bayshore Road location, they specialize in tire sales, installation, and automotive tire repairs without requiring customers to visit a shop.",
telephone: "+1-408-931-3683",
address: {
@type: "PostalAddress",
streetAddress: "1702 E Bayshore Rd",
addressLocality: "East Palo Alto",
addressRegion: "CA",
postalCode: "94303",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.457049,
longitude: -122.1343281
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "10",
bestRating: "5"
},
areaServed: "East Palo Alto, CA and surrounding areas",
knowsAbout: "Tire Shops, Busy professionals, fleet operators, customers seeking convenience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Operation"
}
],
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.