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: "Classic Grooming",
description: "Classic Grooming is a pet care facility in Lubbock specializing in professional dog grooming services. They offer full grooming packages to keep dogs healthy, comfortable, and looking their best. Located on 34th Street, they serve the local Lubbock community with experienced grooming care.",
telephone: "+1-806-792-8055",
address: {
@type: "PostalAddress",
streetAddress: "4118 34th St",
addressLocality: "Lubbock",
addressRegion: "TX",
postalCode: "79410",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.5636174,
longitude: -101.9014503
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Lubbock, TX and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners in Lubbock seeking professional grooming, pet owners with multiple dogs, families wanting reliable pet care",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Grooming 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.