dxszzcylm 发表于 2012-5-19 23:39:56

Using a Banned Domain's Page Rank

Hey guys within the last week I have had the unfortunate opportunity to experience a banned domain.

It's a 7 year old domain with a PR 4 that I turned into an autoblog last November or maybe it was September. Not really sure at the moment.

Last week I noticed my adsense earning for this site dropped from over $30/day to under $1. Knowing something was terribly wrong I went to the website to make sure I could click into the site and that I could click around the site without any problems.

One time I had a site that I notice the traffic had dropped drastically in one and I found out a plugin was stopping the site from loading. I deleted that plugin and the site worked fine.

I wanted to make sure that wasn't the issue with this site. However everything seemed to be ok.

So I went to google and typed in site:http://mysitesname.com and this is what I got:

Your search - site:http://mysitesname.com - did not match any documents.

Suggestions:

* Make sure all words are spelled correctly.
* Try different keywords.
* Try more general keywords.

Now I had over 2000 pages indexed so this really blew my mind. I realized right away that my site had been deindexed.

I have since done some reading on this and some people have said that their site has come back from being deindexed but I'm not really sure that these peoples sites were really deindexed.

I went to the Google Webmaster Tools and had a look at this site to see what was going on. I fixed any page that had a crawl error by simply building a new page or redirecting it to an existing page.

I have still been posting on the site and adding backlinks to it. It is doing ok in Yahoo and Bing but both of them together don't bring in a quarter of the traffic Google brought in.

I read somewhere on BHW where this guy just purchased a new domain that sounded like his old one. He used the same content on the new domain and pointed the deindexed domain at the new one and he said the old one is ranking great now.

I would like some advice from you guys. I was thinking last night that I should just get a new domain and just move the content over and point the old domain at the new one.

I would slowly add backlinks to the new site after about two weeks or so.

What do you guys think?

    How would I go about pointing the old domain to the new one?
    Do I use the old domains .htacess file to do this?
    What do I put in the deindexed domain .htacess flie to make the domain point to the new one?



Any advice would be greatly appreciated.

dxszzcylm 发表于 2012-5-19 23:40:07

What i would do mate is set the htaccess to a 301 the entire site to new domain move site to the new domain and all will go back to normal

dxszzcylm 发表于 2012-5-19 23:40:21

Try it, stick this in .htaccess and it moves whole site to new domain :)Redirect 301 / http://www.newdomain.com/

dxszzcylm 发表于 2012-5-19 23:40:53

What about mirroring the whole site?

this will download all pages from a specified site and make their links relative.
wget --referer="http://www.google.com" \
--user-agent="Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6" \
--header="Accept:text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" \
--header="Accept-Language: en-us,en;q=0.5" \
--header="Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7" \
--header="Keep-Alive: 300" \
-mk http://www.example.comyou could also add -w 10 or whatever number to wait x seconds between requests.

this is the important bit, most of those args are to appear as a regular browserwget -mk -w 5 http://www.example.comDont remember for sure if its helping or not, but worth a test :)

dxszzcylm 发表于 2012-5-19 23:41:04

Hey guys thanks for responding. I have an update in this. Now when I do a site:http://mysite.com Google shows one page is indexed.

I don't know if I should just keep posting and hitting the site because of this or move it over.

Any thoughts?
页: [1]
查看完整版本: Using a Banned Domain's Page Rank