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",
description: "The DJ's Tire Shop is a full-service tire and auto repair facility in Corpus Christi specializing in tire sales, installation, and comprehensive auto repair services. Located on S Port Ave, they serve customers with wheel alignments, brake service, oil changes, and general automotive maintenance. Their experienced team handles both tire-specific needs and broader vehicle repairs for local drivers.",
telephone: "+1-361-904-1357",
address: {
@type: "PostalAddress",
streetAddress: "2702 S Port Ave",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7732265,
longitude: -97.420037
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "170",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacement, wheel alignments, and routine auto maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Established Business"
}
],
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.