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: "Cowboy Joe's Dog Boarding",
description: "Cowboy Joe's Dog Boarding is a pet care facility in Salt Lake City specializing in overnight boarding for dogs. They provide a safe, comfortable environment for dogs while their owners are away, with experienced staff trained in animal care and handling. The facility focuses on ensuring dogs receive proper supervision, exercise, and attention during their stay.",
url: "http://cowboyjoesdogboarding.com/",
telephone: "+1-801-913-0771",
address: {
@type: "PostalAddress",
streetAddress: "1657 Beck St",
addressLocality: "Salt Lake City",
addressRegion: "UT",
postalCode: "84116",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.803095,
longitude: -111.91502500000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "89",
bestRating: "5"
},
areaServed: "Salt Lake City and surrounding areas",
knowsAbout: "Pet Boarding & Daycare, Dog owners traveling or away from home, pet owners seeking overnight supervision, multi-day boarding needs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Overnight Boarding"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.