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: "Camp K9 Resort",
description: "Camp K9 Resort is a pet boarding facility in York, SC that provides overnight boarding and daycare services for dogs in a resort-style setting. The facility offers spacious accommodations, outdoor play areas, and specialized care for dogs of all sizes and temperaments. Camp K9 Resort is dedicated to making pets feel at home while their owners are away.",
url: "http://campk9resort.com/",
telephone: "+1-803-684-1222",
address: {
@type: "PostalAddress",
streetAddress: "5755 Campbell Rd",
addressLocality: "York",
addressRegion: "SC",
postalCode: "29745",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.0447294,
longitude: -81.1033999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "79",
bestRating: "5"
},
areaServed: "York, SC and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or working long hours, multi-pet households, dogs needing socialization, pet owners seeking safe alternatives to leaving pets home alone",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Resort-Style Accommodations"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Pet Care Team"
}
],
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.