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: "Paws At Play Youngsville",
description: "Paws At Play Youngsville is a full-service pet boarding and daycare facility in Youngsville, NC, serving dogs and cats with overnight boarding, doggy daycare, grooming services, and enrichment activities. The facility features outdoor play areas, webcam access so owners can check in on their pets remotely, and trained staff experienced in pet care and handling. They cater to pet owners who need reliable, safe care while they're away or at work.",
url: "http://www.pawsatplay.com/",
telephone: "+1-919-556-8383",
address: {
@type: "PostalAddress",
streetAddress: "841 Bert Winston Rd",
addressLocality: "Youngsville",
addressRegion: "NC",
postalCode: "27596",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.0593094,
longitude: -78.4820864
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "366",
bestRating: "5"
},
areaServed: "Youngsville, NC and surrounding Wake County areas",
knowsAbout: "Pet Boarding & Daycare, Working pet owners needing daycare, travelers requiring overnight boarding, pet owners wanting grooming services, owners of multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Service 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.