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: "Doggie Goddess Pet Services",
description: "Doggie Goddess Pet Services is a pet boarding facility in Los Angeles specializing in overnight boarding and doggy daycare for dogs. Located on Venice Boulevard, they provide safe, comfortable care for your pets while you're away, with options for both extended stays and daily supervision. The facility is designed to keep dogs happy and healthy with attentive staff and a welcoming environment.",
url: "http://www.doggiegoddess.com/",
telephone: "+1-310-876-1333",
address: {
@type: "PostalAddress",
streetAddress: "10955 Venice Blvd.",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90034",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.0152988,
longitude: -118.41360869999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "44",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or working long hours, pet parents seeking reliable daycare supervision, individuals needing extended boarding solutions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight Boarding Available"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Doggy Daycare Option"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Venice Boulevard Location"
}
],
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.