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: "Camp Happy Pawz Boarding & Day Care",
description: "Camp Happy Pawz Boarding & Day Care is a dedicated pet care facility in Lubbock offering both overnight boarding and doggy daycare services for dogs. The facility provides a safe, supervised environment where pets can stay while their owners are away or enjoy social playtime during the day. With a focus on pet safety and happiness, Camp Happy Pawz is equipped to care for your dog's needs with professional staff.",
url: "http://camphappypawz.com/",
telephone: "+1-806-805-1918",
address: {
@type: "PostalAddress",
streetAddress: "1311 Alcove Ave",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79416",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.584487599999996,
longitude: -101.991395
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners, travelers, dogs needing socialization, multi-dog households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Doggy Daycare Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Facility"
}
],
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.