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: "Cobble Hill Bed & Biscuit Inc",
description: "Cobble Hill Bed & Biscuit is a pet boarding facility in Wake Forest that provides overnight boarding and daycare services for dogs and cats. The facility offers a home-like environment with outdoor play areas, individualized care, and medication administration for pets with special needs. They specialize in making pets comfortable while their owners are away, with experienced staff trained to handle anxious or senior animals.",
url: "http://www.cobblehillbedandbiscuit.com/",
telephone: "+1-919-556-1177",
address: {
@type: "PostalAddress",
streetAddress: "1100 Chalk Rd",
addressLocality: "Wake Forest",
addressRegion: "NC",
postalCode: "27587",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.958846099999995,
longitude: -78.4879855
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "164",
bestRating: "5"
},
areaServed: "Wake Forest, NC and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for business or vacation, owners of senior or anxious pets needing specialized care, busy professionals needing weekday daycare",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-Like Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play & Socialization"
}
],
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.