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: "Petopia Pet Resort",
description: "Petopia Pet Resort is a full-service pet care facility in Orange, CA offering overnight boarding, daycare, grooming, and training services for dogs and cats. The resort features spacious accommodations, outdoor play areas, and professional staff trained in pet care and behavioral services. They specialize in providing a comfortable, safe environment where pets can stay while their owners are away or receive day-to-day care and enrichment.",
url: "http://www.petopiapetresort.com/",
telephone: "+1-714-637-1986",
address: {
@type: "PostalAddress",
streetAddress: "2417 N Batavia St",
addressLocality: "Orange",
addressRegion: "CA",
postalCode: "92865",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.828283500000005,
longitude: -117.86152759999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "93",
bestRating: "5"
},
areaServed: "Orange and surrounding Orange County communities",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, dog owners seeking daycare or training, pets requiring grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Pet Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Spacious, Safe Environment"
}
],
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.