301 permanent re-direct
-
My site can be accessed either with or without the www. Does this affect my search positions and do error 301-redirect cause any ill effects?
-
No problem, happy to help and welcome to the community!
-
go into WMT, click on the link for your site
configuration > settings > preferred domain > click the radio button Display URL as WWW
-
Thanks everyone for your help, no doubt i will return very soon.
As you will appreciate i am quite new to this seo business but learning all the time.
Cheers.
-
Ok, I think you are talking about the informational information if you are talking about your campaign in SEOmoz Pro. Yes, it is ok to keep your 301 redirects if they are set up correctly, which it sounds like they are.
-
Thanks George Thanks Robert appreciate your attention.
I can not find where to configure my prefered site i have been on GWMT and searched through my google account and clicked every link but still could not find anything on prefered sites.
With the 301 i don`t think it is an error as such but a redirrect. Should i get rid of the redirrects or would this be ok to keep?
-
Martin
It should be accessed no matter what is placed in the navigation bar. The thing to look at is whether or not you have a preferred domain set in GWMT. (Google Webmaster Tools). To do that you simply go to GWMT, Dashboard, configuration, settings, and set preferred domain as one or the other.
In terms of an "error 301-redirect" I am not sure what type of error you are showing. Typically, any error would be problematic.
Hope this helps,
Robert
-
Hello Martin,
Yes, duplicate content can affect your search positions. Since your site can be accessed either with or without the www, you are likely going to have issues with duplicate content. You can fix this either with a 301-redirect or with canonical links.
You can read about 301 redirecting here:
http://www.seomoz.org/learn-seo/redirection
And you can read about canonical links here:
http://www.seomoz.org/learn-seo/canonicalization
Hope this helps!
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
-
301 redirection for e-commerce website
Hi moz community, I am the web agency for a e-commerce website. Its current domain is https://www.liquorland.co.nz but now all the e-commerce part will be moved to a sub-domain https://shop.liquorland.co.nz. There are thousands of e-commerce current being indexed in Google (i.e., 15,500) plus they also have a mobile version of the page like /mobile/default.aspx. Is it necessary to 301 redirect all the pages? We are afraid it may slow down the website because the request will go through thousands of filters. Is it OK to just redirect the main categories? Many thanks in advance.
Technical SEO | | russellbrown0 -
301 Redirecting http to https
In the Moz Site Crawl issue, I was seeing an error that said we were temporarily redirecting our homepage to https URLs. So I changed the code in htaccess to make it 301 redirect but I'm still getting the same error. I implemented it last week and we just had a new crawl yesterday. Here is the new code: RewriteEngine on
Technical SEO | | Heydarian
RewriteCond %{HTTP_HOST} ^heritagelawmarketing.com [NC]
RewriteRule ^(.*)$ http://www.heritagelawmarketing.com/$1 [L,R=301,NC] Does anyone know why I'm still getting 302 redirects? Thanks0 -
When to break a universal 301
Hi all IN Jan of this year our company re-branded and in doing so we changed the domain of our website. So as to transfer the domain authority from the old site to the new we implemented a global 301 from the old domain. So far our old domain still ranks as 41 but new domain as 38. Unfortunately due to old SEO agencies black hat activities we received a Google penalty on the old domain. We managed to remove the penalty after removing as many spammy links as possible and we also submitted a disvow notice for links we couldn't remove. My question is, is the new domain being harmed by the global 301 from the old domain? And if I remove the 301 from the old domain and let the new site stand on its own could i be faced with rankings disaster? All thoughts welcome! Thanks
Technical SEO | | gavinr
Gavin0 -
My Alexa ranking dropped after a 301 redirect is that bad?
I had all of my non www pages redirect to the www versions. My alexa ranking dropped and keeps dropping after I did this. I'm guessing its because its tracking the non www version. Does anyone know if this is correct and should I worry?
Technical SEO | | CandleCam0 -
301 redirect of a subdirectory
Hello! I am working on a website with the following structure: example.com/sub1/sub2/sub3. The page "example.com/sub1" does not exist (I know this is not the optimal architecture to have this be a nonexistent page). But someone might type that address, so I would like it to redirect it to example.com/sub1/sub2/sub3. I tried the following redirect: redirect 301 /sub1 http://example.com/sub1/sub2/sub3. But with this redirect in place, if I go to example.com/sub1, I get redirected to example.com/sub1/sub2/sub3/sub2/sub3 (the redirect just inserts extra subdirectories). If someone types "example.com/sub1" into a browser, I would "example.com/sub1/sub2/sub3" to come up. Is this possible? Thank you!
Technical SEO | | nyc-seo0 -
301 redirects
Hello. Our site was recently rebuilt, and we switched from using index.php in all the urls to not using it at all. We also changed the names of many of our pages. So the urls have been renamed from "example.com/index.php/old_page_name/" to "example.com/new-page-name/". While we were at it, we changed from "_" to "-" as our word separators in the urls. In the .htaccess file, we have a small block of code that strips out "index.php/" from all requests. This code redirects a request for "example.com/index.php/old_page_name/" to "example.com/old_page_name/" For your information, the code that strips out "index.php/" is: RewriteCond %{THE_REQUEST} ^GET.index.php [NC]
Technical SEO | | nyc-seo
RewriteCond %{THE_REQUEST} !/uSZWTLna/.
RewriteRule (.?)index.php/(.*) /$1$2 [R=301,L] Then we have 301 redirects from "example.com/old_page_name/" to "example.com/new-page-name/" QUESTION 1: Is this two-step redirect approach okay, or would it be better to skip the separate index.php stripping code and simply have 301 redirects that include "index.php" in the urls? QUESTION 2: Will we lose some of the benefit of the links that have to pass through a 301 redirect? QUESTION 3: We have 50 or so redirects. Will this affect performance of the site? How many redirects does it take to start affecting performance? Thank you!0 -
301 redirect from Blogger
Hello, I have a client with a Wordpress network of blogs, each blog is owned by a different blogger. Many of them were migrated time ago from Blogger. I have seen that the way used to redirect them is a meta refresh, so no authority is being passed. I cannot find any reliable way of making a 301 from Blogger, There are some plugins, but I'm afraid of using them. Any of you have experience with this situation please? I have even thought about placing a global rel canonical before the meta refresh, but I think that here the problem is the meta refresh itself.... Thank you in advance
Technical SEO | | Juandbbam0 -
301 Redirect Properly To Keep the Juice
I have a bunch of WP Blogs and was thinking of taking all linkjuice from these to my main money site. The most of the other WP Blogs is hosted at godaddy.com (domain and site) and I know they have a URL Redirects page in site manager but I`m not sure this is the right way to go. Also I wonder some of these sites have hundreds of blogposts there is no way I can "re-create" those on the money site but I am sure that is not a must-thing to do in order to keep the "juice" right or wrong? Last but not least, I was wondering if you think it would be best to redirect the sites to relevant pages on money sites. For instance if i had a domain called cheap-ties.com with 100 blogposts about this and on money site a webshop with a category called ties, should redirect to this or to main domain or doesnt it matter?
Technical SEO | | fAgBxa8b0