Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Marcos Tire & Auto Mechanic",
description: "Marcos Tire & Auto Mechanic is a full-service auto repair shop in Jersey City offering tire sales, installation, and comprehensive mechanical services including brakes, oil changes, and general automotive repairs. With over 540 customer reviews, they serve both routine maintenance needs and complex mechanical work for the local community.",
address: {
@type: "PostalAddress",
streetAddress: "1046 Garfield Ave #114",
addressLocality: "Jersey City",
addressRegion: "NJ",
postalCode: "07304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7138284,
longitude: -74.0674961
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "541",
bestRating: "5"
},
areaServed: "Jersey City and surrounding areas, NJ",
knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing tire replacement, routine maintenance, and mechanical repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
},
{
@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.