Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Jiffy Lube",
description: "Jiffy Lube is a quick-service oil change and maintenance facility offering conventional and synthetic oil changes, fluid top-offs, filter replacements, and preventive vehicle maintenance. Located on Indian River Road in Virginia Beach, this franchise location provides fast, convenient service for routine car care without appointments.",
url: "https://www.jiffylube.com/locations/va/virginia-beach/311",
telephone: "+1-757-424-4941",
address: {
@type: "PostalAddress",
streetAddress: "6365 Indian River Rd",
addressLocality: "Virginia Beach",
addressRegion: "VA",
postalCode: "23464",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.8166837,
longitude: -76.2127939
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "387",
bestRating: "5"
},
areaServed: "Virginia Beach, VA and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Busy vehicle owners seeking quick oil changes, routine maintenance, DIY-averse drivers, fleet managers with multiple vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "No Appointment Needed"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Oil Options"
}
],
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.