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: "Green Level Kennel",
description: "Green Level Kennel is a pet boarding facility in Apex, NC offering overnight and daycare services for dogs and cats. With a 4.8-star rating from over 100 reviews, they provide safe, supervised care with outdoor play areas and attentive staff who cater to each pet's individual needs.",
url: "http://www.greenlevelkennel.com/",
telephone: "+1-919-362-7877",
address: {
@type: "PostalAddress",
streetAddress: "1401 Old Ivey Rd",
addressLocality: "Apex",
addressRegion: "NC",
postalCode: "27523",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.759803,
longitude: -78.9038491
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "104",
bestRating: "5"
},
areaServed: "Apex, NC and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog and cat owners needing overnight boarding, Pet owners seeking daycare while at work, Multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight & Daycare Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Species Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
}
],
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.