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: "Sam's Mobile Tire Service LLC.",
description: "Sam's Mobile Tire Service LLC is a mobile tire shop that comes to you in the Glendale area, offering tire sales, installation, and repair services at your home or workplace. With a focus on convenience and customer service, they eliminate the need to visit a traditional tire shop by bringing professional tire service directly to your vehicle.",
telephone: "+1-480-226-4126",
address: {
@type: "PostalAddress",
streetAddress: "5701 W San Miguel Ave",
addressLocality: "Glendale",
addressRegion: "AZ",
postalCode: "85301",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.518862399999996,
longitude: -112.1818278
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Glendale, Arizona and surrounding areas",
knowsAbout: "Tire Shops, Busy professionals, fleet operators, those with multiple vehicles, people seeking convenience",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Tire Solutions"
}
],
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.