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: "Petco Grooming",
description: "Petco Grooming in Raleigh offers professional dog grooming services including baths, haircuts, nail trimming, and ear cleaning. As part of the national Petco chain, they provide convenient grooming services located at their Glenwood Avenue store, making it easy to combine pet shopping with grooming appointments.",
url: "https://stores.petco.com/nc/raleigh/full-service-grooming-raleigh-nc-2505.html",
telephone: "+1-919-227-3044",
address: {
@type: "PostalAddress",
streetAddress: "6220 Glenwood Ave Ste 104",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27612",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8581302,
longitude: -78.7010648
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.8",
reviewCount: "48",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Dog Grooming, Pet owners seeking convenient grooming with retail shopping, routine maintenance grooming, first-time groomers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Co-Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Chain Standard"
}
],
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.