I want to ask you some interesting question. Google counts redirect links to site if you use @www.my_site.com query. Do I recieve any PR from redirect links, such as http://www.PR7_site.com/redirect.cgi?http://www.my_site.com/ or only direct links are counted?
<?php header("HTTP/1.1 301 Moved Permanently"); header("Location: http://www.digitalpoint.com/"); ?> PHP:
I don't mean my own sites - there I use 301. Some Ratings with PR7 & PR6 are counting how many people clicked you link and they use 302 Redirect. So I can use these rating for getting backlinks and boosting my PR?
Just for my own interest, if I had www.domain1.com link to www.domain1.com/page1.php and this page1.php redirected via 301 to www.domain2.com would this still count as an outbound link?
Can I do serverside processing, run some programs, before sending it to another page with the 301 redirect? Can the redirected page still get PR?
Yes, you can do server-side processing before you redirect. The page you are redirecting FROM looses their PageRank (it's passed to the destination page).
Thanks. I have proove that 302 & 301 Redirects gives you PR. And even more (breese deeply) redirects from Banner Adds give you PR! So tune you banner campaigns on sites with good PR and you'll have extreme boost with you PR!
Well in the case of a redirect, you never are going to spit anything out to the browser, so it really could go anywhere.
This i old topic, i find him on google . Can someone tell me how i can make redirection from: mysite.com/EUROPE/SEO_name.php to mysite.com/index.php?id=10 My link counter create for all links id=some number and that is not good seo link, so i want that my SEO link will be on site and when someone click on him redirect to this counter link (this counter link redirect to my seo link so that will be double redirection - from SEO to COUNTER to SEO again). Hope that someone understand me .