Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Central Park Dog Daycare",
description: "Central Park Dog Daycare provides supervised daycare and boarding services for dogs in Oklahoma City. Located on N Classen Boulevard, they offer a safe, social environment where dogs can play, exercise, and interact with other dogs under professional care. Their experienced staff focuses on keeping dogs active and happy while giving pet owners peace of mind.",
url: "http://dogdaycareokc.com/",
telephone: "+1-405-858-2275",
address: {
@type: "PostalAddress",
streetAddress: "5420 N Classen Blvd",
addressLocality: "Oklahoma City",
addressRegion: "OK",
postalCode: "73118",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.527401999999995,
longitude: -97.53487799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "79",
bestRating: "5"
},
areaServed: "Oklahoma City and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working dog owners, pet travelers, dogs needing socialization and exercise",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Supervised Social Play"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.