Every page in the weight loss and ED funnels audited with heatmap.com thermal click overlays and Microsoft Clarity mobile behavior data. Recommendations are grounded in what is visibly clicked on each mobile viewport.
Step counts reflect users entering each page in last 7 days (not strictly sequential). /bo3-b traffic is effectively dead for mobile — most quiz starters arrive via other entry points. GLP-2 funnel runs separately at much higher volume.
On /wl-pre-consultation the heatmap shows more clicks on the "How tall are you?" and "How much do you currently weigh?" labels than on the Feet / Inches / Weight inputs themselves. Wrap each input with its label or add `htmlFor` so tapping the label focuses the field and opens the numeric keypad.
Evidence: heatmap on /wl-pre-consultation · 65 dead clicks on "Weight (in lbs)" on GLP-2 quiz.65 dead clicks on "Weight (in lbs)" label, 18 on "▫▫ lbs" placeholder, 9 rage clicks. Pattern: input does not reliably open the mobile numeric keypad. Confirm `inputmode="numeric"` and `type="tel"` are set and the input has real focus on tap.
Evidence: Clarity top dead-click row."What's Your Height And Weight" heading on /glp2-pre-consultation shows a dense red cluster on and directly under the heading. Users are tapping the title expecting to advance. Remove cursor pointer from heading and visually emphasize the "Next →" CTA (which also shows strong heat — keep it).
Evidence: heatmap on /glp2-pre-consultation.The "14% complete" progress bar on both quizzes picks up dead clicks. Either turn the progress bar into a working step navigator (preferred — reduces drop-off) or remove the pointer cursor so users stop trying.
Evidence: heatmap hotspots on the progress bar on /wl-pre-consultation and /glp2-pre-consultation.On /wl-pre-consultation the live BMI readout card picks up a cluster of clicks even though it is purely a display. Add `pointer-events: none` to the readout or wire it to show an explainer tooltip.
Evidence: heatmap on /wl-pre-consultation.Avg scroll depth on this page is 7.05%. The "Limited Time $100 OFF" banner picks up corner clicks that go nowhere, and the chat bubble occludes the main CTA on small screens. Put "AM I QUALIFIED?" in the first 500 px and ensure the offer banner links to the quiz.
Evidence: 7.05% scroll depth, heatmap on /glp2-offer-hero.7 dead clicks on "▫/▫" counter across ED pages. Either make it a tappable step navigator or style it as static text.
Evidence: Clarity dead-click rows on ED pages.Checkout completion is 7 this week but BeginCheckout is only 2. The BeginCheckout selector is under-firing. Rewire before optimizing checkout — you cannot optimize what you cannot measure.
Evidence: Clarity smart events breakdown.1 mobile user in 7 days. If any paid traffic still points here, reallocate.
Evidence: Clarity page counts.







Checkout completion (7) exceeding BeginCheckout (2) confirms Priority 8 — the BeginCheckout selector is not firing reliably on mobile.