Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Austin Pet Stylist",
description: "Austin Pet Stylist is owned by Jade Joy, a National Certified Master Groomer, offering professional dog grooming services including full grooming, bath appointments, nail trims, and ear cleaning for small to medium dogs in north Austin. Jade is also a Pet Tech Certified instructor and provides Pet Tech CPR and First Aid classes for pet care professionals and pet owners, available both in-studio and as private sessions at your location.",
url: "http://austinpetstylist.com/",
telephone: "+1-512-200-4229",
address: {
@type: "PostalAddress",
streetAddress: "109 Denson Dr",
addressLocality: "Austin",
addressRegion: "TX",
postalCode: "78752",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.327159599999998,
longitude: -97.71775029999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "78",
bestRating: "5"
},
areaServed: "North Austin and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, pet care professionals needing certification training, owners of dogs with skin sensitivities",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "National Certified Master Groomer"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Pet Tech CPR & First Aid Instruction"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Bath Services"
}
],
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.