WPIntell

Source evidence

Spam search queries

Sokol: Smart WooCommerce Search · support · 2023-06-26T22:54:00+00:00

mixedsentiment
highseverity
0.9relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 31 rows with source links

9.7% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

28 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
extractlabs resolved
In the past few months we have started to receive thousands upon thousands of Spam searches using your plugin from some of our less reputable competitors. I would normally have no idea this is happening, but our SEO plugin RankMath includes search queries in Sitemaps and we now see 50k+ spam search queries a month as trying to index. Long story short, is there any sort of recaptcha integration that works with your plugin or some other method I can use to limit bot queries at the plugin level? Or is this something I need to create a server firewall rules for? Thank you! [ Signature deleted ] This topic was modified 2 years, 3 months ago by Jan Dembowski . The page I need help with: [ log in to see the link] Hi there, Sorry for the late reply. The issue is that bot makes HTTP requests so Recaptcha is useless in this case. Adding a some checks in the plugin code also is not effective because each time a bot make a non cached request the server will run a WordPress core and all the functionality that will hit your database. The best solution is to block bots in the server firewall rules. You can limit access to your website for the specific IP’s. Maybe you can limit access by checking “Referer” in the request. Please check cloudflare firewall documentation.

Comments

1 shown
YummyWP 2023-07-22T10:07:00+00:00

Hi there, Sorry for the late reply. The issue is that bot makes HTTP requests so Recaptcha is useless in this case. Adding a some checks in the plugin code also is not effective because each time a bot make a non cached request the server will run a WordPress core and all the functionality that will hit your database. The best solution is to block bots in the server firewall rules. You can limit access to your website for the specific IP’s. Maybe you can limit access by checking “Referer” in the request. Please check cloudflare firewall documentation.