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: "BluePearl Pet Hospital",
description: "BluePearl Pet Hospital is a full-service veterinary facility in Boston offering comprehensive medical and surgical care for dogs, cats, and other pets. They provide emergency and urgent care services, along with routine preventive care, diagnostics, and specialized surgical procedures. BluePearl combines advanced medical expertise with compassionate animal care to address both acute health crises and long-term wellness needs.",
url: "https://bluepearlvet.com/hospital/charlestown-ma/",
telephone: "+1-617-284-9777",
address: {
@type: "PostalAddress",
streetAddress: "56 Roland St",
addressLocality: "Boston",
addressRegion: "MA",
postalCode: "02129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.381275599999995,
longitude: -71.08009849999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "482",
bestRating: "5"
},
areaServed: "Boston, MA and surrounding communities",
knowsAbout: "Veterinarians, Pet owners facing emergencies, pets requiring surgical care, comprehensive medical evaluation and treatment",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "24/7 Emergency Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Surgical Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Diagnostics"
}
],
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.