Homepage 301 and SEO Help
-
Hi All,
Does redirecting alternate versions of my homepage with a 301 only improve reporting, or are there SEO benefits as well. We recently changed over our servers and this wasn't set-up as before and I've noticed a drop in our organic search traffic. i.e. there was no 301 sending mywebsite.com traffic to www.mywebsite.com
Thanks in advance for any comments or help.
-
Hi Mick,
One more question if you don't mind, how would this affect my traffic results? Could this be why my direct is off so much? Or would it show in my organic traffic?
My Direct traffic used to be 3x or 4x by Organic or Paid traffic, now it's barely 1/10th. Cheers.
-
Thanks Mick, appreciate you taking the time to look at it. I'll get on this asap!
-
This is not implemented. You have both www and non www URLs along with /index.php for the homepage. This needs to be implemented in your htaccess file with something like (ensure you backup existing file):
Redirect non-www urls to www
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www.4cabling.com.au
RewriteRule (.*) http://www.4cabling.com.au/$1 [R=301,L]Remove index from URL
RewriteRule ^(.*)index.(htm|html|php)$ http://%{HTTP_HOST}/$1 [R=301,L]
Your page load is woeful and you need to address - https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2F4cabling.com.au%2F&tab=desktop
Also, you have not got canonical tags set up for each page which I would recommend
-
-
What is the URL?
-
Follow Up:
So, I had our SEO guy do a 301 for both versions of our homepage, and now every single page on our site is showing as duplicate content! Is this just a reporting thing, or do they have no idea what they are doing?
-
Cheers, will get our devs on this asap.
-
Thanks,
Page load is good, pages are indexed, but we did get an error in Google Analytics showing that we needed to 301 our homepage, but when I showed it to them they said it wasn't a big deal!!!!
They've since done the 301, but I think I need to learn to do it myself for next time.
-
If you have changed servers I would double check a few things. This is stuff to rule out:
- Page load speed should be good
- All your pages are still indexed in Google
- There are no warnings in Google Webmaster Tools
- Have a look through your link profile - if the majority of links are to non www then the 301s will shave an edge off the link value from those links. You are right to do the 301, so if this the case see if you can update those links.
- Have you implemented any other internal 301s to new URLs
-
It is very important redirect all the alternate versions of your home page to be permanently redirect to the preferred version of the home page. Search Engines ideally consider unique URLs to be a separate page on the website and if two different URLs contain the same content that will be considered as duplicate content which actually can hurt your SERP rankings.
For example:
- http://www.example.com/xyz - http://www.example.com.xyz.html
these two URLs are different in the eye of Google and if it displays the same content that will be considered as duplicate content. In order to stay away from this problem you should set 301 redirects to all alternate versions of your home page.
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
-
Our homepage url has been 301'd to the new https version - as our MD wanted us to have the secure protocol
Hello Mozers I'm just checking whether it is good practice to 301 the main homepage url to its https version. Will this have any detrimental effect on ranking and DA?
Technical SEO | | Catherine_Selectaglaze0 -
301 Redirect
Hello Moz Community, I have a question regarding 301 redirecting a new domain that contains keywords relevant to my website. However, I do NOT want to change my current domain. My main question is, by just redirecting this new domain to my current website, will those keywords in the new domain help with ranking in anyway? Thanks in advance for any help!
Technical SEO | | WyzeOwl0 -
Is dash problem for seo?
My web site http://www.green-lotus-trekking.com is this problem for google search engine optimization? Some little percentage problem or totally I am in Confusion?
Technical SEO | | agsln0 -
301 redirects
Hi, I am a working on a new web site, and I want to redirect all the urls of another site (on a different host) to this one. According to both hosts it is "impossible" to do this for all urls. I don't believe that to be the case, but how do I do this? And, should both sites be hosted on the same server first?
Technical SEO | | vibelingo0 -
Expressionengine SEO
One of my clients is using expressionengine CMS, and even the simplest things like creating unique page titles seem to be a nightmare. When I try to change page title via cms it also changes navigation menu. Any help will be appreciated.
Technical SEO | | Thommas0 -
How to write 301 redirects in WordPress
I've successfully migrated new site to new domain (www.cmsearchmarketing.com) But I cannot get 301 redirects for pages and blog posts to redirect from the old domain (www.creativemindsearchmarketing.com). And it's my understanding I need to do a 301 for each page to maintain SEO. Here's what I've tried: RewriteCond %{QUERY_STRING} ^p=975$RewriteRule ^index.php$ http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/? [R=301,L] BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress #AND ALSO# Use PHP5 Single php.ini as defaultAddHandler application/x-httpd-php5s .php BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule># END WordPress redirect 301 /top-5-questions-to-ask-an-seo-firm-before-signing-up http://www.cmsearchmarketing.com/top-5-questions-to-ask-an-seo-firm-before-signing-up/ Any suggestions would be appreciated. _Cindy P.S. Maybe some other issues are in the way: --Old site is WP-Remix theme no longer supported, and latest WP version is 2.9.1 -- Old domain (www.creativemindsearchmarketing.com) is the primary account on BlueHost …and the new domain (www.cmsearchmarketing.com) is an addon, so the new domain's directory is within root of old domain. -- in root domain of old site there are other "handler files" that also have base file rewrites, if this is an issue: name of this file in root directory is:
Technical SEO | | CeCeBar
.htaccess.addHandlerBak -FrontPage- <limit get="" post="">order deny,allowdeny from allallow from all</limit><limit put="" delete="">order deny,allowdeny from all</limit>AuthUserFile /home/creatjo7/public_html/_vti_pvt/service.pwdAuthGroupFile /home/creatjo7/public_html/_vti_pvt/service.grp# BEGIN WordPress<ifmodule mod_rewrite.c="">RewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</ifmodule> END WordPressAuthName creativemindsearchmarketing.comIndexIgnore .htaccess /.?? *~ *# /HEADER /README /_vti0 -
My home page 301 redirects - is this an SEO problem
When ever a browser calls my site canineconcepts.co.uk, it is automatically 301 redirected to canineconcepts.co.uk/en I am not sure if I should be concerned about this from an SEO perspective or not. Any thoughts?
Technical SEO | | CanineConcepts0 -
SEO - Localization
Hello Folks, I'm curious why my landing page is ranking at #1 on www.google.com.br ( brazil ). keyword: build wizard diablo 3. My lp is above well know domain names such as: wikia.com , blizzard.com , and also above a keyworded domain name: www.wizardbuilds.com/ Is just because my website is focus in brazilian google( .com.br ) or is because my landing page are better than the others( i don't think so)? Thanks.
Technical SEO | | augustos1