Permanent Redirects?

I’m working on a site where we’ll need to change some of the URLs for SEO purposes. I know you can do permanent redirects from inside the Google and Bing webmaster tools, but isn’t it better to do this from within the site using a robot.txt file or some other method?

Any help or guidance is very much appreciated.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Silly me. I meant a .htaccess file.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

On 6 Mar 2015, 6:43 pm, RavenManiac wrote:

Silly me. I meant a .htaccess file.

Yes a 301 redirect

David


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

So do the redirect in an .htaccess file placed in the root directory, correct?


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Correct;

On 6 Mar 2015, at 21:29, RavenManiac wrote:

So do the redirect in an .htaccess file placed in the root directory, correct?


Experienced Freeway designer for hire - http://www.freewayactions.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Tim. thanks for the link. I do have a few questions.

  1. Will I need to redirect both www and non www versions of the site? For example www.mysite.com/page and mysite.com/page?

  2. Is there any difference between Redirect Permanent and Redirect 301. I see both of these codes used. See this: [en] .htaccess Editor

  3. If nothing currently exists in the .htaccess file do I need to include anything other than the redirect code?

Thanks for your help.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Kelly,

On 8 Mar 2015, at 17:57, RavenManiac wrote:

Tim. thanks for the link. I do have a few questions.

  1. Will I need to redirect both www and non www versions of the site? For example www.mysite.com/page and mysite.com/page?
    You should already be redirecting one of these to the other to prevent search engines thinking you’ve two different sites with the same content.
  1. Is there any difference between Redirect Permanent and Redirect 301. I see both of these codes used. See this: [en] .htaccess Editor
    These are both the same as a 301 is a permanent redirect.
  1. If nothing currently exists in the .htaccess file do I need to include anything other than the redirect code?
    Just the redirection code will be fine for now although you can add items to the file as you need to.
    Regards,
    Tim.

Experienced Freeway designer for hire - http://www.freewayactions.com


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Awesome. Thanks Tim. And yes, I am already redirecting one.


offtopic mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options