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: "Nation Auto Repair & Tires",
description: "Nation Auto Repair & Tires is a full-service auto repair facility in Bakersfield specializing in general automotive maintenance, repairs, and tire services. With a focus on quality workmanship and customer satisfaction, they handle everything from routine oil changes and tire sales to more complex mechanical repairs for domestic and foreign vehicles.",
telephone: "+1-661-742-1521",
address: {
@type: "PostalAddress",
streetAddress: "555 Oak St",
addressLocality: "Bakersfield",
addressRegion: "CA",
postalCode: "93304",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.363231299999995,
longitude: -119.03924190000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Bakersfield, CA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, budget-conscious vehicle owners, drivers needing reliable tire services and routine maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Tire Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "General Maintenance Focus"
}
],
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.