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: "PetSmart Dog Training",
description: "PetSmart Dog Training offers professional dog training services at their Orem location on University Parkway. As part of the PetSmart network, they provide structured training programs to help dogs develop obedience skills and address behavioral challenges. Their trainers work with dogs of various ages and temperaments to build a foundation for better behavior and stronger owner-pet relationships.",
url: "https://stores.petsmart.com/ut/orem/orem/dog-training",
telephone: "+1-801-224-0026",
address: {
@type: "PostalAddress",
streetAddress: "20 W University Pkwy",
addressLocality: "Orem",
addressRegion: "UT",
postalCode: "84058",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.274680499999995,
longitude: -111.6957082
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Orem, UT and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, puppies requiring foundational training, owners addressing specific behavioral issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Part of PetSmart Network"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.