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: "Golden Paws Pet Grooming",
description: "Golden Paws Pet Grooming is a full-service pet grooming salon in Lexington specializing in dog and cat grooming with individualized care for every pet. The salon offers bathing, nail trimming, ear cleaning, and custom cuts tailored to each animal's breed and coat type. Golden Paws is committed to a low-stress, compassionate approach that prioritizes pet comfort and safety during every visit.",
url: "https://goldenpawspetgrooming.com/",
telephone: "+1-781-274-9144",
address: {
@type: "PostalAddress",
streetAddress: "395 Lowell St",
addressLocality: "Lexington",
addressRegion: "MA",
postalCode: "02420",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.448841,
longitude: -71.19869
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "115",
bestRating: "5"
},
areaServed: "Lexington, MA and surrounding communities",
knowsAbout: "Dog Grooming, Pet owners with anxious or senior dogs, cat owners seeking professional grooming, dog owners wanting breed-specific styling",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Custom Breed-Specific Cuts"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Calm, Low-Stress Environment"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Cat Grooming Specialty"
}
],
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.