Structured Data

    Range of Motion

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Range of Motion",
      description: "Range of Motion is a health and wellness establishment located in Stuart, FL, specializing in movement-based therapeutic services. The business focuses on helping clients improve mobility, flexibility, and overall physical function through personalized care and professional guidance. Range of Motion is dedicated to helping individuals achieve better movement quality and pain-free living.",
      telephone: "+1-772-485-7678",
      address: {
        @type: "PostalAddress",
        streetAddress: "605 SE Delaware Ave",
        addressLocality: "Stuart",
        addressRegion: "FL",
        postalCode: "34994",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.1944696,
        longitude: -80.25151780000002
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Stuart and surrounding areas, Florida",
      knowsAbout: "Physical Therapy, Athletes, individuals recovering from injury, people with mobility limitations, those seeking preventative wellness care",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Movement Specialization"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized 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.