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: "Edgewood Farm Kennel",
description: "Edgewood Farm Kennel is a pet boarding facility in Apex, NC that provides safe, comfortable care for dogs and cats while their owners are away. Located on 8 acres, the kennel offers spacious indoor and outdoor accommodations, daily exercise, and personalized attention to ensure pets feel at home. The experienced staff is dedicated to maintaining a clean, secure environment where pets can relax and play.",
url: "http://www.edgewoodfarmkennel.com/",
telephone: "+1-919-303-9591",
address: {
@type: "PostalAddress",
streetAddress: "8537 Smith Rd",
addressLocality: "Apex",
addressRegion: "NC",
postalCode: "27539",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.687362799999995,
longitude: -78.8171124
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "68",
bestRating: "5"
},
areaServed: "Apex and surrounding areas, Wake County, NC",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for work or vacation, families needing reliable pet care, owners with multiple pets",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Spacious 8-acre facility"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Dog and cat boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Daily exercise and attention"
}
],
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.