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: "Tri-C Auto zone",
description: "Tri-C Auto Zone is a full-service auto repair shop in Fort Worth specializing in comprehensive vehicle maintenance and repairs for both domestic and foreign cars. The shop handles routine service including oil changes and tire work, as well as more complex repairs, and serves the local community with straightforward, reliable automotive care.",
telephone: "+1-817-838-8661",
address: {
@type: "PostalAddress",
streetAddress: "2601 E Belknap St",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76111",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.770075,
longitude: -97.3085239
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "208",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, Vehicle owners seeking routine maintenance, Customers needing foreign or domestic car repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Vehicle Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capabilities"
}
],
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.