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: "Debbie's Dog Training",
description: "Debbie's Dog Training in Lake Park offers professional dog training services designed to build strong bonds between dogs and their owners. With expertise in obedience, behavior modification, and specialized training programs, Debbie's helps dogs of all ages and temperaments learn good manners and overcome behavioral challenges. Whether you're raising a puppy or working with an adult dog, their personalized approach focuses on creating confident, well-behaved companions.",
url: "http://www.debbiesdogtraining.com/",
telephone: "+1-561-440-4252",
address: {
@type: "PostalAddress",
streetAddress: "2955 Banyan Ln",
addressLocality: "Lake Park",
addressRegion: "FL",
postalCode: "33403",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.809579,
longitude: -80.081454
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "17",
bestRating: "5"
},
areaServed: "Lake Park, FL and surrounding Palm Beach County areas",
knowsAbout: "Dog Training, New puppy owners, dog owners with behavioral challenges, families seeking obedience training, dogs needing socialization support",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Training Plans"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Trainer"
}
],
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.