Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pawsh Palace - E Pebble Rd",
description: "Pawsh Palace is a pet boarding facility in Las Vegas offering overnight boarding and daycare services for dogs and cats. Located on E Pebble Rd, they provide a safe, comfortable environment for pets while their owners are away, with experienced staff trained in pet care and handling.",
url: "https://pawshpalacelv.com/",
telephone: "+1-702-356-2492",
address: {
@type: "PostalAddress",
streetAddress: "1320 E Pebble Rd",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89123",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.028446599999995,
longitude: -115.13482379999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "68",
bestRating: "5"
},
areaServed: "Las Vegas, NV and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or working long hours, multi-pet households, owners seeking daycare while at work",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding & Daycare"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat & Dog Boarding"
}
],
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.