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: "Pet Spa",
description: "Pet Spa in Somerville offers professional dog grooming and pet care services at their location on Somerville Avenue. With a 4.2-star rating from 89 customer reviews, they provide grooming services for dogs and other pets. The team specializes in making pets feel comfortable and well-cared-for during their spa experience.",
telephone: "+1-617-666-7387",
address: {
@type: "PostalAddress",
streetAddress: "669 Somerville Ave",
addressLocality: "Somerville",
addressRegion: "MA",
postalCode: "02143",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 42.385076999999995,
longitude: -71.1123788
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "89",
bestRating: "5"
},
areaServed: "Somerville and surrounding areas",
knowsAbout: "Dog Grooming, Dog owners, pet parents seeking professional grooming, customers in the Somerville area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full 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.