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: "Pet Paradise Houston Hobby",
description: "Pet Paradise Houston Hobby is a full-service pet resort offering premium overnight boarding, day camp, and grooming for dogs and cats. Located near Houston Hobby Airport, the facility features climate-controlled indoor suites, private outdoor patios, a swimming pool, and supervised play groups organized by size and activity level. With 24/7 appointment-based pickup and drop-off, live webcam access, on-site veterinary services, and experienced staff, Pet Paradise provides comprehensive care for pets while their owners are away.",
url: "https://www.petparadise.com/houston-hobby.htm",
telephone: "+1-713-941-3647",
address: {
@type: "PostalAddress",
streetAddress: "7511 Monroe Rd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77061",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.6602892,
longitude: -95.2614857
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "519",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, near Hobby Airport",
knowsAbout: "Pet Boarding & Daycare, Dog and cat owners traveling or working long hours, owners with multiple pets, dogs needing socialization in supervised play groups, pets requiring special veterinary attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Veterinary Partner on Site"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Suite Options"
}
],
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.