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: "Pawsitivley Happy Tails",
description: "Pawsitively Happy Tails is a pet boarding and daycare facility in Herriman offering safe, supervised care for dogs and cats. The facility provides overnight boarding, doggy daycare, and grooming add-on services, with webcam access so owners can check in on their pets remotely. Their experienced team focuses on creating a comfortable, happy environment where pets receive individual attention and play.",
url: "https://pawsativelyhappytails.com/",
telephone: "+1-801-712-7117",
address: {
@type: "PostalAddress",
streetAddress: "13600 Rose Canyon Rd",
addressLocality: "Herriman",
addressRegion: "UT",
postalCode: "84096",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.5022976,
longitude: -112.0436265
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Herriman and surrounding areas in southwestern Salt Lake County",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, working professionals seeking daily daycare, owners wanting grooming services combined with boarding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Add-Ons"
}
],
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.