Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 44 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Pretty Paws Grooming by DeAana",
description: "Pretty Paws Grooming by DeAana is an independent pet grooming salon located in Jacksonville offering professional grooming services for dogs and cats. Owner DeAana provides personalized grooming care tailored to each pet's needs, from routine baths and nail trims to full-service grooming packages.",
telephone: "+1-904-962-2788",
address: {
@type: "PostalAddress",
streetAddress: "843 Crestwood St",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32208",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.3761017,
longitude: -81.666558
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "Dog Grooming, Dog and cat owners seeking personalized grooming, pet owners with multiple pets, Jacksonville residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Owner-Operated"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
}
],
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.