Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Lubbock Pet Grooming",
description: "Lubbock Pet Grooming is a full-service pet grooming salon located in Lubbock, Texas, offering professional grooming for dogs and cats of all sizes and breeds. The salon provides bathing, haircuts, nail trimming, and other grooming services in a clean, welcoming environment dedicated to keeping pets comfortable during their visits.",
telephone: "+1-806-785-1010",
address: {
@type: "PostalAddress",
streetAddress: "4029 34th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79410",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5628907,
longitude: -101.9013997
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.9",
reviewCount: "208",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Dog Grooming, Pet owners with dogs and cats, families needing regular grooming, owners of all breed types",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "All Breeds Welcome"
},
{
@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.