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: "Plano Discount Tire & Auto Repair",
description: "Plano Discount Tire & Auto Repair offers comprehensive tire sales and auto repair services in Plano, TX. They provide tire installation, wheel alignment, and a full range of automotive repair services including brakes, oil changes, and general maintenance. With a focus on affordability and customer service, they serve both individual vehicle owners and those seeking reliable local auto care.",
telephone: "+1-469-331-6272",
address: {
@type: "PostalAddress",
streetAddress: "3333 K Ave",
addressLocality: "Plano",
addressRegion: "TX",
postalCode: "75074",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0385932,
longitude: -96.6994864
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "293",
bestRating: "5"
},
areaServed: "Plano, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, routine maintenance needs, tire replacement, local vehicle owners seeking one-stop repair shop",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Affordable Focus"
}
],
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.