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 pet Salon",
description: "Puppy Luv Pet Salon is an independent grooming salon in Miami specializing in professional dog grooming services. They offer comprehensive grooming care for puppies and dogs of all sizes, providing a welcoming environment for pets and their owners. With a strong focus on puppy-friendly grooming, they're dedicated to making the grooming experience positive for young and established dogs alike.",
telephone: "+1-305-274-6691",
address: {
@type: "PostalAddress",
streetAddress: "10718 SW 113th Pl",
addressLocality: "Miami",
addressRegion: "FL",
postalCode: "33176",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 25.6686883,
longitude: -80.37835799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "16",
bestRating: "5"
},
areaServed: "Miami and surrounding areas",
knowsAbout: "Dog Grooming, First-time puppy owners, Dogs needing regular grooming maintenance, Pet owners seeking friendly, experienced groomers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Puppy Specialization"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All Sizes Welcome"
}
],
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.