Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Many Paws",
description: "Many Paws is a pet care facility in Los Angeles offering dog grooming and boarding services. Located on Robertson Boulevard, they provide hands-on care for dogs with experienced staff who understand individual pet needs. The business combines grooming expertise with comfortable boarding accommodations for dogs whose owners need reliable pet care solutions.",
telephone: "+1-310-837-1710",
address: {
@type: "PostalAddress",
streetAddress: "2730 S Robertson Blvd",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0365307,
longitude: -118.3886969
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking grooming services, Pet owners needing boarding while traveling, Multi-dog households, Los Angeles pet owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming & Boarding Combined"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Staff"
}
],
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.