Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pep Boys Auto Service & Tires",
description: "Pep Boys is a full-service auto repair and tire center serving Mesa and the surrounding Phoenix area. They offer tire sales and installation for all major brands, wheel alignment, brake service, oil changes, and comprehensive auto repair. With decades of automotive expertise, Pep Boys combines trusted national experience with local service accessibility.",
url: "https://www.pepboys.com/stores/az/mesa/9249-east-guadalupe-rd?Cid=gbp_appt_AN:PB%7CPB:G%7CTT:GBP%7CCG:CONVERSION%7CCD:SERVICE",
telephone: "+1-480-485-4047",
address: {
@type: "PostalAddress",
streetAddress: "9249 E Guadalupe Rd",
addressLocality: "Mesa",
addressRegion: "AZ",
postalCode: "85212",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.363838099999995,
longitude: -111.6342232
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "474",
bestRating: "5"
},
areaServed: "Mesa, AZ and surrounding Phoenix metropolitan area",
knowsAbout: "Tire Shops, Budget-conscious vehicle owners, drivers needing same-day tire service, routine maintenance customers, fleet vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Major Tire Brands"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established National Brand"
}
],
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.