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: "Bridewell Hilltop Boarding Kennels & Cattery",
description: "Bridewell Hilltop Boarding Kennels & Cattery is a full-service pet boarding facility in Novato offering overnight boarding for both dogs and cats. The facility provides spacious accommodations, outdoor play areas, and personalized care for pets while their owners are away. With decades of experience in pet care, they combine comfortable boarding with professional attention to ensure pets feel safe and happy.",
url: "https://bridewellhilltopkennels.com/",
telephone: "+1-415-897-5471",
address: {
@type: "PostalAddress",
streetAddress: "325 Sunset Trail",
addressLocality: "Novato",
addressRegion: "CA",
postalCode: "94945",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.1131477,
longitude: -122.5218582
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Novato and surrounding North Bay communities",
knowsAbout: "Pet Boarding & Daycare, Pet owners traveling for work or vacation, families needing reliable overnight pet care, multi-pet households with dogs and cats",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Separate Dog & Cat Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Outdoor Play Areas"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Long-Standing 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.