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: "Suds N Pups Dog Grooming and Wash, Inc.",
description: "Suds N Pups Dog Grooming and Wash, Inc. is a full-service dog grooming facility in San Diego's Allied Gardens neighborhood offering professional grooming, bathing, and wash services for dogs of all sizes and breeds. With experienced groomers and a welcoming approach to pet care, they provide quality grooming services to keep dogs healthy and looking their best.",
url: "https://www.sudsnpupsdoggroomingandwashinc.com/locations/allied-gardens/",
telephone: "+1-619-230-5133",
address: {
@type: "PostalAddress",
streetAddress: "5160 Waring Rd",
addressLocality: "San Diego",
addressRegion: "CA",
postalCode: "92120",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7920801,
longitude: -117.0818554
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "135",
bestRating: "5"
},
areaServed: "San Diego and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with breed-specific grooming needs, busy pet parents needing regular wash and grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established 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.