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: "JD Kennels Camp David for Dogs and Cats",
description: "JD Kennels Camp David is a full-service pet boarding facility in Royse City serving dogs and cats with overnight boarding, daycare, and grooming services. The facility provides a safe, supervised environment where pets receive personalized care, regular feeding, and playtime during their stay. With experience in handling pets of all sizes and temperaments, Camp David is designed to make pets feel at home while their owners are away.",
url: "https://jd-kennels.com/",
telephone: "+1-972-636-9494",
address: {
@type: "PostalAddress",
streetAddress: "6641 I-30",
addressLocality: "Royse City",
addressRegion: "TX",
postalCode: "75189",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.9801196,
longitude: -96.27834299999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "122",
bestRating: "5"
},
areaServed: "Royse City and surrounding areas including Dallas-Fort Worth metroplex",
knowsAbout: "Pet Boarding & Daycare, Busy pet owners, travelers, multi-pet households, pet owners needing grooming with boarding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dogs and Cats Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.