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: "Portland’s Premier Dog Trainer",
description: "Portland's Premier Dog Trainer offers comprehensive dog training services including obedience training, behavior modification, and specialized aggression work. Located in NW Portland, they work with dogs of all ages and temperaments to help owners build strong, well-behaved relationships with their pets. Their experienced trainers use proven methods tailored to each dog's individual needs.",
url: "http://www.portlanddogtrainer.com/",
telephone: "+1-503-929-3319",
address: {
@type: "PostalAddress",
streetAddress: "2164 NW Hoyt St #2",
addressLocality: "Portland",
addressRegion: "OR",
postalCode: "97210",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 45.5268063,
longitude: -122.69578309999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Portland and surrounding areas, Oregon",
knowsAbout: "Dog Training, Dog owners seeking obedience training, owners with behaviorally challenging dogs, first-time dog owners, people dealing with aggression or anxiety issues",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Aggression Training"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages & Temperaments"
}
],
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.