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: "Natures Acres Boarding Kennels",
description: "Nature's Acres Boarding Kennels is a luxury pet boarding and daycare facility located on five wooded acres in Damascus, Oregon, just east of Happy Valley. They offer overnight boarding with access to 3 acres of wooded trails and off-leash play areas, daily doggy daycare with supervised play groups, and grooming services. The facility is known for personalized care, experienced staff, and a camp-like environment where dogs can exercise and socialize.",
url: "http://naturesacreskennel.com/",
telephone: "+1-503-666-4800",
address: {
@type: "PostalAddress",
streetAddress: "18651 SE Foster Rd",
addressLocality: "Damascus",
addressRegion: "OR",
postalCode: "97089",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.4508122,
longitude: -122.47570130000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "222",
bestRating: "5"
},
areaServed: "Damascus, Oregon and surrounding Portland metro areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or working long hours, dogs needing socialization and exercise, pets requiring grooming during boarding stays",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Five-Acre Wooded Facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Pet Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Veterinarian Referrals"
}
],
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.