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: "Cabrera Tires",
description: "Cabrera Tires is a full-service tire shop in Gastonia offering tire sales, installation, and auto repair services. With expertise in tire selection and maintenance, they serve both individual drivers and commercial customers looking for quality tires and reliable vehicle service.",
telephone: "+1-704-396-6164",
address: {
@type: "PostalAddress",
streetAddress: "32 Osceola St",
addressLocality: "Gastonia",
addressRegion: "NC",
postalCode: "28054",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.24586,
longitude: -81.18360129999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "42",
bestRating: "5"
},
areaServed: "Gastonia, NC and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire sales and installation, vehicle maintenance customers, budget-conscious car owners",
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.