Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 55 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lopez Tires",
description: "Lopez Tires is a full-service tire shop and auto repair facility in Lubbock specializing in tire sales, installation, and automotive maintenance. They stock a wide selection of tire brands and offer professional installation, alignment, and repair services for all vehicle types. Lopez Tires combines competitive pricing with experienced technicians to provide reliable tire and auto care for the Lubbock community.",
telephone: "+1-806-549-4369",
address: {
@type: "PostalAddress",
streetAddress: "4417 I-27",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79404",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5531445,
longitude: -101.8440356
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "64",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Tire Shops, Daily drivers needing tire replacements, vehicle owners seeking regular maintenance, drivers requiring wheel alignment services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Installation & Alignment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.