Skip to main content
Last updated May 7, 2026

What We Have Built

A transparent record of every update, expansion, and improvement to the Open Water Rx platform. From SEO architecture to service launches, see how we are making telehealth more discoverable and trustworthy.

23 documented updates6 categoriesSince March 2026

May 7, 2026

SEO & Discoverability

Added comprehensive discovery layer for crawlers and AI engines

Deployed a full RFC-compliant discovery layer across the site to improve transparency for search engines, security researchers, and AI crawlers.

  • Added /.well-known/security.txt per RFC 9116 for vulnerability disclosure
  • Added /.well-known/ai.txt with explicit crawler policies for GPTBot, ClaudeBot, PerplexityBot, and Gemini
  • Added /.well-known/gpc.json signaling Global Privacy Control compliance
  • Added /humans.txt listing team, tech stack, and medical compliance commitments
  • Added /opensearch.xml for browser search integration
  • Split monolithic sitemap into sitemap-index.xml with core, Florida, and state sub-maps
  • Updated robots.txt with sitemap index reference, AI-Policy, Security, and OpenSearch discovery directives

May 6, 2026

SEO & Discoverability

MedicalOrganization schema added to all service pages

Ensured every service page includes a complete MedicalOrganization schema block with @id: #organization, creating a consistent entity graph for Google.

  • Added MedicalOrganization schema to /semaglutide, /tirzepatide, /nad-peptide-therapy, /sexual-health
  • Added about: #organization to /telehealth-consent, /accessibility, /how-it-works
  • Verified #organization reference across all city and state landing templates
  • Patched /nationwide to include about: #organization in MedicalWebPage schema
  • Swapped logo.png placeholder for actual brand social preview image across all schema instances

May 5, 2026

Content & Pages

Launched Florida Weight Loss Guide 2026

Published a definitive guide to GLP-1 weight loss in Southwest Florida targeting high-intent local search queries.

  • 8-section guide covering compounded semaglutide availability, tirzepatide legality, oral vs injectable, telehealth advantages, and metabolic longevity
  • Embedded FAQPage schema with 4 medically reviewed Q&A pairs
  • Included MedicalWebPage, Article, BreadcrumbList, and SpeakableSpecification schema
  • Added direct answer blocks optimized for AEO/AIO snippet capture
  • Referenced NEJM STEP 1 and SURMOUNT-1 trials with PubMed links

May 3, 2026

Location Coverage

Expanded to 28 state hub pages + unified city landing system

Added state-level landing pages for 28 U.S. states plus a unified city landing template, dramatically expanding local SEO footprint.

  • Added state hubs: Alabama, Arizona, California, Colorado, Connecticut, Florida, Georgia, Illinois, Indiana, Maryland, Massachusetts, Michigan, Minnesota, Missouri, Nevada, New Jersey, New York, North Carolina, Ohio, Oregon, Pennsylvania, South Carolina, Tennessee, Texas, Utah, Virginia, Washington, Wisconsin
  • Built reusable CityLandingTemplate and StateLandingTemplate with auto-generated schema
  • Each state page includes unique NAP, medical specialties, and FAQ sections
  • Dynamic routing via /locations/:stateSlug/:citySlug handles all city permutations

May 1, 2026

Content & Pages

Launched FAQ Hub with 100+ clinician-reviewed answers

Built a comprehensive FAQ page with search, category filtering, and section-specific CTAs across all program types.

  • 10 FAQ categories: Pricing, Weight Loss, Oral GLP-1, Personalized Dosing, Longevity, Men's Health, Shipping, Safety, Compounded Disclosures, General
  • Real-time search with category pill filtering
  • SpeakableSpecification schema targeting voice search and AI snippet capture
  • Medical disclaimer and expanded deep-dive content blocks for SEO depth
  • Schema.org FAQPage markup with structured Q&A for every entry

April 28, 2026

Services & Programs

Added NAD+ Peptide Therapy and Sexual Health service pages

Expanded beyond GLP-1 weight loss with dedicated service pages for longevity and men's health programs.

  • NAD+ Peptide Therapy page with MedicalWebPage, MedicalOrganization, and FAQPage schema
  • Sexual Health page with discreet telehealth positioning and eligibility requirements
  • Both pages include full pricing transparency, provider review workflows, and shipping disclosures

April 25, 2026

Services & Programs

Launched Weight Loss and Energy & Longevity hub pages

Created dedicated hub pages for the two core service verticals with MedicalOrganization schema and comprehensive FAQ sections.

  • Weight Loss hub: covers semaglutide, tirzepatide, oral options, and personalized dosing
  • Energy & Longevity hub: covers NAD+, peptides, B12 MIC, and metabolic optimization
  • MedicalOrganization schema with logo, description, specialties, contact point, and founding location (Cape Coral, FL)

April 22, 2026

Content & Pages

Added Medical Glossary and Nationwide Landing Page

Published a medical terminology glossary and a nationwide service landing page for non-Florida patients.

  • Medical Glossary defines 40+ terms: GLP-1, GIP, compounding, 503A, titration, food noise, metabolic longevity, etc.
  • Nationwide page targets patients outside Florida with state-aware messaging
  • Both pages include MedicalWebPage schema, BreadcrumbList, and internal link architecture

April 20, 2026

Content & Pages

Built 5 enrollment funnel variants for targeted audiences

Created specialized landing funnels tailored to different patient personas and acquisition channels.

  • /start-your-program — canonical enrollment page with full program overview
  • /start2 — feminine-focused funnel with softer tone and lifestyle imagery
  • /start3 — men's health / ED funnel with discreet positioning
  • /start4 — wellness / microdosing / longevity funnel
  • /start5 — supported GLP-1 / oral options / care coaching funnel

April 18, 2026

Legal & Compliance

Added full legal page suite with schema markup

Published all required legal and compliance pages with WebPage schema, breadcrumb navigation, and medically reviewed disclaimers.

  • Privacy Policy, Terms of Service, Terms & Conditions, HIPAA Notice, Telehealth Consent, Cancellation Policy, Accessibility Statement
  • Each page includes WebPage schema with about: #organization and dateModified tracking
  • LegalPageLayout component ensures consistent formatting and disclosure placement
  • All pages link to each other for crawler context and user navigation

April 15, 2026

Infrastructure

Implemented comprehensive schema architecture across all pages

Rolled out a unified schema system with GlobalSchema component, MedicalWebPage markup, and entity graph consistency.

  • GlobalSchema component injects Organization + LocalBusiness + WebSite schema on every page
  • MedicalWebPage schema on all clinical content pages with specialty, medicalAudience, and reviewedBy fields
  • BreadcrumbList schema on every page with 2–4 level hierarchy
  • FAQPage schema on pages with accordion content
  • SpeakableSpecification targeting h1, h2, and .speakable-answer selectors

April 12, 2026

SEO & Discoverability

Deployed llms.txt for AI engine training transparency

Created a machine-readable site summary in llms.txt format to help AI crawlers understand the business, services, and content structure.

  • llms.txt includes business summary, service catalog, NAP, content map, and FAQ summaries
  • Structured for consumption by GPTBot, ClaudeBot, PerplexityBot, and other LLM crawlers
  • Linked from robots.txt and /.well-known/llms.txt for dual-path discovery

April 10, 2026

Infrastructure

Built prerender pipeline with SEO meta extraction

Created a Node.js prerender script that generates static HTML for every route with proper title, description, and Open Graph tags.

  • prerender-meta.mjs extracts SEO metadata from React components at build time
  • prerender-dry-run.mjs validates all routes before production deployment
  • Static shell in index.html covers first paint to prevent blank flashes
  • Supports dynamic city and state routes via getAllCitySlugs()

April 8, 2026

Content & Pages

Launched medication comparison and pricing pages

Added side-by-side comparison tools and transparent pricing breakdowns to reduce friction in the decision process.

  • /compare — Semaglutide vs Tirzepatide feature comparison with clinical trial data
  • /pricing — Transparent pricing across all programs with no hidden fees messaging
  • /glp1-cost-florida — Florida-specific cost guide with HSA/FSA guidance

April 5, 2026

Services & Programs

Added Semaglutide and Tirzepatide dedicated service pages

Created deep-dive pages for each core GLP-1 medication with clinical evidence, dosing information, and Florida-specific availability.

  • /semaglutide-weight-loss-florida — STEP trial references, dosing schedules, and eligibility criteria
  • /tirzepatide-weight-loss-florida — SURMOUNT trial data, dual GIP/GLP-1 mechanism explanation
  • Both pages include MedicalWebPage schema, speakable content blocks, and FAQ sections

April 1, 2026

Location Coverage

Launched Texas state landing page with city sub-pages

Built the first state-specific landing hub for Texas with dedicated city pages for major metros.

  • /texas-glp-1-weight-loss — Texas-wide service overview with state-specific NAP
  • City pages for Dallas, Houston, Austin, San Antonio with unique content per metro
  • Schema markup including LocalBusiness, MedicalBusiness, and BreadcrumbList

March 28, 2026

Infrastructure

Set up Google Analytics 4 with custom event tracking

Implemented GA4 with page_view, scroll, click, and conversion events across all user journeys.

  • Custom scroll depth tracking at 25%, 50%, 75%, 90% for content engagement analysis
  • CTA click events tagged with destination and page context
  • Quiz completion and intake start events for funnel analysis
  • Privacy-compliant implementation with consent banner integration

March 25, 2026

Content & Pages

Added patient intake quiz with lead capture

Built an interactive quiz to help patients identify the right program and collect qualified leads.

  • Multi-step quiz covering goals, health history, preferences, and eligibility
  • Personalized result recommendations with program matching
  • QuizLeadCapture component for email/phone collection before results
  • Schema.org Quiz markup and social sharing optimization

March 20, 2026

SEO & Discoverability

Generated comprehensive sitemap.xml with 850+ URLs

Built a programmatic sitemap covering all pages, city landing pages, and state hubs for maximum index coverage.

  • 850+ URLs including homepage, service pages, funnels, legal pages, and 500+ city pages
  • Proper lastmod, changefreq, and priority values per page type
  • Dynamic generation from cityConfig.ts and stateConfig.ts registries

March 15, 2026

Infrastructure

Deployed service worker for offline capability

Added a lightweight service worker to cache critical assets and improve page load performance on repeat visits.

  • Caches static assets, fonts, and hero images for instant repeat loads
  • Network-first strategy for dynamic content with stale-while-revalidate fallback
  • Works with prerendered HTML for instant paint even offline

March 10, 2026

Content & Pages

Launched How It Works and Eligibility pages

Created core education pages explaining the telehealth process and who qualifies for treatment.

  • /how-it-works — 4-step visual process: intake, review, prescription, delivery
  • /eligibility — BMI requirements, contraindications, and state availability checker
  • Both pages include scroll-triggered animations and mobile-optimized layouts

March 5, 2026

Content & Pages

Published About and Contact pages

Added foundational business information pages with full NAP, team background, and contact channels.

  • /about — Company story, mission, medical review process, and Cape Coral, FL founding location
  • /contact — Phone, email, and secure messaging with response time commitments
  • Schema.org AboutPage and ContactPage markup respectively

March 1, 2026

Infrastructure

Migrated to React 19 + Vite + TailwindCSS architecture

Rebuilt the entire frontend on a modern stack for performance, maintainability, and SEO compatibility.

  • React 19 with Suspense-based code splitting and lazy loading
  • Vite for fast builds and optimized production bundles
  • TailwindCSS for consistent, utility-first styling across all components
  • TypeScript for type safety across all pages and components
  • React Router v6 with lazy-loaded route chunks

Platform Growth at a Glance

40+

Unique Pages

850+

Sitemap URLs

7

Legal Pages

5

Service Verticals

Technical Transparency

This site is built with React 19, Vite, and TailwindCSS. Every page includes Schema.org structured data, Open Graph tags, and canonical URLs. Our sitemap covers 850+ URLs across 28 states and 500+ cities. We serve a static prerendered shell for instant first paint. All clinical content is reviewed by licensed medical providers. Compounded medications are sourced exclusively from FDA-registered 503A compounding pharmacies. View humans.txt for full stack details.

Want to See What Is Next?

We publish updates as they ship. Check back or explore our programs to see the latest in telehealth care.

Explore Programs