Created
April 21, 2015 04:34
-
-
Save brianleejackson/8787cca71b6147994095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine On | |
RewriteCond %{SERVER_PORT} 80 | |
RewriteRule ^(.*)$ https://www.example.com/$1 [R=301,L] |
Redirecting another domain with 301s will impact it. Many factors come into play, but anyone who says it doesn't probably doesn't know how SEO works. 😄
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's great to know that you have also covered these topics! I have redirected an authority expired domain to my money site...And the link juice was passed in almost 15 days...The progress of the money site has started jumping in SERP. But many ppl still claims that it does not affect SERP at all.
I redirected that domain to an internal page not on the homepage By the way.