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: "Redwood Animal Hospital",
description: "Redwood Animal Hospital is a full-service veterinary clinic in Castro Valley providing comprehensive pet care including veterinary exams, surgery, and dental services. The hospital features an in-house laboratory and boarding facilities, allowing them to diagnose and treat conditions on-site. They emphasize preventive care and client education, helping pet owners maintain their animals' health through proper nutrition and exercise.",
url: "http://redwoodanimalhospital.net/",
telephone: "+1-510-582-1136",
address: {
@type: "PostalAddress",
streetAddress: "3762 Castro Valley Blvd",
addressLocality: "Castro Valley",
addressRegion: "CA",
postalCode: "94546",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.694624999999995,
longitude: -122.06993849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "296",
bestRating: "5"
},
areaServed: "Castro Valley, CA and surrounding East Bay communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, surgery, and dental services; families needing reliable pet boarding",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "On-Site Surgery & Dentistry"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Laboratory"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Boarding Services"
}
],
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.