Ok, Newbies first post so be kind!
I purchased a couple of expired domains with great DA and PA, in the attempt to pass link juice to my money site. I had planned to do this with 301 redirects, which i believe i have set up correctly. (both do redirect to $$$ site but check on Moz's opensiteexplorer of my $$$ shows no backlink. Thought this was normal as have to wait for index but even after moz update still not showing
1st site .htaccess
*** replaced with '.' (newbie)
2nd site .htaccess
Not sure as to why they are different, think i wanted to test two various .htaccess in case one particular way didnt?
Alternatively i have been researching and wondered if installing wordpress onto each expired domain and then have a backlink and 301 in the header to $$$ site would be a better solution?
(I'm a SEO newbie, and know this is inevitably an improper or inefficient method, just need a bit of advice or help!)
I purchased a couple of expired domains with great DA and PA, in the attempt to pass link juice to my money site. I had planned to do this with 301 redirects, which i believe i have set up correctly. (both do redirect to $$$ site but check on Moz's opensiteexplorer of my $$$ shows no backlink. Thought this was normal as have to wait for index but even after moz update still not showing
1st site .htaccess
Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^expireddomain***co***uk [NC,OR] *** replaced with '.' (newbie)
RewriteCond %{HTTP_HOST} ^www***expireddomain***co***uk [NC] *** replaced with '.' (newbie)
RewriteRule ^(.*)$ (normal http start)***moneysite***co***uk/$1 [L,R=301,NC]
2nd site .htaccess
Code:
RewriteOptions inherit
RewriteEngine on
RewriteCond %{HTTP_HOST} ^.*$
RewriteRule ^/?$ "http\:\/\/moneysite\.co\.uk\/" [R=301,L]
Not sure as to why they are different, think i wanted to test two various .htaccess in case one particular way didnt?
Alternatively i have been researching and wondered if installing wordpress onto each expired domain and then have a backlink and 301 in the header to $$$ site would be a better solution?
(I'm a SEO newbie, and know this is inevitably an improper or inefficient method, just need a bit of advice or help!)
Last edited: