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: "The Paw Spa",
description: "The Paw Spa is a pet grooming business in Corpus Christi specializing in professional dog grooming services. Located on McArdle Road, they focus on providing quality grooming care to keep pets looking and feeling their best.",
address: {
@type: "PostalAddress",
streetAddress: "5624 McArdle Rd",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78412",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7103316,
longitude: -97.366065
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners seeking professional grooming, Pet owners wanting quality coat care and maintenance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Dedicated Pet Grooming Focus"
}
],
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.