Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sirius Puppy & Dog Training",
description: "Sirius Puppy & Dog Training is a dog training facility in Berkeley specializing in puppy classes and obedience training for dogs of all ages. They offer group classes and individualized instruction to help dogs develop good behavior and manners. Their programs are designed for new puppy owners and those looking to address specific behavioral challenges in their dogs.",
url: "http://www.siriuspup.com/",
address: {
@type: "PostalAddress",
streetAddress: "1301 Shattuck Ave.",
addressLocality: "Berkeley",
addressRegion: "CA",
postalCode: "94709",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.8838333,
longitude: -122.2691826
},
areaServed: "Berkeley, CA and surrounding East Bay communities",
knowsAbout: "Dog Training, New puppy owners, dog owners seeking obedience training, families wanting to establish good canine behavior",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Puppy Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group & Individual Options"
}
],
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.