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: "Bed Bark & Beyond",
description: "Bed Bark & Beyond is a full-service pet boarding facility in Santa Ana specializing in overnight boarding for dogs and cats. The facility offers a home-like environment with climate-controlled accommodations, outdoor play areas, and professional staff trained in pet care. They provide flexible check-in and check-out options to accommodate busy pet owners' schedules.",
url: "https://www.bedbarkandbeyond.biz/",
telephone: "+1-714-697-8016",
address: {
@type: "PostalAddress",
streetAddress: "1451 E McFadden Ave",
addressLocality: "Santa Ana",
addressRegion: "CA",
postalCode: "92705",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7344007,
longitude: -117.8477362
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Santa Ana, Orange County",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling or away from home, families needing overnight pet care, multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding for Dogs & Cats"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Scheduling"
}
],
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.