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: "The DJ's Tire Shop #2",
description: "The DJ's Tire Shop #2 is a local tire retailer and auto repair shop located in Corpus Christi, serving drivers with tire sales, installation, and general automotive maintenance. They offer wheel alignment services and work with multiple tire brands to meet customers' needs and budgets. As an independent, locally-owned shop, they provide personalized service to the Corpus Christi community.",
telephone: "+1-361-883-1256",
address: {
@type: "PostalAddress",
streetAddress: "2302 Ayers St",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.767981199999998,
longitude: -97.4070823
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, routine maintenance needs, tire replacements, wheel alignment services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Care"
}
],
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.