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: "Happy Paws Veterinary Center",
description: "Happy Paws Veterinary Center is a full-service animal hospital in Murfreesboro offering comprehensive care for cats and dogs. Services include wellness exams, vaccinations, sick visits, general surgery, pet dentistry, senior pet care, radiology, in-house laboratory diagnostics, and end-of-life support. The practice is committed to providing high-quality, affordable veterinary care with a focus on keeping pets healthy throughout their lives.",
url: "http://www.happypawsvetcenter.com/",
telephone: "+1-615-603-7192",
address: {
@type: "PostalAddress",
streetAddress: "3266 Memorial Blvd suite b",
addressLocality: "Murfreesboro",
addressRegion: "TN",
postalCode: "37129",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9054685,
longitude: -86.38299789999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "69",
bestRating: "5"
},
areaServed: "Murfreesboro, TN and surrounding areas",
knowsAbout: "Veterinarians, Cat and dog owners seeking comprehensive veterinary care, senior pet owners, families wanting preventive wellness services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "In-House Laboratory & Radiology"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Surgical & Dental Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Senior & End-of-Life Care"
}
],
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.