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: "The Wylie Dog Grooming",
description: "The Wylie Dog Grooming is an independent dog grooming salon located in Charlotte, NC that provides professional grooming services for dogs of all sizes and breeds. With a strong focus on quality care and customer satisfaction, they offer comprehensive grooming including baths, haircuts, nail trimming, and other specialized services to keep dogs looking and feeling their best.",
telephone: "+1-760-500-7351",
address: {
@type: "PostalAddress",
streetAddress: "1409 Riverside Dr",
addressLocality: "Charlotte",
addressRegion: "NC",
postalCode: "28214",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.319842,
longitude: -80.9890715
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "32",
bestRating: "5"
},
areaServed: "Charlotte, NC and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Owners with multiple dogs, Pet parents wanting personalized care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Grooming Team"
}
],
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.