Mobile app version of vmapp.org
Login or Join
Rivera981

: Is there any difference, from Google's point of view, on the method used for a 301 redirect? I have a website with an extremely good Google rank for it's particular niche. I've rebranded and

@Rivera981

Posted in: #301Redirect #Htaccess #ModRewrite

I have a website with an extremely good Google rank for it's particular niche. I've rebranded and need to redirect to a new URL. In the eyes of Google, what's the difference, if any, between the following two redirects in the context of preserving my site ranking:

Options +FollowSymlinks
RewriteEngine on
Rewriterule ^$ www.website.com/ [r=301,nc]


and...

Redirect 301 / www.website.com/

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Rivera981

1 Comments

Sorted by latest first Latest Oldest Best

 

@Martha676

The way that you will do the 301 redirect does not play any role for the Google. Actually it does not see your configuration file.

What it is important is to send the 301 headers with the new location on each old url and not just the home page. For example if you have 10 pages on the old website, make sure that these all pages are redirected to the new 10 pages.

Your configuration does not redirect the whole domain, just the homepage. Take a look here

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme