Skip to content

Commit b4206ae

Browse files
authored
docs(wporg): exact-match symptom headings in the description (#77)
Promotes the highest-intent search phrases from FAQ answers to description-level headings: 'An invisible reCAPTCHA alternative' and 'Block fake registrations and comment spam'. Adds 'WAF alternative' phrasing to the WAF FAQ with the honest application-layer framing. One heading per query, naturally written - density stays below keyword-stuffing territory (guideline 12).
1 parent 5f229e7 commit b4206ae

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

readme.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Most security plugins guess whether a visitor is a bot from signatures and score
4949

5050
A visitor that touches a trap was not browsing your site. That is what makes deception the highest-confidence signal in the plugin: it does not need to guess.
5151

52+
= An invisible reCAPTCHA alternative =
53+
54+
Every form WebDecoy protects works without a visible challenge. Instead of asking humans to prove themselves, it asks the browser: an invisible SHA-256 proof-of-work challenge solves itself in the background in under a second for a real visitor, while bots and automation frameworks stall or fail. If you came here looking for a CAPTCHA alternative or an invisible reCAPTCHA replacement for comments, login, or registration, that is what this is: the same protection with none of the traffic-light puzzles, and nothing about your visitors sent to a third party.
55+
56+
= Block fake registrations and comment spam =
57+
58+
Registration spam and comment spam are the same disease: automation pointed at your forms. WebDecoy puts invisible honeypot fields on comment, login, and registration forms, scores each submission's behavior, and adds login brute force protection with rate limiting on top. Real visitors notice nothing; the fake accounts and spam comments stop arriving.
59+
5260
= Free Features (No API Key Needed) =
5361

5462
**Deception & Traps**
@@ -174,7 +182,7 @@ Yes. Comment, login, and registration forms get invisible honeypot fields and be
174182

175183
= Do I need Cloudflare or a WAF in front of my site? =
176184

177-
No. WebDecoy runs entirely inside WordPress, so it protects sites on any host with no DNS changes, no proxy, and no WAF subscription. It also works fine behind Cloudflare or another proxy if you have one. On paid plans the relationship inverts: WebDecoy can push confirmed attackers to your Cloudflare or AWS WAF so they are blocked at the edge before reaching WordPress at all.
185+
No. WebDecoy runs entirely inside WordPress, so it protects sites on any host with no DNS changes, no proxy, and no subscription. If you were weighing WAF options, it works as a WAF alternative at the application layer, and it sees things a network WAF cannot: which form was submitted, which coupon was applied, which hidden trap was touched. It also works fine behind Cloudflare or another proxy if you already have one. On paid plans the relationship inverts: WebDecoy can push confirmed attackers to your Cloudflare or AWS WAF so they are blocked at the edge before reaching WordPress at all.
178186

179187
= How is WebDecoy different from a firewall or malware scanner? =
180188

0 commit comments

Comments
 (0)