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: "My Pet's Vet Kennesaw",
description: "My Pet's Vet Kennesaw is a full-service veterinary clinic providing comprehensive medical care for dogs, cats, and other pets. Located in Kennesaw, the practice offers wellness exams, vaccinations, surgical procedures, dental care, and emergency services. As part of the My Pet's Vet Group, they combine experienced veterinary medicine with a commitment to personalized pet care and client education.",
url: "https://mypetsvetgroup.com/locations/kennesaw-ga/",
telephone: "+1-770-869-2255",
address: {
@type: "PostalAddress",
streetAddress: "840 Ernest W Barrett Pkwy NW #100",
addressLocality: "Kennesaw",
addressRegion: "GA",
postalCode: "30144",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.005722899999995,
longitude: -84.57722509999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "221",
bestRating: "5"
},
areaServed: "Kennesaw, GA and surrounding metro Atlanta communities",
knowsAbout: "Veterinarians, Pet owners seeking comprehensive veterinary care, families needing emergency services, pets requiring surgical or dental procedures",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive In-House Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Preventive & Emergency Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Group Practice Resources"
}
],
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.