Forth Pro
HaltedOrder ord_blocked_forth
- Scan & derive
- 2Review & select
- 3Submitting
- 4Report
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.
Primary “Start monitoring” button does nothing
BlockingThe 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
Landing page is set to noindex
BlockingThe 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