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: "Mike Preis Dog Training",
description: "Mike Preis Dog Training is an independent dog training business serving Brooklyn and surrounding areas. Mike specializes in obedience training, behavior modification, and customized training programs tailored to each dog's unique needs and challenges. With a focus on positive, results-driven methods, Mike works with dogs of all ages and temperaments to help owners build stronger, more confident relationships with their pets.",
url: "http://www.mikepreisdogtraining.com/",
telephone: "+1-917-862-5704",
address: {
@type: "PostalAddress",
streetAddress: "246 Vanderbilt Ave",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11205",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.6900336,
longitude: -73.9693691
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "43",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Dog Training, Dog owners dealing with behavioral challenges, first-time dog owners seeking obedience foundation, owners with anxious or reactive dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Programs"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavior Modification Expertise"
}
],
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.