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: "K9 Master Dog Training",
description: "K9 Master Dog Training, run by Lena Abuarafeh, is a San Francisco Bay Area-based dog training company specializing in puppy training, obedience, and behavior modification. They customize training methods to each dog's individual needs rather than using a one-size-fits-all approach. The business offers in-home training sessions where trainers work directly with owners to address behavioral issues, teach proper techniques, and provide ongoing lifetime support to ensure long-term success.",
url: "http://www.k9mastertraining.com/",
telephone: "+1-415-678-0382",
address: {
@type: "PostalAddress",
streetAddress: "1701 Coyote Point Dr",
addressLocality: "San Mateo",
addressRegion: "CA",
postalCode: "94401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.5872676,
longitude: -122.3191012
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "12",
bestRating: "5"
},
areaServed: "San Francisco Bay Area, including San Mateo and surrounding communities",
knowsAbout: "Dog Training, Dog owners seeking personalized training solutions, families with behavioral issues to address, puppy owners wanting early training, owners who prefer in-home sessions",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Customized Training Methods"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-Home Training & Owner Education"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Lifetime Client Support"
}
],
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.