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: "Mr and Mrs Bubbles Tires",
description: "Mr and Mrs Bubbles Tires is a full-service tire shop and auto repair facility located in Jersey City. They offer tire sales, installation, alignment services, and general auto repair including brakes, oil changes, and other maintenance needs. With over 35 customer reviews, they provide reliable local service for drivers in the Jersey City area.",
telephone: "+1-201-310-0050",
address: {
@type: "PostalAddress",
streetAddress: "73 Fairmount Ave",
addressLocality: "Jersey City",
addressRegion: "NJ",
postalCode: "07304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.718388999999995,
longitude: -74.063611
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Jersey City and surrounding areas, New Jersey",
knowsAbout: "Tire Shops, Daily commuters, local vehicle owners, budget-conscious drivers needing tire replacement and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local 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.