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: "Metro Dog Training",
description: "Metro Dog Training in Brooklyn offers professional dog training services including obedience training, behavior modification, and specialized programs for puppies and adult dogs. Their certified trainers work with dogs of all ages and temperaments to address common behavioral issues and build strong owner-dog relationships through positive reinforcement methods.",
url: "https://metrodogtraining.com/",
telephone: "+1-646-718-2202",
address: {
@type: "PostalAddress",
streetAddress: "175 Powers St",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11211",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7125956,
longitude: -73.94343599999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Brooklyn, NY and surrounding areas",
knowsAbout: "Dog Training, New dog owners, families with puppies, owners addressing behavioral issues, multi-dog households",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Certified Professional Trainers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Training Programs"
}
],
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.