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: "Pat's Tire & Auto Service - Downtown",
description: "Pat's Tire & Auto Service is a full-service automotive repair shop in downtown Oklahoma City offering tire sales, wheel alignment, oil changes, brake service, and general auto repair. With over 325 customer reviews, they provide comprehensive vehicle maintenance and repairs for both routine service and more complex mechanical issues.",
url: "https://patstiredowntownokc.com/",
telephone: "+1-405-232-6185",
address: {
@type: "PostalAddress",
streetAddress: "322 N Walker Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.470536599999996,
longitude: -97.5207899
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "324",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Tire Shops, Daily commuters needing tire replacement, vehicle owners seeking comprehensive auto maintenance, small business owners with commercial vehicles",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Service Team"
}
],
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.