Answer the question
In order to leave comments, you need to log in
How not to pass link weight?
The next question is there is a website and the client wants that the weight of the links that lead to the attachment of resources is not transferred.
Googled two solutions
1) Automatically add noindex and nofallow tags to external links
2) Make a file like go.php with something like this
<?php
$URL="http://google.com";
header("Location:$URL");
exit();
?>
Answer the question
In order to leave comments, you need to log in
The first option is more practical, but the second one is more reliable. Search engines, for example, have long admitted that, although they do not index, they browse the noindex tag
With nofollow, Google generally has a strange garbage. There are 10 links on the page and the weight for each is 1/10. Google will see the link but will not transfer the weight on it because of the tag. That's why I'm leaning towards the redirect version, but it's better to put it in a separate folder and close noindex and be ready to increase pages in Yandex Webmaster))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question