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: "Twin’s Tires",
description: "Twin's Tires is a full-service tire shop and auto repair facility in Jersey City offering tire sales, installation, and wheel alignment services alongside comprehensive car repair. With a 4.8-star rating from 81 reviews, they serve the Jersey City community with reliable automotive maintenance and repair expertise across all tire brands.",
telephone: "+1-201-798-5956",
address: {
@type: "PostalAddress",
streetAddress: "730 Tonnelle Ave",
addressLocality: "Jersey City",
addressRegion: "NJ",
postalCode: "07307",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.755051099999996,
longitude: -74.0552525
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Jersey City and surrounding areas, NJ",
knowsAbout: "Tire Shops, Local drivers needing tire sales and installation, vehicle owners seeking comprehensive auto repair, commuters requiring same-day tire services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
}
],
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.