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: "Good Neighbor Dog Training",
description: "Good Neighbor Dog Training offers personalized dog training services in Hansen, ID, helping owners develop well-behaved, confident dogs through proven training methods. With a 4.9-star rating from community reviews, they specialize in working with dogs of all ages and temperaments to address behavioral challenges and build strong owner-dog relationships.",
telephone: "+1-208-420-4750",
address: {
@type: "PostalAddress",
streetAddress: "3849 N 3700 E",
addressLocality: "Hansen",
addressRegion: "ID",
postalCode: "83334",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.5561272,
longitude: -114.3276439
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Hansen, Idaho and surrounding areas",
knowsAbout: "Dog Training, Dog owners seeking obedience training, families with behavioral challenges, first-time dog owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Community Focus"
}
],
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.