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: "Paws Down Dog Training",
description: "Paws Down Dog Training in North Phoenix offers comprehensive dog training services using a balanced training philosophy that combines positive reinforcement with clear communication and boundaries. Founded on the belief that a strong dog-owner relationship is built on love and empathy, they specialize in basic obedience, puppy training (including housebreaking and socialization), and advanced obedience training. Their approach emphasizes consistency, fairness, and individualized methods tailored to each dog's unique personality.",
url: "https://www.pawsdownaz.com/",
telephone: "+1-480-600-5729",
address: {
@type: "PostalAddress",
streetAddress: "26711 N 51st Dr",
addressLocality: "Phoenix",
addressRegion: "AZ",
postalCode: "85083",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.7265537,
longitude: -112.16917959999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "52",
bestRating: "5"
},
areaServed: "North Phoenix and Northwest Valley, Arizona",
knowsAbout: "Dog Training, New puppy owners, dogs needing basic obedience, owners seeking advanced off-leash training, families wanting to strengthen their dog-owner relationship",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Balanced Training Philosophy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Meet and Greet"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Service Range"
}
],
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.