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: "Palomitos tire shop",
description: "Palomitos Tire Shop is a locally-owned tire retailer and auto repair service in Oklahoma City specializing in tire sales, installation, and vehicle maintenance. Serving the community for years, they offer quality tires from major brands along with professional installation and auto repair services to keep vehicles running smoothly.",
telephone: "+1-405-414-0562",
address: {
@type: "PostalAddress",
streetAddress: "1444 SW 25th St, Oklahoma City, OK 73108h St",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73108",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.439143400000006,
longitude: -97.5432989
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, families needing reliable tire service, vehicle owners seeking personalized local service",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Locally Owned & Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
}
],
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.