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: "Hound Hearts Dog Daycare",
description: "Hound Hearts Dog Daycare provides professional dog daycare services for pet owners in the Salt Lake City area. The facility offers a safe, supervised environment where dogs can socialize and play during the day. With a focus on quality care and animal welfare, Hound Hearts is designed to give dog owners peace of mind while they're at work or managing daily responsibilities.",
url: "http://www.houndhearts.com/",
telephone: "+1-801-865-2703",
address: {
@type: "PostalAddress",
streetAddress: "3893 S 4620 W",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6870359,
longitude: -112.0012237
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "41",
bestRating: "5"
},
areaServed: "Salt Lake City and surrounding areas, Utah",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, Dog owners seeking socialization opportunities, Busy professionals needing daytime pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Supervised Social Play"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Pet Care"
}
],
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.