Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Revere Pet Clinic",
description: "Revere Pet Clinic is a full-service veterinary practice located in Revere, MA, providing comprehensive medical care for dogs, cats, and other pets. The clinic offers routine wellness exams, vaccinations, preventive care, and surgical procedures to keep pets healthy throughout their lives. With experienced veterinarians and a focus on personalized care, Revere Pet Clinic serves as a trusted health partner for pet owners in the greater Boston area.",
url: "http://www.bostonpetclinics.com/",
telephone: "+1-781-284-2255",
address: {
@type: "PostalAddress",
streetAddress: "10 Pleasant St",
addressLocality: "Revere",
addressRegion: "MA",
postalCode: "02151",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.4083621,
longitude: -71.0129307
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.1",
reviewCount: "519",
bestRating: "5"
},
areaServed: "Revere, MA and surrounding areas",
knowsAbout: "Veterinarians, Pet owners seeking routine care, families with multiple pets, pet owners needing surgical services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Veterinary Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible Location"
}
],
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.