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: "Elaine's Pet Resorts",
description: "Elaine's Pet Resorts is a full-service pet care facility in Fresno offering dog boarding, daycare, training, and grooming services. The resort features two doggy water parks with beachfront entry pools and all-weather artificial turf, designed to provide dogs with exercise, socialization, and enrichment during their stay. Open seven days a week, they focus on comprehensive pet care with professional staff dedicated to keeping dogs happy, stimulated, and well-cared-for.",
url: "https://www.elainespetresorts.com/fresno-location/",
telephone: "+1-559-500-1355",
address: {
@type: "PostalAddress",
streetAddress: "3912 N Hayston Ave",
addressLocality: "Fresno",
addressRegion: "CA",
postalCode: "93726",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.788755,
longitude: -119.74680900000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "234",
bestRating: "5"
},
areaServed: "Fresno, CA and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners needing boarding or daycare, pet parents seeking socialization and training, owners wanting professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Doggy Water Parks"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Seven Days a Week"
}
],
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.