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: "Los Reyes Tire Shop - 16th St",
description: "Los Reyes Tire Shop on 16th Street offers comprehensive tire sales, installation, and auto repair services in San Diego. With a focus on quality products and reliable service, they stock a wide selection of tires and provide professional installation, alignment, and general automotive maintenance for cars and trucks.",
telephone: "+1-619-231-6201",
address: {
@type: "PostalAddress",
streetAddress: "405 16th St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92101",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7095817,
longitude: -117.14927329999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "289",
bestRating: "5"
},
areaServed: "San Diego, CA",
knowsAbout: "Tire Shops, Budget-conscious drivers, Commercial vehicle owners, Daily commuters needing tire replacement",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Care"
},
{
@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.