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: "Grooming Palace",
description: "Grooming Palace is a pet grooming salon located in Medford offering professional grooming services for dogs and cats. With a 4.3-star rating from customers, they provide full-service grooming including baths, haircuts, and nail trimming in a welcoming environment.",
telephone: "+1-781-395-1565",
address: {
@type: "PostalAddress",
streetAddress: "257 Main St A",
addressLocality: "Medford",
addressRegion: "MA",
postalCode: "02155",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.4100324,
longitude: -71.1101542
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "24",
bestRating: "5"
},
areaServed: "Medford and surrounding communities",
knowsAbout: "Dog Grooming, Dog owners, cat owners, pet parents seeking professional grooming services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Grooming"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.