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: "Six Forks Animal Hospital",
description: "Six Forks Animal Hospital is a full-service veterinary clinic in Raleigh providing comprehensive care for dogs, cats, and other pets. Their experienced team offers wellness exams, vaccinations, surgical procedures, dental care, and preventive health services. They're known for their compassionate approach to animal care and commitment to building long-term relationships with pet owners.",
url: "http://sixforksanimalhospital.com/",
telephone: "+1-919-847-5854",
address: {
@type: "PostalAddress",
streetAddress: "7130 Six Forks Rd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27615",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8775859,
longitude: -78.6450747
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "154",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Veterinarians, Dog and cat owners seeking preventive care, surgical services, pet owners wanting dental care for their pets, families looking for a compassionate local veterinarian",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Surgical Facilities"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Preventive Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Community Practice"
}
],
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.