Domain redirect seo
-
Hello,
my domain www.pacomarca.com and when i start the new campaing i get this pronblem:
We have detected that the domain www.pacomarca.com and the domain pacomarca.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.
my domain is in networksolutions.com.
how can i resolve it?
many thanks
Gonzalo
-
Hi Gonzalo, I had just analyze your website both www & non www. I had come up with following perspectives that are shown below:
URL: http://www.pacomarca.com/
PR: 4
Alexa Rank:18752550
Backlinks: 32
&
PR: 4
Alexa Rank:18767880
Backlinks:114
From the above analysis it is clear that the non www has more number of backlinks, so it is better to redirect www to non www.
Redirecting www to non-www
If you want to do the opposite, the code is very similar:
`RewriteEngine On RewriteCond %{HTTP_HOST} !^my-domain\.com$ [NC] RewriteRule ^(.*)$ http://my-domain.com/$1 [R=301,L]`
In this case we are explicitly typing the domain name. I'm sure it's possible to do it in a generic way, but I haven't had the time to work one out and test it. So remember to change 'my-domain' with your domain name!
If you want to know how to redirect the inner page then please check the link:
How do I redirect all visitors to the 'www' version of my Web site (or vice versa)?
I hope that your query had been solved.
-
Hi,
I'm not to sure on the networksolutions.com domain control panel, so I'm not to sure if this can easily be done by simply saying "point this to this", but it can definitely be done in an .htaccess file like so:
Redirect non-www to www.
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^pacomarca.com [NC]
RewriteRule (.*) http://www.pacomarca.com/$1 [L,R=301]Redirect www to non-www
Options +FollowSymlinks
RewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.pacomarca.com [NC]
RewriteRule (.*) http://pacomarca.com/$1 [L,R=301]Either one will work, just depends on which "version" (www or non-www) of the site you would want to use. Also, make sure that which ever one you go with you stick with. So if your site is with the www, make sure that any links you have internally also point to the url with www..
Hope this helps! Let me know if you need any more information.
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
-
Changing domain and transferring SEO power to new.
hi, i have a website with some pages index in google on first page. i want to change the domain name but also want to keep the old domain. How can i transfer the index pages SEO power to new domains pages? So the new domain page can appear instead of old domain. 301 redirect will permanently redirect the user to new domain but i want to keep the old domain running for users only, not for Search engines. any idea. please share. thanks.
Technical SEO | | green.h0 -
Do bad links to a sub-domain which redirects to our primary domain pass link juice and hurt rankings?
Sometime in the distant past there existed a blog.domain.com for domain.com. This was before we started work for domain.com. During the process of optimizing domain.com we decided to 301 blog.domain.com to www.domain.com. Recently, we discovered that blog.domain.com actually has a lot of bad links pointing towards it. By a lot I mean, 5000+. I am curious to hear people's opinions on the following: 1. Are they passing bad link juice? 2. does Google consider links to a sub-domain being passed through a 301 to be bad links to our primary domain? 3. The best approach to having these links removed?
Technical SEO | | Shredward0 -
Does bait and switch redirecting affect SEO?
Yeah, the question might be an odd one, but I'm new to SEO. Currently we've been considering creating links to certain pages on our site that instantly redirect to a landing page like this (referring to it as bait and switch redirecting): http://www.ecornell.com/certificate-programs/human-resources-management-training/advanced-certificate-in-strategic-hr-management/crt/ILRASHRC1/?lp=http://info.ecornell.com/executive-certificate-in-hr-leadership%3Fls=xxx%26of=xxx This essentially causes the user to "hop" from the content page directly to the landing page. Now, the content page is indexed otherwise, so I'm wondering if time on page (which is basically 0) or anything else might affect page rank. Also, if this is something we shouldn't do, that'd be great to know too. It feels sort of dirty, but I can't find any resources telling me it's bad, or how it would affect pagerank. I've read about pagejacking, but this doesn't seem to fall into the same category. Thanks! Alan
Technical SEO | | amccarty0 -
IP redirects
My website, on a .com domain, displays a different language/content depending on the IP of the user. For example, if someone is browsing my web from Spain, it will show the spanish content, and so on. Does anyone has an idea on how will Google index my pages? Their servers being located in the US, I assume the bot will only crawl and index the english content. How can I tell the bots to do the same for the other languages/content? Thanks!
Technical SEO | | Alemoto0 -
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.
Technical SEO | | SilbertAd0 -
Geo-Redirection
Our client has two almost identical sites targeting: Australia (www.mysite.com.au) Rest of World (www.mysite.com) Currently they have splash page on www.mysite.com asking users to select: Australia Rest of World (redirects to: www.mysite.com/home) I'm thinking they should get rid of slash page and simply auto detect if user on www.mysite.com is based in Australia and serve a message "Do you want to visit our .com.au site. It's not helped by the fact the .com site appears to get served ahead of .com.au iin australia as both sites are hosted in US. Looking to change this! Thanks in advance for your help!
Technical SEO | | steermoz70 -
301 Redirect
Need a little bit of help on this one. I have a product page which actually has 3 products on the page in question: www.example.com/products I thought it would be best for each product to have a page on its own: www.example.com/product-1 www.example.com/product-2 www.example.com/product-3 however my question is: The page with the 3 products www.example.com/products where should the 301 go to? Can you do a 301 to all the new product pages? Hope that makes sense Kind Regards,
Technical SEO | | Paul780 -
Redirect and ranking
Wehave 2 websites for the same keyword Website 1 is indexed on place 2 but we do not like that name any longer it does not fit our long term marketing Website 2 is indexed on place 5 and this domain fits better What will happen if we redirect website 1 to website 2? Fall down to postion 5 Fall down to position 5 and after a certain period we get back at position 2 or 3 thanx in advance for your reply
Technical SEO | | turnon0