EditProfile
Newbie
- Oct 24, 2013
- 33
- 2
I ran a site years ago that accumulated a lot of decent genuine white hat PR4 and PR5 page links, the domain ended up being a PR4. I closed down the site last year, but I figured why not siphon the link juice from the domain. I checked thoroughly, and all the high PR backlinks I earned are still there.
So I setup a placeholder site using the domain with some backlinks to my current projects, so people know why the site isn't there any more. The site is literally just a .htaccess file and an index.html file, with the latter providing the page content and the backlinks to my main sites.
In the .htaccess file I put...
...so the site displays the content contained in index.html.
Bit of a silly question, but am I doing this in a way that preserves PageRank on the domain?
So I setup a placeholder site using the domain with some backlinks to my current projects, so people know why the site isn't there any more. The site is literally just a .htaccess file and an index.html file, with the latter providing the page content and the backlinks to my main sites.
In the .htaccess file I put...
Code:
RewriteEngine On
RewriteBase /
RewriteRule ^index\.html$ - [L]
...so the site displays the content contained in index.html.
Bit of a silly question, but am I doing this in a way that preserves PageRank on the domain?