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 Las Colinas",
description: "Pet Paradise Las Colinas is a full-service pet boarding facility in Irving offering overnight boarding, daycare, and grooming services for dogs and cats. Located on Riverside Drive, they provide climate-controlled accommodations, outdoor play areas, and webcam access so owners can monitor their pets remotely. The facility specializes in creating a safe, supervised environment where pets receive personalized care and attention while their owners are away.",
url: "https://www.petparadise.com/las-colinas.htm",
telephone: "+1-972-401-3647",
address: {
@type: "PostalAddress",
streetAddress: "6150 Riverside Dr",
addressLocality: "Irving",
addressRegion: "TX",
postalCode: "75039",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8924753,
longitude: -96.934929
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "399",
bestRating: "5"
},
areaServed: "Irving and surrounding Dallas-Fort Worth areas",
knowsAbout: "Pet Boarding & Daycare, Busy pet owners, travelers, multi-pet households, pets needing socialization",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Climate-Controlled 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.