Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Dog Gone Good",
description: "Dog Gone Good is a pet care service located in Berkeley specializing in dog training and behavior work. The business helps dog owners address training needs and behavioral challenges through personalized services tailored to each dog's specific requirements.",
address: {
@type: "PostalAddress",
streetAddress: "2412 Valley St",
addressLocality: "Berkeley",
addressRegion: "CA",
postalCode: "94702",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.86315270000001,
longitude: -122.28430580000001
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Berkeley and surrounding Bay Area communities",
knowsAbout: "Dog Training, Dog owners seeking behavior modification, first-time dog owners needing guidance, dogs with behavioral challenges",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Behavioral Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.