Questions
-
Negative backlinks
Duplicate thread, closing this thread and directing future responses to http://www.seomoz.org/q/negative-backlinks
White Hat / Black Hat SEO | | KeriMorgret0 -
Negative backlinks
I used the disavow tool to take some negative backlinks off a client's site. It was pretty easy just follow the Guidelines set by google to the letter. The client was very pissed and talking lawsuit and suing, but that is not something that I have any experience with. Apparently, it is a big deal and a federal crime because they talked to the FBI and the Feds actually listened. Once the disavow request is approved the links are still on your backlink report, but appear with a "no follow" tag next to them. There may have been no correlation because I was doing several SEO related things for them, but the rankings did jump right after the request was approved.
White Hat / Black Hat SEO | | ZeroWing0 -
Best use of domains with keywords
I agree with Marie somewhat, although we have seen sporadic results from well targeted domain names for some clients. The truth is there are probably better things to do with your time and money.
White Hat / Black Hat SEO | | rrad0 -
Htaccess redirect with question mark
Hi kyle thanks for the answer, I have tried with this code: RewriteEngine on RewriteCond %{QUERY_STRING} ^id=13$ RewriteRule ^/page.php$ http://www.example.com/newname.htm? [L,R=301] But it doesn't work. Is it possible that it requires page.php?id=13 to exist? I don't have anymore the file on the server... Trying to reach page.php?id=13 it responds with a 404 error. Any solutions?
Technical SEO Issues | | darkanweb0 -
Right redirect to transfer juice www, no-www and website movement
Yes if you just want to redirect individual pages like that - you could have it so any requests on the domain www and none redirect to the new domain and then specific pages can point to specific pages - see below: RewriteEngine on RewriteCond %{HTTP_HOST} ^olddomain.co.uk$ [OR] RewriteCond %{HTTP_HOST} ^www.olddomain.co.uk$ RewriteRule ^/?$ "http://www.newdomain.co.uk" [R=301,L] RewriteRule ^page2.html$ "http://www.newdomain.com/page2.html" [R=301,L]
Technical SEO Issues | | Matt-Williamson0