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: "South Mountain Boarding",
description: "South Mountain Boarding is a pet boarding facility in Phoenix offering overnight boarding and daycare services for dogs and cats. Located on South Mountain Avenue, they provide a safe, supervised environment for pets while their owners are away, with experienced staff trained in animal care and handling.",
url: "https://southmountainboarding.com/",
telephone: "+1-602-677-7477",
address: {
@type: "PostalAddress",
streetAddress: "2505 E South Mountain Ave",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85042",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.3701685,
longitude: -112.02902770000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "21",
bestRating: "5"
},
areaServed: "Phoenix and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Pet owners needing overnight boarding, Busy professionals requiring daycare, Multi-pet households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Overnight & Daycare Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mixed Pet 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.