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: "Besties DogSpa",
description: "Besties DogSpa is a full-service dog grooming facility in San Diego specializing in professional grooming, nail care, and spa treatments for dogs of all sizes and breeds. The team provides personalized attention to ensure each dog leaves looking and feeling their best, with a focus on creating a comfortable, stress-free experience for pets and peace of mind for owners.",
url: "https://www.bestiesdogs.com/",
telephone: "+1-619-356-7441",
address: {
@type: "PostalAddress",
streetAddress: "3951 Goldfinch St",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92103",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7490787,
longitude: -117.1712477
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "72",
bestRating: "5"
},
areaServed: "San Diego, CA and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with dogs needing regular maintenance, owners of dogs with specific breed grooming needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Spa Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds & Sizes Welcome"
}
],
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.