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: "2407express,LLC",
description: "2407express LLC is a full-service tire shop and auto repair facility in Charlottesville offering tire sales, installation, and automotive maintenance. They stock a range of tire brands and provide car repair services to keep your vehicle running smoothly. Located on Roslyn Heights Road, they serve the local Charlottesville community with professional service and competitive pricing.",
telephone: "+1-814-392-4767",
address: {
@type: "PostalAddress",
streetAddress: "60 Roslyn Heights Rd",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0798646,
longitude: -78.4974587
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire replacement, vehicle maintenance, routine auto repairs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Ownership"
}
],
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.