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: "Cm Wheels & Tires LLC",
description: "CM Wheels & Tires LLC is a tire retailer and wheel shop serving the Fredericksburg, VA area. They specialize in tire sales, installation, and wheel services for passenger vehicles and light trucks. With a focus on customer service and quality products, they help drivers find the right tires for their needs and budget.",
telephone: "+1-540-898-6102",
address: {
@type: "PostalAddress",
streetAddress: "9224 Filter Ln",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2143663,
longitude: -77.50884380000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "405",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacements, wheel upgrades, custom wheel and tire packages",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Wheels & Tires Specialist"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.