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: "Arizona Mobile Tire Service's LLC",
description: "Arizona Mobile Tire Service LLC is a mobile tire shop serving the Phoenix area with on-site tire installation and repair services. They come to your location to handle tire replacements, repairs, and related services, eliminating the need to visit a traditional shop. Specializing in convenience-focused tire solutions for local vehicle owners.",
telephone: "+1-602-736-8910",
address: {
@type: "PostalAddress",
streetAddress: "1725 W Buckeye Rd",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85007",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4362286,
longitude: -112.09682
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "27",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas, Arizona",
knowsAbout: "Tire Shops, Busy professionals, fleet managers, customers seeking convenience, anyone needing roadside tire assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.