Back to submit

Forth Pro

Halted

Order ord_blocked_forth

View listing →
  1. 2
  2. 3
  3. 4

Order halted

We stopped your order before sending anything.

Your scan found 2 blocking issues on Forth Pro. A directory reviewer would hit the same wall, so we refused to spend a submission on it. Not a single destination has been contacted.

1

Primary “Start monitoring” button does nothing

Blocking

The main call-to-action on the landing page has no wired handler. Clicking it neither navigates nor opens a flow. A reviewer would hit a dead end on the first action.

The fix: Wire the button to the signup route (or open the flow). Verify it works with a keyboard as well as a click.

Check work-dead-cta-control

2

Landing page is set to noindex

Blocking

The home page ships a <meta name="robots" content="noindex"> tag, so search engines are told to drop it. A directory that checks indexability would reject the listing.

The fix: Remove the noindex meta (and any X-Robots-Tag: noindex header) from the pages you want listed.

Check search-noindex-on-indexable-page