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: "Discount Tire - N Academy Blvd",
description: "Discount Tire is a full-service tire shop offering a wide selection of tires from all major brands at competitive prices. Located on N Academy Blvd in Colorado Springs, they provide tire sales, installation, balancing, alignment, and comprehensive auto repair services including brakes, oil changes, and general maintenance. Known for fast service and expert staff, Discount Tire serves both individual customers and commercial fleet accounts.",
url: "https://www.discounttire.com/store/co/colorado-springs/s/1110",
telephone: "+1-719-574-8400",
address: {
@type: "PostalAddress",
streetAddress: "305 N Academy Blvd",
addressLocality: "Colorado Springs",
addressRegion: "CO",
postalCode: "80909",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.837765999999995,
longitude: -104.756715
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "1618",
bestRating: "5"
},
areaServed: "Colorado Springs and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters, fleet managers, budget-conscious drivers, customers needing same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Major Tire Brands"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Same-Day Service Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
}
],
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.