Author:
Source
https://itayverchik.com/htaccess/
Want to block bad bots from your website using the htaccess file? In this video, I’ll show you how to safely edit the htaccess file through Yoast SEO and insert a custom code to block harmful bots, improving your website’s security and performance.
We’ll go step-by-step to access the htaccess editor through Yoast SEO, identify malicious bots, and write the necessary code to block them without affecting your website’s functionality or search engine crawling. I’ll also provide tips on managing the htaccess file correctly to avoid critical errors that could disrupt your website.
Important: Always back up your htaccess file and website before making any changes.
Don’t forget to subscribe and hit the bell icon for more tutorials on website security and performance optimization. If this video helped you, give it a thumbs up and share it with others!
In this video, you’ll learn:
How to edit the htaccess file through Yoast SEO.
How to insert code to block bad bots.
Tips for managing the htaccess file safely and efficiently.
Sample Code to Block Bots:
# Block bad bots
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^.*(AhrefsBot|BLEXBot|yacybot|LinkpadBot|Wotbox|woobot|linkdexbot|Baiduspider|semrush|Exabot|MJ12bot|msnbot|HaosouSpider|Slurp|libwww|LWP|damnBot|BBBike|spider|BLEXBot|ZumBot|TjoosBot|Spider|semrush|istellabot|LieBao|MQQ|SeznamBot|MegaIndex|AspiegelBot|Yealink|Vagabondo|VeBot|rogerbot|Presto|special_archiver|python-requests|ahref|GrapeshotCrawler|PetalBot|Dot|rogerbot|EzLynx|DotBot).*$ [NC]
RewriteRule .* – [F,L]
Don’t miss more tutorials on the channel:
https://www.youtube.com/c/ItayVerchik?sub_confirmation=1
To Sign Up For The Keywords Tracking System:
https://say-v.com/
Join now the community of Webmasters and SEO Marketers completely free:
https://www.facebook.com/groups/itayverchik
To purchase Elementor Pro, the world’s best WordPress page designer:
https://trk.elementor.com/2500
Don’t Have A Web Hosting Account Yet Or Are You Just Not Satisfied With Your Existing Hosting?
Get A 25% Discount For Cloudways Web Hosting For The First 3 Months:
https://platform.cloudways.com/signup?id=314159&coupon=VERCHIK
Thank you for watching! If you have any questions or suggestions for future topics, drop a comment below. Don’t forget to subscribe and share this video with anyone interested in improving their website’s security!