Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dog Wash 50th St",
description: "Dog Wash 50th St is a self-service and full-service dog grooming facility located on Warren Avenue in Oklahoma City. They offer both DIY wash stations where pet owners can bathe their dogs, and professional grooming services for dogs of all sizes. The facility provides a convenient option for dog owners who want either hands-on bathing experiences or professional grooming care.",
address: {
@type: "PostalAddress",
streetAddress: "5015 N Warren Ave",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73112",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.521499999999996,
longitude: -97.5970529
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "220",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Dog Grooming, Budget-conscious dog owners, DIY pet care enthusiasts, owners needing quick dog baths, dogs requiring professional grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Self-Service Wash Stations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Available"
}
],
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.