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: "World Wheels & Tires",
description: "World Wheels & Tires is a full-service tire and auto repair shop in Oakland specializing in tire sales, installation, and alignment services. They offer a wide range of tire brands and provide comprehensive auto repair services including brakes, oil changes, and general maintenance. Their experienced team focuses on delivering reliable service and quality products for both routine tire needs and more complex vehicle repairs.",
telephone: "+1-510-479-7562",
address: {
@type: "PostalAddress",
streetAddress: "2200 E 12th St",
addressLocality: "Oakland",
addressRegion: "CA",
postalCode: "94606",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.783890199999995,
longitude: -122.23806859999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "45",
bestRating: "5"
},
areaServed: "Oakland and surrounding East Bay communities",
knowsAbout: "Tire Shops, Oakland drivers needing affordable tire replacements, vehicle owners requiring comprehensive auto repairs, drivers seeking same-day tire installation services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheel Alignment Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Tire Brands"
}
],
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.