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: "S & S Auto Care",
description: "S & S Auto Care is an independent auto repair shop in Lubbock specializing in general vehicle maintenance and repair services. Located on University Ave, they service both domestic and foreign vehicles with a focus on reliable, quality workmanship. The shop handles routine maintenance, diagnostics, and repairs for customers throughout the Lubbock area.",
telephone: "+1-806-795-4651",
address: {
@type: "PostalAddress",
streetAddress: "11804 University Ave # K",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79423",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.4876327,
longitude: -101.87149810000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "20",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Auto Repair & Mechanics, Daily commuters, budget-conscious vehicle owners, those seeking local personalized service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Shop"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Domestic & Foreign Vehicle Service"
}
],
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.