Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "API Service Center",
description: "API Service Center is a full-service automotive repair and tire shop in Charlottesville serving the community since 1961. They offer comprehensive maintenance and repair services including oil changes, brakes, wheel alignment, and tire sales from top brands like Michelin and BFGoodrich. Their ASE-certified mechanics use state-of-the-art diagnostic equipment and NAPA parts backed by a 36-month/36,000-mile warranty, with convenient amenities like free shuttle service and Wi-Fi.",
url: "https://apiservicecenter.com/",
telephone: "+1-434-971-4880",
address: {
@type: "PostalAddress",
streetAddress: "1242 Harris St",
addressLocality: "Charlottesville",
addressRegion: "VA",
postalCode: "22903",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.0400413,
longitude: -78.4786853
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "165",
bestRating: "5"
},
areaServed: "Charlottesville, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters needing reliable maintenance, fleet managers seeking competitive pricing, customers wanting ASE-certified service with warranty coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "NAPA Gold Auto Care Center"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Shuttle Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "ASE Certified & State-of-the-Art Diagnostics"
}
],
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.