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: "Sleepy Dog Veterinary",
description: "Sleepy Dog Veterinary is a privately owned, woman-owned veterinary practice in Arlington, MA led by Dr. Chagit Steiner and Dr. Jan Jeffers. They provide general and preventive medicine for pets in a calm, Fear Free certified environment designed to reduce anxiety. The practice emphasizes integrative medicine, open communication with pet owners, and comprehensive care including dental services (COHAT procedures), prioritizing both animal comfort and quality treatment.",
url: "http://www.sleepydog.vet/",
telephone: "+1-781-643-2162",
address: {
@type: "PostalAddress",
streetAddress: "114 Massachusetts Ave",
addressLocality: "Arlington",
addressRegion: "MA",
postalCode: "02474",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.403340899999996,
longitude: -71.139534
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "36",
bestRating: "5"
},
areaServed: "Arlington, MA and surrounding communities",
knowsAbout: "Veterinarians, Pet owners seeking low-anxiety veterinary care, new clients looking for preventive medicine, pets with dental care needs, clients who value woman-owned and LGBTQ-friendly businesses",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Fear Free Certified"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Woman-Owned & LGBTQ-Certified"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Integrative Medicine Approach"
}
],
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.