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
-
Does having a sub-domain on a different server affect SEO?
I'm working with a company that has a hard-coded website on the root domain, and then a WordPress blog on a subdomain on a separate server. We're planning on implementing a hub and spoke model for their content, hosting the main hubs on the root domain and the linked articles on the blog. Is having the blog on a different server going to hinder our SEO efforts?
Technical SEO | | KaraParlin0 -
Are you Able to keep 100% traffice when do domain redirect?
Let's say you consider re-branding and purchased a new domain, however, during past 3-5 years your page has got some content, CF, TF which appears to be quite good and not easy to build within a few mths. GWT says if you do 301 redirect from the old domain then you should transfer 100% juice from the old domain as well as the juice from old external links to old domain to the new one I did some Tech Seo improvements and while ago and my experience is GWT says one but life shows slightly opposite. This is a big thing with no Emergency exit so I have got some concerns. What is your experience with that? Have you done any transfers if so what was the result? Thanks in advance for your feedback
Technical SEO | | Miniorek0 -
Subdomain redirect
Hey guys, I was thinking about creating subdomains for one of my websites. I want to divide my website in different subdomains (blog.[site].com / directory.[site].com / etc.) but I'm afraid that this will negatively impact my rankings. My blog for example has a lot of supporting content for my products and services that are primarily hosted on the homepage. Have you guys ever created subdomains at a later stage of your website's existence? What kind of impact did you notice? Would you recommend it? Thanks a million!
Technical SEO | | Nizar.1 -
Redirecting old domain to new domain with wordpress
Hi all, I need to change domain name to a website published on wordpress. I'd think to make these steps: trasferring the website (files+db) to a new hosting space to redirect old site (www.oldsite.com) to the new one (www.newsite.com) using rewrite rules. With these steps I'd need to transfer and reinstall files and wordpress so I would like to discover if there's some less time expending procedure to consider. Thanks and ciao Bob
Technical SEO | | bobrock40 -
Redirecting internal pages to another domain
Hi, I recently redirected the domain www.organic7thheaven.com to http://www.7thheavennaturals.com/ However, the internal pages of www.organic7thheaven.com such as http://www.7thheavennaturals.com/products/sensitivesouls/ are now displaying a 404 Not Found Message How can I have it so that pages such as the above automatically also redirect to http://www.7thheavennaturals.com/ Thanks!
Technical SEO | | MJMarketing0 -
Mobile Domain \ URL Structure SEO questions
Hi We are making a mobile site for our site for one of our partner sites and I would like to know which one of the following URL structure you recommand as far as SEO concerned? mobile.mywebsite.com or mywebsite.mobi Also, should I worry about duplicated content on my mobile site?
Technical SEO | | CookingCom0 -
First click on SEO redirecting to a competitor site?
I just experienced something VERY odd and wondered if any of you had an idea of what it might be. When I did a search on Google and clicked the top SEO listing I was taken to a competitor of the number 1 listed site i.e. NOT the site I clicked on. When I clicked the back button and clicked it again, I was taken to the correct site. This happened with two different searches and I was taken to two different sites. Could this be a clever/sinister cookie implemented by the competitor; a site I frequent regularly? Could this be malware implemented by an affiliate? Could this be a Google glitch?
Technical SEO | | Red_Mud_Rookie0 -
Https redirect
Hi there, a client of mine is asking me if Google would penalize to redirect from all the http urls to https (they want to change the security protocol). I assume it is going to work as a classic 301, right? so they might lose some authority in they way, but I am not 100% sure. Can anyone confirm this? does anyone has a similar experience? thanks a lot!
Technical SEO | | elisainteractive0