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: "Chris Tire Mobile & trailer wash",
description: "Chris Tire Mobile & Trailer Wash is a mobile tire service based in Harrisonburg, VA that brings tire installation and service directly to customers at their location. In addition to tire services, they offer professional trailer washing to keep vehicles and equipment clean. This mobile-first approach eliminates the need to visit a shop, making it convenient for busy vehicle owners and commercial operators.",
telephone: "+1-826-271-6808",
address: {
@type: "PostalAddress",
streetAddress: "3570 N Valley Pike",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.4791445,
longitude: -78.8194271
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Tire Shops, Busy vehicle owners, Commercial fleet operators, Farmers and agricultural operators",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mobile Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Trailer Washing"
}
],
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.