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: "Dogtopia of North Gilbert",
description: "Dogtopia of North Gilbert is a premier dog boarding and daycare facility serving the Gilbert area with climate-controlled, cage-free play environments. They offer overnight boarding, full-day and half-day daycare programs, and optional grooming services, with webcam access so owners can monitor their dogs throughout the day. The facility emphasizes safe socialization, trained staff supervision, and individualized care for dogs of all sizes and temperaments.",
url: "https://www.dogtopia.com/north-gilbert/",
telephone: "+1-480-360-2300",
address: {
@type: "PostalAddress",
streetAddress: "876 N McQueen Rd #108",
addressLocality: "Gilbert",
addressRegion: "AZ",
postalCode: "85233",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3654666,
longitude: -111.8252181
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "96",
bestRating: "5"
},
areaServed: "North Gilbert and surrounding Phoenix metropolitan areas",
knowsAbout: "Pet Boarding & Daycare, Busy pet owners, travelers, dogs needing socialization, owners seeking flexible daycare options",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Cage-Free Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Webcam Monitoring"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Grooming Add-On Services"
}
],
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.