How to block incoming links that en in "-k.html"

mojitero

Newbie
Joined
Mar 31, 2021
Messages
4
Reaction score
1
Hi, I have a problem, I have a gigantic list of this type of incoming link to my website located with SEM Rush and ahrefs, how can I block them directly? I dont mean disabow, I mean keep that link blocked.
Thx
 
Those sorts of links come from scraper sites that scrape sites ranking for anything remotely profitable. Your only way to block such pages from being generated would be to research and block the IPs that their scraper bots use. That... or losing all your ranks :/
 
You can block those incoming links with .htaccess.

RewriteEngine On
RewriteCond %{REQUEST_URI} -k\.html$ [NC]
RewriteRule .* - [F,L]

This will block any URL ending in "-k.html"
 
  • Like
Reactions: BNB
Why dont you just ignore them?

I mean all of these links link to images. Do you want to rank your images in google images? If thats not the case, ignore them.

Or block your images that they cant be embedded on other websites. That might stop these crawlers, but doesnt remove already existing links.
 
Hi, I have a problem, I have a gigantic list of this type of incoming link to my website located with SEM Rush and ahrefs, how can I block them directly? I dont mean disabow, I mean keep that link blocked.
Thx
Those sorts of links come from scraper sites that scrape sites ranking for anything remotely profitable. Your only way to block such pages from being generated would be to research and block the IPs that their scraper bots use. That... or losing all your ranks :/

if there profitable why block them
 
Back
Top