Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Puppy Luv",
description: "Puppy Luv is a dog grooming salon in Harrisonburg specializing in professional grooming services for dogs of all ages and sizes. The business focuses on providing a caring, gentle approach to grooming with an emphasis on puppy socialization and first-time groom experiences. They offer full grooming services including baths, haircuts, and nail care in a welcoming environment.",
telephone: "+1-540-833-6901",
address: {
@type: "PostalAddress",
streetAddress: "4110 Greenmount Rd",
addressLocality: "Harrisonburg",
addressRegion: "VA",
postalCode: "22802",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.513157,
longitude: -78.88084289999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "11",
bestRating: "5"
},
areaServed: "Harrisonburg, VA and surrounding areas",
knowsAbout: "Dog Grooming, New puppy owners, first-time groomers, families with young dogs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Puppy-Focused Experience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Ages & Sizes Welcome"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.