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: "Camp Run-A-Mutt Point Loma",
description: "Camp Run-A-Mutt Point Loma is a full-service pet boarding and daycare facility in San Diego that provides overnight boarding, doggy daycare, and grooming services for dogs. The facility features indoor and outdoor play areas, webcam access so owners can check on their pets remotely, and trained staff experienced in pet care and behavior. They offer a safe, supervised environment for dogs of all sizes and temperaments.",
url: "https://www.camprunamutt.com/pointloma",
telephone: "+1-619-225-2267",
address: {
@type: "PostalAddress",
streetAddress: "4030 Sports Arena Blvd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92110",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7559861,
longitude: -117.2208972
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "186",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, busy professionals using doggy daycare, dogs needing pre-vacation grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Access"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Indoor & Outdoor Play"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Services"
}
],
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.