Redirecting Domains
-
Hi Everybody,
My clients owns a lot of domains related to his website.
I redirected them to the website.
So his website is: www.vallnord.com
but if you type Vallnordski, vallnordsnow, etc etc they will go to the website, but they will not change the url and will keep vallnordski, vallnordsnow instead of going to vallnord.com
Not very clear actually, so if you have 20 seconds to type them you will see it very clear.
I was wondering if this was a good practice or it is better to actually redirect someone completely (If they type vallnordski.com take them to vallnord.com)?
Is redirecting a good SEO practice?
Regards,
Guido.
-
Hi Guido,
It seems none of the domains you mentioned are now working. You should return everything to the way it was before so that your client's sites are operable and then we can start over to resolve your problem.
Incidentally, what just happened sounds slightly familiar to me. Are you using an Apache server?
Sha
-
Sorry - you most probably did it right, but just to confirm - did you put it after RewriteBase / etc.? Can you paste the whole mod_rewrite block here?
-
I just did it. but now if I type vallnordski.com I get a 500 server internal error.
I added only:
RewriteCond %{HTTP_HOST} !^www.vallnord.com$ [NC] [AND]
RewriteCond %{HTTP_HOST} !^(.).vallnord.com$ [NC]
RewriteRule ^(.)$ http://www.vallnord.com/$1 [R=301,L]At the beggining of the mod rewrite section
Any idea why this might not work?
Thanks!
-
Yes - you need the 301 redirect - to do it - open or create the .htaccess file in the root of your site and type the following within the mod_rewrite section (if you already have one or if not then create one like so):
<ifmodule mod_rewrite.c="">Options +FollowSymLinks
RewriteEngine on
RewriteBase /RewriteCond %{HTTP_HOST} !^www.vallnord.com$ [NC] [AND]
RewriteCond %{HTTP_HOST} !^(.).vallnord.com$ [NC]
RewriteRule ^(.)$ http://www.vallnord.com/$1 [R=301,L]</ifmodule>This way any domain that is now www.vallnord.com will be automatically redirected to it (permanently as 301).
To answer your question in full - yes - it is a good practice to redirect someone - you should always try to do your SEO campaign pointing to just one domain - even if you have a number of different ones pointing to it - as long as you use permanent redirection (301) you'll be fine.
I hope this helps you solve the problem.
-
if i am not wrong you should use a 301 Redirect
regards,
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Will doing a 301 redirect for one domain to another give the latter domain the formers links?
I have some websites that I built a few years ago that are still in existence, but I no longer have access to the sites as they weren't hosted by myself. These sites all carry a "Designed by Me" text on the footer with a link to my (now old) website. I have since done 301 redirects on the domain names that are used in the footers of these sites so they link directly to my new site. However, will these websites now show up on Google Webmasters for example as external links to my site?
Technical SEO | | mickburkesnr0 -
How long before I can use a redirected domain without taking back link juice?
We recently moved our website to a new domain that better matched our brand. I want to use the old domain at some point for another aspect of our business. How long after we do the domain redirect will it be safe to use the old domain again--without affecting the seo of the new domain? Thanks! Harriet
Technical SEO | | zharriet0 -
301 redirect of one site version to new domain
Hello all. I today have domain.com that has 10 language versions and the structure is by folders: domain.com/ru/
Technical SEO | | Gregos
domain.com/pl/ etc. Soon I plan redesign,new CMS and I plan to register 9 new ccTLDs. My question is: Can I 301 redirect domain.com/ru/ to domain.ru without having some bad effect on domain.com? I mean,the main domain,com is not going to be affected by permanent redirect of one url to completly new domain right?0 -
Redirect non www. domain to WWW. domain for established website?
Hey guys, The website in question has been online for more than 5 years but there are still 2 versions of the website. Both versions are indexed by Google and of course, this will result in duplicate content. Is it necessary to redirect the non-www domain to the www. domain. What are the cons and advantages? Will the www. links replace the non-www links when it comes to keyword rankings? Thanks.
Technical SEO | | BruLee0 -
302 redirects help
Hello, I have a Magento ecommerce store and my latest seomoz crawl report shows over 10,000 302 redirects. An example is this below https://jsshirts.com.au/wishlist/index/add/product/160/ which is being redirected to http://jsshirts.com.au/enable-cookies Can anyone please help me with a solution to help with this problem. Many thanks
Technical SEO | | mullsey0 -
Mobile redirection
Hi, What would be the best practice for mobile detection: Best practice for redirections Best practice for detection and inclusion of a front-end element inviting to a mobile version of the site I found this on www.W3C.org but it's from 2008 and I was wondering if any of you tried different approaches concerning mobile detection. Thanks! GaB
Technical SEO | | Pherogab0 -
I Need advice in redirecting domains
I have tow domains (destination/town - travel websites), www.gansbaai.com, and www.danger-point-peninsula.co.za. The one, gansbaai.com is an old domain I bought under which I will be launching a new website in a couple of months. danger-point-peninsula.co.za, is another domain I acquired also about gansbaai, the area. I will we using the domain gansbaai.cm, but want to get the best link juice out of danger-point-peninsula. How do I merge the domains?
Technical SEO | | DROIDSTERS0 -
Redirecting a domain
I was setting up a new campaign and received the following error from Roger Robot. "We have detected that the domain www.sitename.com and the domain sitename.com both respond to web requests and do not redirect. Having two "twin" domains that both resolve forces them to battle for SERP positions, making your SEO efforts less effective. We suggest redirecting one, then entering the other here." I know about redirecting a PAGE using 301 Redirects and how to specify the www. canonical in Google webmaster tools, but is there a "DOMAIN" redirect that I'm missing. What would you suggest doing given the error message above. Thanks, Bill Sqnch.jpg
Technical SEO | | Marvo0