Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pooch Hotel",
description: "Pooch Hotel is a pet boarding facility in Richardson that provides comfortable overnight accommodations for dogs. The facility offers a home-away-from-home experience for your canine companions while you travel or are away from home. With dedicated boarding services, Pooch Hotel ensures your dog receives proper care and attention during their stay.",
telephone: "+1-513-238-2093",
address: {
@type: "PostalAddress",
streetAddress: "757 S Central Expy",
addressLocality: "Richardson",
addressRegion: "TX",
postalCode: "75080",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.942732899999996,
longitude: -96.7413681
},
areaServed: "Richardson, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, Travelers, Pet parents seeking boarding while away",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Boarding Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Service"
}
],
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.