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: "Scenthound McKinney",
description: "Scenthound McKinney is a dog grooming salon offering professional bathing, nail trimming, and grooming services for dogs of all sizes and breeds. Located at 2761 Virginia Parkway, Scenthound provides a clean, welcoming environment where dogs receive individualized care and attention during their grooming visits.",
url: "https://www.scenthound.com/mckinney",
telephone: "+1-469-902-0097",
address: {
@type: "PostalAddress",
streetAddress: "2761 Virginia Pkwy Suite 200",
addressLocality: "McKinney",
addressRegion: "TX",
postalCode: "75071",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.198323699999996,
longitude: -96.65274579999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "221",
bestRating: "5"
},
areaServed: "McKinney and surrounding North Dallas areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet owners with multiple dogs, owners of breeds requiring specialized grooming care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds Welcome"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
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.