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: "K-9 Cloud 9",
description: "K-9 Cloud 9 is a pet boarding facility in Lynchburg, VA that provides overnight boarding and daycare services for dogs in a comfortable, supervised environment. The facility offers both short-term and extended boarding options, allowing pet owners peace of mind while they travel or work. With a focus on safety and comfort, K-9 Cloud 9 caters to dogs of all sizes and temperaments.",
url: "http://k9cloud9.com/",
telephone: "+1-434-845-8500",
address: {
@type: "PostalAddress",
streetAddress: "18479 Forest Rd",
addressLocality: "Lynchburg",
addressRegion: "VA",
postalCode: "24502",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.383369699999996,
longitude: -79.2448529
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "107",
bestRating: "5"
},
areaServed: "Lynchburg, VA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Busy pet owners, traveling families, dogs needing socialization, long-term boarding clients",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.