ElkArte Community

General => Chit Chat => Topic started by: CrimeS on October 09, 2015, 04:18:19 am

Title: SEO and switching domains
Post by: CrimeS on October 09, 2015, 04:18:19 am
Hello! Does anyone have some experience with changing the domains and trying "move" google positions onto the new one? My studiocrimes domain is on first pages for 8+ phrases. As you know we're merging it into daydream.work, but the SEO side of carrying out that action is a mystery to me  :'(
Title: Re: SEO and switching domains
Post by: Jorin on October 09, 2015, 04:31:36 am
Maybe this can help:

http://www.hobo-web.co.uk/how-to-change-domain-names-keep-your-rankings-in-google/

https://support.google.com/webmasters/answer/83106?hl=en
Title: Re: SEO and switching domains
Post by: Wizard on October 09, 2015, 04:46:48 am
You can inform Google of domain change. I guess you need to do before you perform domain change. There is some link to do this.
Title: Re: SEO and switching domains
Post by: Jorin on October 09, 2015, 05:05:17 am

I posted the link above.  ;)
Title: Re: SEO and switching domains
Post by: CrimeS on October 09, 2015, 01:09:13 pm
Hmmm, this sounds good! Thank you!
Title: Re: SEO and switching domains
Post by: emanuele on October 09, 2015, 02:10:47 pm
Yup, 301 redirect is the key. nods
Better if you are able to redirect each page to the corresponding one on the new domain.
Title: Re: SEO and switching domains
Post by: CrimeS on October 09, 2015, 05:32:30 pm
SMF -> Elkarte should be okay to redirect :D
Title: Re: SEO and switching domains
Post by: emanuele on October 09, 2015, 06:35:21 pm
I guess so. :P
What I meant, actually, is that you should be sure to (for example) redirect "olddomain.tld/index.php?topic=123" to "newdomain.tld/index.php?topic=123" and not everything to "newdomain.tld/".
Title: Re: SEO and switching domains
Post by: CrimeS on October 10, 2015, 05:10:16 am
And that's how I read it :D It would be a good idea to do that for elkartestudio as well. Under premium phrases we're first in google, bing and yahoo :)

I'll try to figure out how to do these redirections :D
Title: Re: SEO and switching domains
Post by: emanuele on October 10, 2015, 08:19:02 am
I assume you want to merge the two forums?
If so, the easiest way may be to use a php script sending a 301 header in order to do the redirect. So that you have only to write an array of from => to topic/message ids.
Title: Re: SEO and switching domains
Post by: CrimeS on October 10, 2015, 10:41:02 am
The plan is to switch studiocrimes to daydream, and convert main forum to Elkarte. Then, after it's successful I would like to update daydream with elkartestudio positions and content.
Title: Re: SEO and switching domains
Post by: Wizard on October 10, 2015, 10:50:51 am
What you have to do is, once you import content of ElkArte Studio to DayDream forum, simply use 301 redirect so that every old ElkArte Studio forum point to DayDream forum url with the same content.
Title: Re: SEO and switching domains
Post by: Joshua Dickerson on October 10, 2015, 03:32:11 pm
Quote from: emanuele – I assume you want to merge the two forums?
If so, the easiest way may be to use a php script sending a 301 header in order to do the redirect. So that you have only to write an array of from => to topic/message ids.
I think it would be easier to use .htaccess with a wildcard: http://stackoverflow.com/questions/6877486/how-can-i-use-htaccess-to-redirect-paths-with-a-wildcard-character