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: "Happy Tails Pet Resort",
description: "Happy Tails Pet Resort in Cedar Park is a full-service pet boarding facility offering overnight boarding, doggy daycare, grooming services, and pet care for dogs and cats. The resort features indoor and outdoor play areas, comfortable accommodations, and trained staff to ensure pets receive quality care and socialization while their owners are away.",
url: "https://www.happytailspetresorttx.com/?y_source=1_Mjc2NjMyNDItNzE1LWxvY2F0aW9uLndlYnNpdGU%3D",
telephone: "+1-512-764-6145",
address: {
@type: "PostalAddress",
streetAddress: "509 Cypress Creek Road",
addressLocality: "Cedar Park",
addressRegion: "TX",
postalCode: "78613",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4962962,
longitude: -97.8232783
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "444",
bestRating: "5"
},
areaServed: "Cedar Park and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing overnight boarding, Pet parents seeking daycare during work hours, Pets needing grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Indoor and Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Services Included"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Care for Dogs and Cats"
}
],
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.