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: "Urban Doghouse Moore",
description: "Urban Doghouse Moore is a full-service dog care facility offering overnight boarding, daycare, and grooming services for dogs in the Moore area. Located at 229 SE 4th St, they provide a safe, supervised environment with flexible membership packages for regular daycare clients. Their team specializes in personalized pet care with attention to each dog's individual needs and comfort.",
url: "https://urbandoghouseok.com/",
telephone: "+1-405-237-3369",
address: {
@type: "PostalAddress",
streetAddress: "229 SE 4th St",
addressLocality: "Moore",
addressRegion: "OK",
postalCode: "73160",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.3346582,
longitude: -97.48264239999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Moore, OK and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, dogs needing socialization and daycare, owners seeking convenient grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Membership Daycare Packages"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Facility"
}
],
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.