DNS settings when redirecting old domain to new domain

A couple of months ago I rebranded my blog and put a 301 redirect in place in the htaccess file to redirect queenofsavings.com to queenofreviews.com.

RewriteEngine on
RewriteCond %{HTTP_HOST} ^queenofsavings.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.queenofsavings.com [NC]
RewriteRule ^(.*)$ http://queenofreviews.com/$1 [L,R=301,NC]

A couple of months has passed and Google has indexed all of my pages on the new site, but my PR and DA and PA have not flowed to the new one. While looking into this today I started wondering if my DNS config is correct. Both domains are registered with Godaddy, the old domain is pointing to Linode's DNS servers and the new domain is pointing to Cloudflare which then points to Linode. In the DNS manager for Linode I have a master record for each pointing to the IP of my Linode. I am not sure that pointing the old domain directly to Linode is correct or if any of it is correct, but the redirect does work. Thanks in advance for advice you can provide.

2 Replies

I don't think there is anything to change in DNS. The way you host your website should not affect web positioning, except when it means faster load times.

What you need is to convince the rest of the world to link to the new page instead of the old one. Surely, that will take a little more than two months.

OK from what I have read the DA and PA should start moving over in a few weeks so I thought I would have seen something by now. I know that PR will probably not update until Google updates PR which will probably never happen again. Thanks!

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct