- This topic is empty.
-
AuthorPosts
-
September 4, 2004 at 9:18 am #654416
Anonymous
InactiveYou could try something like this in your .htaccess
RewriteEngine on
RewriteCond %{HTTP_HOST} ^yoursite.com [NC]
RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301]September 4, 2004 at 12:22 pm #654421Anonymous
InactiveFrom a little bit of research.
For those without access to the .htaccess file
ASP Users:
[PHP]<%
Response.Status = “301 Moved Permanently”
Response.addheader “Location”, “http://www.newdomain.com”
Response.End
%>[/PHP]PHP Users:
[PHP] header(“HTTP/1.1 301 Moved Permanently”;
header(“Location: http://www.newdomain.com“;
exit();
?>[/PHP]Put this at the top of all your pages, and replace the newdomain with your own site.For those with access to their .htaccess file:
[PHP]redirect permanent http://domain.com http://www.domain.com[/PHP%5DHere we’re redirecting from domain.com to http://www.domain.comI won’t guarantee these methods work because this is reasonably new to me as well.
September 4, 2004 at 5:50 pm #654435Anonymous
InactiveThanks fellas…
I know that tool some research, and I appreciate it.
September 5, 2004 at 7:37 am #654458Anonymous
Inactiveworks for me, thanks
September 5, 2004 at 1:28 pm #654465Anonymous
InactiveRegarding the casinogames.com site those other links are in fact an affiliate program and if I am being penalized for that then I am screwed with them because it has been out there for some time.
I also use different trackers to gauge my advertising but those are never submitted to google but could easily be crawled from some of the major gaming portals or other SE where I buy key words.
It would surprise me if this is the reason as the whole Internet Marketing world uses trackers similiar to this.
Your thoughts are appreciated.
Brian
September 5, 2004 at 9:22 pm #654477Anonymous
Inactiveislandmaan so far you only mentioned the toolbar display change, and the reason for that is pretty clear since it is a widespread phenomenon. That is no “penalty”. You didn’t mention any ranking drop, or especially any significant ranking drop.
The whole phenomenon has been playing out over several months, so there is no way of knowing what will happen next. But if your rankings are the same, don’t worry about it. If for some reason you need to see green in the tolbar on you main page, change you linking so all your tracking links go to site.com/a/?scsr23 Once everything gets recrawled you wouldn’t have the problem you do. Your main page would be unique and your pile of duplicates would all be in a subdirectory you don’t care about ranking for or care what the PR is. Just make the subdirectory page somewhat different than you main page, which you could do easily.
September 5, 2004 at 10:29 pm #654482Anonymous
Inactivethanks Classics, my main goal is getting traffic, the problem with showing a zero PR is that it is difficult to get quality webmasters to trade links, I will wait it out and see what happens.
Looking forward to seeing lots of you in Las Vegas.
Brian
-
AuthorPosts