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: "Pet's Companion Inn",
description: "Pet's Companion Inn is a pet boarding facility in Durham serving the northern Triangle area. They provide overnight boarding and daycare services for dogs and cats, with a focus on personalized care and a safe, comfortable environment. Their facility offers outdoor play areas and attentive staff to ensure pets are well cared for while their owners are away.",
url: "http://www.petscompanioninn.com/",
telephone: "+1-919-477-0618",
address: {
@type: "PostalAddress",
streetAddress: "8411 N Roxboro St Durham",
addressLocality: "Bahama",
addressRegion: "NC",
postalCode: "27503",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1478828,
longitude: -78.90693259999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "73",
bestRating: "5"
},
areaServed: "Durham and surrounding areas including Bahama",
knowsAbout: "Pet Boarding & Daycare, Busy professionals, multi-pet households, pet owners traveling short or extended periods",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight & Daycare Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Pet Accommodations"
},
{
@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.