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: "Rover Kennels - Main St B",
description: "Rover Kennels is a pet boarding facility in Santa Monica offering safe, comfortable lodging for dogs and cats. The kennels provide a secure environment for pets while their owners are away, with attentive staff ensuring proper care, feeding, and supervision during overnight stays.",
url: "http://roverkennels.com/",
telephone: "+1-310-450-0705",
address: {
@type: "PostalAddress",
streetAddress: "2116 Main St B",
addressLocality: "Santa Monica",
addressRegion: "CA",
postalCode: "90405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0056395,
longitude: -118.48814349999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.1",
reviewCount: "93",
bestRating: "5"
},
areaServed: "Santa Monica and surrounding Los Angeles area",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, Traveling professionals, Busy families, Multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Secure Kennels"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Attentive Staff Care"
}
],
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.