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: "CMB Tires",
description: "CMB Tires is a full-service tire shop in Norfolk offering tire sales, installation, and auto repair services. They stock a wide selection of tires and provide professional installation, alignment, and general automotive maintenance. With strong customer feedback, CMB Tires serves both routine tire needs and comprehensive vehicle repairs for local drivers.",
telephone: "+1-757-857-5494",
address: {
@type: "PostalAddress",
streetAddress: "3635 N Military Hwy",
addressLocality: "Norfolk",
addressRegion: "VA",
postalCode: "23518",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8936478,
longitude: -76.2230525
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "133",
bestRating: "5"
},
areaServed: "Norfolk, VA and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, commercial vehicle owners, routine maintenance seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Repair"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.