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: "Ultimate Therapeutic Massage",
description: "Ultimate Therapeutic Massage in Fredericksburg offers professional massage therapy services designed to relieve tension, reduce pain, and promote relaxation and wellness. The business caters to clients seeking therapeutic relief through skilled massage techniques tailored to individual needs.",
telephone: "+1-540-406-0338",
address: {
@type: "PostalAddress",
streetAddress: "507 Westwood Office Park",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22401",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2969073,
longitude: -77.4950423
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "22",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Massage Therapy, Individuals seeking pain relief, people with muscle tension, those recovering from stress, clients pursuing wellness and relaxation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional Therapeutic Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Convenient Location"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.