There is a link directory site in a niche that I work in, and it has outgoing links set to something like this:
domain.com/go/target-domain.com
robots.txt looks like this:
User-agent: *
Disallow: /go/
Disallow: /go/*
And when I go to domain.com/go I get a 500 error, and some kind of message get displayed, it looks like it was made by the owner of the site.
So this is hiding the outgoing links in a way, I am not sure what is the purpose of this. Does anybody have an idea what something like this is for. The website (one page) has a lot of links, like 1,000 / 1,500 or more. There is internal pages too, but this is not of interest here.
Thanks.