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: "The Kintsugi Method, Emma Bush",
description: "The Kintsugi Method, owned by Emma Bush, offers therapeutic massage in Chicago focused on healing and restoration. Located on North Western Avenue, this independent massage practice specializes in personalized sessions designed to address individual client needs and promote wellness.",
url: "http://mykintsugimethod.com/",
telephone: "+1-224-357-7072",
address: {
@type: "PostalAddress",
streetAddress: "1448 N Western Ave",
addressLocality: "Chicago",
addressRegion: "IL",
postalCode: "60622",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 41.9081277,
longitude: -87.68752359999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "31",
bestRating: "5"
},
areaServed: "Chicago, Illinois",
knowsAbout: "Massage Therapy, Individuals seeking therapeutic massage, those interested in personalized wellness care, clients looking for independent practitioner attention",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Philosophy-Driven Approach"
}
],
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.