redirect URLs?

mikez006

Member
I'm just wondering why all the out-bound URLs are direct links instead of redirects?

I've noticed lost of sites have URLs like website.com/out.php?site=11352 or something like that. Isn't that better for SEO instead of direct nofollow links?

Is there any plugin to change the outbound URLs from direct links to redirects?
 

Mark

Administrator
Staff member
Direct out links are better for SEO.

You can edit the templates to use redirect links if you like, there is no plugin for this.

I am on mobile device but if memory is accurate

./index.php?a=out&u={$username}

is how the redirect URL might look, but you would need to test to confirm
 
Top