Forum Moderators: martinibuster
[oursite.com.au...]
Once the user navigates to [oursite.com.au...] a php script reads where it has come from using the $_SERVER['HTTP_REFERER'] variable, and redirects it to something like:
[oursite.com.au...]
Which displays a custom page for that user. The redirect doesnt have any HTTP status codes set, which I think defaults to 302. We have many links from many different sites, with some users owning multiple sites - thats why we havent hard coded a direct link in [oursite.com.au...] (it is simpler for a user to use 1 URL for all their sites, rather than build a different link for each). Also we havent done a permanent redirect (which would definitely pass on link juice) as of course in the eyes of search engines the redirect would be forever moving
My question is - how much link juice would be passed on? And would it be directed to [oursite.com.au...] only? And is there a better way to pass on link juice?
thanks very much in advance for any help!
David
Well we run a domain name aftermarket site - where people can list their domain names for sale.
We want to encourage people to promote their listings so have created banners for them "This Domain may be For Sale" sort of thing for them to use on the website itself as well as elsewhere.
Ideally we want those banners to link to the existing listing but also if we can gain some link credit then that's good for the site.
Make sense?
(And don't forget that some people block the referer, so this won't work for them)
leadegroot - ah of course. bots dont use referrer! I forgot about that! Its ok if link juice only stays on the oursite.com.au?redirect page as this will in turn filter to various pages.
Thanks for your help!