Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Fun Dog Training LLC",
description: "Fun Dog Training LLC offers dog training services in West Palm Beach, specializing in obedience training and behavior modification for dogs of all ages. The business works with individual dog owners to address training needs and behavioral challenges through hands-on instruction.",
telephone: "+1-561-843-9271",
address: {
@type: "PostalAddress",
streetAddress: "216 Cordoba Cir",
addressLocality: "West Palm Beach",
addressRegion: "FL",
postalCode: "33411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 26.714027299999998,
longitude: -80.21642740000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "2.6",
reviewCount: "8",
bestRating: "5"
},
areaServed: "West Palm Beach and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, Owners with dogs needing behavior modification",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavior-Focused Services"
}
],
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.