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: "Elena’s pet grooming",
description: "Elena's Pet Grooming is a professional in-home pet grooming studio in Cedar Park, Texas, specializing in one-on-one, personalized grooming care for dogs up to 40 lbs. Owner Elena provides a calm, low-stress environment where each pet receives full attention during their appointment, using high-quality hypoallergenic products and gentle handling techniques. She specializes in safe grooming for double-coated breeds with deshedding and coat shaping, and maintains strict health standards including a flea-free policy.",
url: "https://crm.pawfinity.com/elenas-pet-grooming/",
telephone: "+1-954-515-6696",
address: {
@type: "PostalAddress",
streetAddress: "1502 Glen Burnie Dr",
addressLocality: "Cedar Park",
addressRegion: "TX",
postalCode: "78613",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.4677246,
longitude: -97.8174415
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "81",
bestRating: "5"
},
areaServed: "Cedar Park, Austin, and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking calm, personalized grooming, owners of double-coated breeds, pet parents with anxious dogs, small to medium-sized dogs under 40 lbs",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "One-on-One Attention"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Home-Based Studio Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Double-Coated Breed Specialist"
}
],
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.