Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "The Dashing Dog Parlour",
description: "The Dashing Dog Parlour is a full-service dog grooming salon located in downtown Rock Hill, offering professional grooming, bathing, and styling for dogs of all sizes and breeds. The salon specializes in creating a comfortable, stress-free experience for pets while delivering high-quality grooming results that keep dogs looking and feeling their best.",
url: "https://www.thedashingdogparlour.com/",
telephone: "+1-803-981-5555",
address: {
@type: "PostalAddress",
streetAddress: "140 E Main St Suite 100",
addressLocality: "Rock Hill",
addressRegion: "SC",
postalCode: "29730",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.925323899999995,
longitude: -81.0268411
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "4",
bestRating: "5"
},
areaServed: "Rock Hill, SC and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet parents with breed-specific grooming needs, busy professionals needing reliable pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown Convenience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "All-Breed Expertise"
}
],
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.