Technical 301 question
-
Howdy all, this has been bugging me for a while and I wanted to know the communities ideas on this.
We have a .com website which has a little domain authority and is growing steadily. We are a UK business (but have a US office which we will be adapting too soon)
We are ranking better within google.com than we do on google.co.uk probably down to our TLD.
Is it a wise idea to 301 our .com to .co.uk for en-gb enquiries only? Is there any evidence that this will help improve our position? will all the link juice passed from 301s go to our .co.uk only if we are still applying the use of .com in the US?
Many thanks and hope this isn't too complicated!
Best wishes,
Chris -
I'm confused a little
If you are going to be using only one domain, you don't have to use hreflang whatsoever.
If you do decide to kepp both, then you don't have to use hreflag or rewrite rules either, just do backlinks to whatever domains you need and that's it.
-
Have you checked out that tool yet and answered the questions? I can help you with the technical implementation, but need to know what's best for your business first.
-
Hi Charles so keep .com and then leverage hreflang and rewrite rules to - /en-gb and /en-us maybe?
Chris
-
My suggestion stays the same - "either combine two domains in one, or use two and do double work on SEO and backlinks"
If you do decide to combine them, i'd use .com
-
thanks for your input both - so what would be your two cents into how to do this? - we have a .com and want to keep .com as the central point, UK is our prime business so far.
-
- I am not too interested in looking at the UX side for now
Bad-bad-bad-bad idea
- I feel the .com is not ranking as well on google.co.uk because google favours .co.uk offer .com.it will still be ONE website.
Ok, .com is not gonna be favourable to local google domains, because it's "international" as Kate said. And still, the juice is not gonna be redirected from a link, just if you 301 it for en-gb locale. As I was saying before, link is "tied" to whatever domain it's linking, unless it has hreflang.
So, my suggestion is still the same: either combine two domains in one, or use two and do double work on SEO and backlinks.
-
First, please don't ignore UX. That is a big part of how the search engines operate today.
As Charles said, an IP based 301 redirect is a very bad idea. Please, please don't do it. It will only hurt you. Google only crawls from the US, so they will never see the redirect. And as Charles said, US people traveling in the UK would not be able to get to the US site.
Also, like Charles, I am confused. You have 2 domains, but want one. I think that is what you mean. You have .co.uk and .com, but would prefer to have everything on .com. That's possible, in my testings, having a .co.uk is not a guarantee for ranking. It can help search engines understand your target market, but regional TLDs (ccTOLDs) are meant for businesses that only operate in that country, or have content/products/information that is specific to that region.
.com on the other hand is a generic TLD, it is not focused to one country.
If you want the .com to rank better in the UK, there are a few questions I need you to answer. In fact, go here: http://outspokenmedia.com/international-seo-strategy/ and let me know what result you get from those questions. Then I can help you with the technical setup.
-
Hi Charles, we want to ideally have one domain - the .com. To simplify My question is about using 301 to pass link juice to both the .co.uk and the .com, with google.co.uk ranking the .co.uk website and google.com ranking the .com website using 301 rewrite rules. I am not too interested in looking at the UX side for now, this is just purely based on search engine urls and how they get structured, and the reason we want to do this, is because I feel the .com is not ranking as well on google.co.uk because google favours .co.uk offer .com.
it will still be ONE website.
hope that is a little clearer.
-
Howdy, my friend.
This does sound a little complicated.
We have a .com website which has a little domain authority and is growing steadily. We are a UK business (but have a US office which we will be adapting too soon)
We are ranking better within google.com than we do on google.co.uk probably down to our TLD.
From first line it sounds like you have one domain (.com), second line tells me that you got two domains (.co.uk and .com). So, which is it? well, it wouldn't affect my answer, I guess, I'll cover both.
So, let's go step-by-step:
-
Is it a wise idea to 301 our .com to .co.uk for en-gb enquiries only? - No!Because i can be in any part of the world and i can set my browser locale header to whatever i want. Or it can happen automatically due to whatever circumstances. So, let's say I'm travelling from UK to US. My browser is set to en-gb locale, I do my search for your company in US, I get redirected to UK website, even though I want to fing US one - no good. Bad UX
-
Is there any evidence that this will help improve our position? will all the link juice passed from 301s go to our .co.uk only if we are still applying the use of .com in the US? - I combine these two into one answer. Link juice can be passed if crawlers can differentiate locale on a given URL. Here is how they can do it:
https://support.google.com/webmasters/answer/6144055?hl=en
So, let's say there is a website with link to yours. It's one link. You can't set two "hreflang"s, or "rel"s, or write it in two languages at the same time on the same URL. So, basically you can tell bots to consider that link as a "juice-passer" to only one domain.
Now, is there a good reason for you guys to have two different domains? If it has similar information, style etc., you can combine them into one (use subdomains or subfolders - Matt Cutts video) and pretty much cut efforts in half with double the return
If there is a good reason for you guys to have completely different domains, I would concentrate for building/working/structuring .uk website for UK and .com website for US. It means that you'll have to do two backlink profiles building, two different technical and "another one" (forgot the word ) SEOs and so on.
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 Redirect to Home Page or Sub-Page?
What do you think about 301 redirect of good expired domain to a sub-page instead of the home page? I'm doing this so I don't hurt my brand name. Let me know your thoughts please. Thank you
Intermediate & Advanced SEO | | JuanWork0 -
Is This 301 redirection correct??
Hello Everyone, I have Added This in .htaccess. Options +FollowSymlinks
Intermediate & Advanced SEO | | falguniinnovative
RewriteEngine on
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule (.*) http://www.domain.com/$1 [R=301,L] RewriteCond %{THE_REQUEST} ^./index.html
RewriteRule ^(.)index.html$ http://www.domain.com/$1 [R=301,L] ErrorDocument 404 /index.html Is this Correct ?? or need any change, please help, thanx in advace .0 -
Clarity needed on 301 redirects
Looking to get a bit of clarity on redirects: We're getting ready to launch a new website with a simplified url structure (we're consolidating pages & content) & I already know that I'll have to employ 301 redirects from the old url structure to the new. What I'm not clear about is how specifc I should be. Here's an example of my file structure: Old website: www.website.com
Intermediate & Advanced SEO | | JSimmons17
New website: www.website.com Old website: www.website.com/vacations
New website: www.website.com/vacations Old website: www.website.com/vacations/costa-rica
New website: www.website.com/vacations/central-america Old website: www.website.com/vacations/costa-rica/guanacaste
New website: www.website.com/vacations/central-america Old website: www.website.com/vacations/mexico
New website: www.website.com/vacations/central-america Old website: www.website.com/vacations/mexico/cancun
New website: www.website.com/vacations/central-america Old website: www.website.com/vacations/bolivia
New website: www.website.com/vacations/south-america Old website: www.website.com/vacations/bolivia/la-paz
New website: www.website.com/vacations/south-america Do I need to redirect each and every page or would just redirecting just the folder be enough to keep my SEO juice? Many thanks in advance for any help!0 -
Url rewrite & 301 redirects
Hi all I am having some issues rearding url rewrites and 301 redirects with 1 and 1 hosting and am unsure of the best approach. The website is a custom made shopping cart system with categories and products. The current urls for categories are : index.php?l=product_list&c=1 The new url format required is : /banner-stands The current urls for products are : index.php?l=product_detail&c=1&p=1 The new url format required is : /banner-stands/banner-stand Thanks
Intermediate & Advanced SEO | | vividwebdesign0 -
After the 301 redirect
Hi all, A quick question, after you have setup your 301 re-directs in .htaccess - is it necessary to keep your content in the original domains directory? My thinking is that requests do get as far as referencing the directory, thus it should be safe to delete all the files on the old domain? Thanx!
Intermediate & Advanced SEO | | gazza7770 -
Questions about 301 Redirects
I have about 10 - 15 URLs that are redirecting to http://www.domainname.comwww.domainname.com/. (which is an invalid URL)The website is on a Joomla platform. Does anyone know how I can fix this? I can't figure out where the problem is coming from.
Intermediate & Advanced SEO | | JohnParker27920 -
Technical SEO issue
Hi Everyone, I have encountered a major issue in one of my clients website(kitchen appliance website). This client has 2 main websites (A & B) linked with each other representing 2 different categories of appliances. We are trying to create some brand pages that this store carries. One brand page has been created and when searching for it on SERP, the results found should be under URL A but it is under URL B. I don't know what is going on? Can someone explain me what happened? Thank you,
Intermediate & Advanced SEO | | Ideas-Money-Art0 -
Google Not Indexing Description or correct title (very technical)
Hey guys, I am managing the site: http://www.theattractionforums.com/ If you search the keyword "PUA Forums", it will be in the top 10 results, however the title of the forum will be "PUA Forums" rather than using the code in the title tag, and no description will display at all (despite there being one in the code). Any page other than the home-page that ranks shows the correct title and description. We're completely baffled! Here are some interesting bits and pieces: It shows up fine on Bing If I go into GWT and Fetch as Google Bot, it shows up as "Unreachable" when I try to pull the home-page. We previously found that it was pulling 'index.htm' before 'index.php' - and this was pulling a blank page. I've fixed this in the .htaccess however to make it redirect, however this hasn't solved the problem. I've disallowed it from pulling the description .etc from the Open Directory with the use of meta tags - didn't change anything. It's vBulletin and is running vBSEO Any suggestions at all guys? I'll be forever in anyones debt who can solve this, it's proving to be near impossible to fix. Here is the .htaccess file, it may be a part of the issue: RewriteEngine On DirectoryIndex index.php index.html Redirect /index.html http://www.theattractionforums.com/index.php RewriteCond %{HTTP_HOST} !^www.theattractionforums.com
Intermediate & Advanced SEO | | trx
RewriteRule (.*) http://www.theattractionforums.com/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap/)
RewriteRule ^((archive/)?(..php(/.)?)?)$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
RewriteRule ^forum/(.*)$ http://www.theattractionforums.com/$1 [R=301,L]0