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: "Unleashed Dog Hotel",
description: "Unleashed Dog Hotel is a pet boarding facility in Murray offering overnight boarding, doggy daycare, and grooming services for dogs. The facility provides a safe, supervised environment where dogs can play, socialize, and rest while their owners are away. With experienced staff and a focus on pet comfort and safety, Unleashed Dog Hotel is designed to give pet owners peace of mind during travel or work commitments.",
url: "http://www.dogsunleashed.com/",
telephone: "+1-385-309-3647",
address: {
@type: "PostalAddress",
streetAddress: "5241 Commerce Dr",
addressLocality: "Murray",
addressRegion: "UT",
postalCode: "84107",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6577342,
longitude: -111.898118
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "842",
bestRating: "5"
},
areaServed: "Murray and surrounding Salt Lake Valley communities",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or working long hours, multi-dog households needing daycare, dogs requiring grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding & Daycare"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Services Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Socialization & Play Environment"
}
],
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.