Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Smiling Sole",
description: "Smiling Sole is a Chicago-based massage therapy studio located on the South Side offering professional therapeutic massage services to clients seeking relaxation, pain relief, and wellness. The practice focuses on delivering quality massage treatments in a welcoming environment, serving the local community with personalized care and attention to individual client needs.",
url: "http://www.smilingsole.com/",
telephone: "+1-312-877-5856",
address: {
@type: "PostalAddress",
streetAddress: "913 S Western Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60612",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.869789499999996,
longitude: -87.6858366
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "197",
bestRating: "5"
},
areaServed: "Chicago, IL and surrounding South Side neighborhoods",
knowsAbout: "Massage Therapy, Individuals seeking therapeutic massage, those with muscle tension or pain, wellness-focused clients, local South Side residents",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "South Side Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Therapeutic Focus"
}
],
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.