![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have an web directory and want to avoid page rank leakage through outbound links... |
|
Is it enough to have a go.asp page and redo all the outbound links formatted as... http://www.MyDirectory.com/go.asp?ht...nationSite.com Will this work, or will Google still recognize this as an outbound link? |
#3
| |||
| |||
|
|
I have an web directory and want to avoid page rank leakage through outbound links... Is it enough to have a go.asp page and redo all the outbound links formatted as... http://www.MyDirectory.com/go.asp?ht...nationSite.com Will this work, or will Google still recognize this as an outbound link? Do I need to have something in the robots.txt file to tell Google to avoid go.asp? Is it necessary? Jeff |
#4
| |||
| |||
|
|
Jeff M: I have an web directory and want to avoid page rank leakage through outbound links... Do you also want to avoid the wrath of Google? Is it enough to have a go.asp page and redo all the outbound links formatted as... http://www.MyDirectory.com/go.asp?ht...nationSite.com Will this work, or will Google still recognize this as an outbound link? I guess it depends on what go.asp does. If it redirects the client via a HTTP location header, Google is said to follow it. If it does something different, Google may consider it abuse. -- René Pijlman Wat wil jij leren? http://www.leren.nl |
#5
| |||
| |||
|
|
The go.asp would simply be... % Response.Redirect(Request.Querystring()) % I would expect Google to follow it, no problem. However what I am hoping for would the "exit page" from my site to be go.asp. The page rank of go.asp doesn't matter. That would keep my other pages from losing page rank, right? |
#6
| |||
| |||
|
|
Jeff M wrote: I have an web directory and want to avoid page rank leakage through outbound links... Is it enough to have a go.asp page and redo all the outbound links formatted as... http://www.MyDirectory.com/go.asp?ht...nationSite.com Will this work, or will Google still recognize this as an outbound link? Do I need to have something in the robots.txt file to tell Google to avoid go.asp? Is it necessary? Jeff Yes you will need a robots.txt file for it to ignore all .asp links but you really have to know what you're doing when you do this or it just won't work or it'll ignore all links even non asp links. Another way is to javascript certain links rather than asp'ing them |
#7
| |||
| |||
|
|
Would this work? =========ROBOTS.TXT========== User-agent: * Disallow: go.asp |
#8
| |||
| |||
|
|
Jeff M: The go.asp would simply be... % Response.Redirect(Request.Querystring()) % I would expect Google to follow it, no problem. However what I am hoping for would the "exit page" from my site to be go.asp. The page rank of go.asp doesn't matter. That would keep my other pages from losing page rank, right? I'm not sure, but I'd say you direct pagerank to http://www.MyDirectory.com/go.asp?ht...nationSite.com, Google presumably follows the HTTP redirect and passes the pagerank on to http://www.DestinationSite.com. If I was Google that's what I'd do. Why not? Maybe you can prevent this by excluding http://www.MyDirectory.com/go.asp in robots.txt. But Google may consider this abuse, since it undermines one of the fundaments of the algorithm(s). 'Avoid tricks intended to improve search engine rankings. A good rule of thumb is whether you'd feel comfortable explaining what you've done to a website that competes with you. Another useful test is to ask, "Does this help my users? Would I do this if search engines didn't exist?"' [...] 'Don't employ cloaking or sneaky redirects.' http://www.google.com/webmasters/guidelines.html -- René Pijlman Wat wil jij leren? http://www.leren.nl |
|
But Google may consider this abuse, since it undermines one of the fundaments of the algorithm(s). |
#9
| |||||
| |||||
|
|
If every outbound link goes to go.asp and I disallow go.asp in the robots.txt file. Is that really considered abuse? |
|
I am not trying to "beat the system" here |
|
I just want to "protect myself". I have a large (thousands of links) web directory |
|
and I read somewhere that if you link to a site that Google has penalized then the linking site (me) will be penalized. |
|
Any suggestions? |
#10
| |||
| |||
|
|
I have an web directory and want to avoid page rank leakage through outbound links... Is it enough to have a go.asp page and redo all the outbound links formatted as... http://www.MyDirectory.com/go.asp?ht...nationSite.com Will this work, or will Google still recognize this as an outbound link? Do I need to have something in the robots.txt file to tell Google to avoid go.asp? Is it necessary? Jeff |
![]() |
| Thread Tools | |
| Display Modes | |
| |