Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mary's Angels Dog Training",
description: "Mary's Angels Dog Training is a San Rafael-based dog training business founded in 2017, offering group classes (limited to 4 dogs per class), private one-on-one training, and educational seminars. They provide flexible training options including structured long-form programs, subject-specific classes, coached training with homework, day training with skill transfer, and behavioral consultations designed to fit your schedule. Their approach combines personalized attention with practical, science-based methods to address foundational skills and behavior challenges.",
url: "http://www.marysangelsdogtraining.com/",
telephone: "+1-415-301-0394",
address: {
@type: "PostalAddress",
streetAddress: "41 Simms St suite c",
addressLocality: "San Rafael",
addressRegion: "CA",
postalCode: "94901",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.9577044,
longitude: -122.50651470000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "19",
bestRating: "5"
},
areaServed: "San Rafael, Novato, and San Anselmo, Marin County",
knowsAbout: "Dog Training, Dog owners seeking flexible scheduling, families with specific behavior challenges, owners wanting to understand training science, dogs needing individualized attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Small Group Classes"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Flexible Training Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Educational Seminars"
}
],
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.