Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "El garrovero tires",
description: "El Garrovero Tires is a full-service tire shop and auto repair facility located on Paterson Plank Road in Union City. They offer tire sales and installation across major brands, wheel alignment, and general auto repair services including brakes, oil changes, and other maintenance. With a focus on reliable service and competitive pricing, El Garrovero serves the local community's everyday automotive needs.",
telephone: "+1-201-330-8686",
address: {
@type: "PostalAddress",
streetAddress: "408 Paterson Plank Rd",
addressLocality: "Union City",
addressRegion: "NJ",
postalCode: "07087",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7561075,
longitude: -74.0434154
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "189",
bestRating: "5"
},
areaServed: "Union City, NJ and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters, budget-conscious car owners, commercial vehicle operators, drivers needing same-day tire service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
},
{
@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.