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: "Just Tires - Sepulveda Blvd",
description: "Just Tires on Sepulveda Blvd in Culver City is a full-service tire shop offering tire sales, installation, wheel alignment, and general auto repair services. They stock major tire brands and provide same-day service for customers needing quick tire replacements and vehicle maintenance. The shop serves both individual vehicle owners and commercial fleet customers.",
url: "https://www.justtires.com/",
telephone: "+1-310-391-6281",
address: {
@type: "PostalAddress",
streetAddress: "5547 Sepulveda Blvd",
addressLocality: "Culver City",
addressRegion: "CA",
postalCode: "90230",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.991903,
longitude: -118.39573800000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.6",
reviewCount: "386",
bestRating: "5"
},
areaServed: "Culver City, CA and surrounding Los Angeles area",
knowsAbout: "Tire Shops, Individual drivers needing quick tire replacements, vehicle owners seeking alignment and maintenance, commercial fleet managers, budget-conscious shoppers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Major Brand Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Fleet Support"
}
],
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.