Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Riot Pet Grooming",
description: "Riot Pet Grooming is a dog grooming salon located in Carrollton that specializes in professional grooming services for pets. The business offers comprehensive grooming care including baths, haircuts, and styling to keep dogs healthy and looking their best. With a focus on quality pet care, Riot Pet Grooming provides a welcoming environment for dogs of all sizes and coat types.",
url: "http://riot-grooming.square.site/",
telephone: "+1-214-772-0780",
address: {
@type: "PostalAddress",
streetAddress: "2501 E Hebron Pkwy STE 200 Unit 102",
addressLocality: "Carrollton",
addressRegion: "TX",
postalCode: "75010",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.024741999999996,
longitude: -96.85902639999999
},
areaServed: "Carrollton and surrounding Dallas-Fort Worth areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet parents wanting regular maintenance care, Owners of dogs requiring breed-specific grooming",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming Services"
},
{
@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.