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: "TIRES 4 LESS inc",
description: "Tires 4 Less inc is a tire shop and auto repair facility in Charlotte offering a wide selection of tires, auto parts, and car repair services. With a focus on affordable pricing and quality service, they serve drivers across the Charlotte area looking for reliable tire sales, installation, and general automotive maintenance.",
telephone: "+1-980-233-0841",
address: {
@type: "PostalAddress",
streetAddress: "1627 Freedom Dr",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.2296051,
longitude: -80.8680274
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "531",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, DIY mechanics needing parts, routine maintenance customers, tire replacement shoppers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Tire & Auto Parts Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Charlotte 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.