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: "Armadale Farm Kennel",
description: "Armadale Farm Kennel is a pet boarding facility in Raleigh serving dogs and cats with spacious farm accommodations on Strickland Road. They offer overnight boarding with outdoor play areas and individualized care for pets while their owners are away. The facility provides a safe, country setting for pets to stay comfortable and exercised during boarding periods.",
url: "http://www.armadalekennel.com/",
telephone: "+1-919-847-0389",
address: {
@type: "PostalAddress",
streetAddress: "10016 Strickland Rd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27615",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9030189,
longitude: -78.661653
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "82",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for extended periods, families needing weekend or vacation pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Farm Setting"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dog and Cat 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.