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: "Fossil Creek Massage Therapy",
description: "Fossil Creek Massage Therapy is an independent massage spa in Fort Worth offering therapeutic massage services including deep tissue, sports massage, prenatal massage, and cupping therapy. Located on North Beach Street, they provide professional massage treatments designed to relieve muscle tension, support injury recovery, and promote overall wellness for clients of all needs.",
url: "https://fossilcreekmassage.com/",
telephone: "+1-817-232-8441",
address: {
@type: "PostalAddress",
streetAddress: "6403 N Beach St",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76137",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.8593755,
longitude: -97.2905067
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "297",
bestRating: "5"
},
areaServed: "Fort Worth and surrounding areas",
knowsAbout: "Massage Therapy, Athletes and active individuals, expectant mothers, those seeking injury recovery, clients with chronic muscle tension",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Diverse Massage Specialties"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Practice"
}
],
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.