Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Best geotargeting strategy: Subdomains or subfolders or country specific domain
-
How have the relatively recent changes in how G perceives subdomains changed the best route to onsite geotargeting i.e. not building out new country specific sites on country specific and hosted domains and instead developing sub-domains or sub-folders and geo-targeting those via webmaster tools ?
In other words, given the recent change in G perception, are sub-domains now a better option than a sub-folder or is there not much in it ?
Also if client has a .co.uk and they want to geo-target say France, is the sub-domain/sub-folder route still an option or is the .co.uk still too UK specific, and these options would only work using a .com ?
In other words can sites on country specific domains (.co.uk , .fr, .de etc etc) use sub-folders or domains to geo-target other countries or do they have no option other than to develop new country specific (domains/hosting/language) websites ?
Any thoughts regarding current best practice in this regard much appreciated. I have seen last Febs WBF which covers geotargeting in depth but the way google perceives subdomains has changed since then
Many Thanks
Dan
-
That isn't a domain at all - it's a sub-domain - what you've purchased there is yourdomain.uk.com - so your site is actually on a sub-domain of the domain uk.com
I'm guessing that in theory you could geo-target via Webmaster Tools, however I think that in reality you might struggle to get the site to rank. It would also make for some pretty mixed up looking URLs - yourdomain.uk.com/fr/ - the UK in there might mean lower click through rates as the site looks primarily UK focused.
I hope this helps,
Hannah
-
Sorry 1 more question re my client with the .co.uk who wants to Geo-target content to france.
They do have the .com version of their domain too. If the site was new I would recommend changing this round so they can geotarget france via the sub-directory on the .com and would still like to but since the site is well established I fear changing from the .co.uk to the .com will lose alot of its existing history/authority/rankings etc etc.
Is this a valid concern or should swapping the site over to sit on the .com, rather than the existing .co.uk, and then 301'ing the .co.uk pages to the .com deal with this ?
Many Thanks
Dan
-
Many Thanks Hannah !
Cheers
Dan
-
Hi Dan,
uk.com is the domain - but your site is effectively sitting on a subdomain - i.e. yourdomain.uk.com
As such I'd expect that technically speaking you could geo-target something like yourdomain.uk.com/fr/ via webmaster tools, but I wouldn't recommend it.
Partially because I don't think it will actually work - overall you're giving off a really mixed signal, but also from a user experience perspective - I don't think French users will want to transact with a uk.com site - it just looks like a site for people in the UK.
Thanks
Hannah
-
Thank you all for your helpful comments !!
So to summarise - all fine to go sub-directory route for generic domains like .com, .net etc but if you have country specific domain such as .co.uk then forget it and start afresh with a domain/language/hosting for your target country.
Just to throw a cat amongst the pigeons - if you have a .uk.com domain is that considered as a genuine uk focused tld or a .com ? So for .uk.com domains can you geo-target using sub-directories since ultimately considered as .com, or not ?
All Best
Dan
-
I would go for subdirectory approach if the site has a generic TLD like .com. Link building becomes much easier. However if you have country TLD like .co.uk then I would not go for a subdirectory approach. www.xyz.co.uk/de may be perceived a UK site for a German user from a site conversion point of view.
-
Some time ago I struggled with the same problem, and after reading articles on the seomoz blog and questions posted here I went for subdirectories.
subdirectories still give you the ability to add those folders to Google Webmaster Tools and set regio for that folder. You can go with country specific domains as well, but you will have to build links for every domain, whereas you only have to do it once when you choose subfolders.
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
-
Moving from a subdomain to subfolder
Hello, I am currently working on a site that is leveraging multiple subdomains. I wanted to see if it suggested to migrate them into subfolders. One of the subdomains is a .shop and the other is location specific. Thanks, T
Technical SEO | | Tucker_100 -
Redirect typo domains
Hi, What's the "correct" way of redirecting typo domains? DNS A record goes to the same ip address as the correct domain name Then 301 redirects for each typo domain in the .htaccess Subdomains on typo urls still redirect to www or should they redirect to the subdomain on the correct url in case the subdomain exists?
Technical SEO | | kuchenchef0 -
Does a subdomain benefit from being on a high authority domain?
I think the title sums up the question, but does a new subdomain get any ranking benefits from being on a pre-existing high authority domain. Or does the new subdomain have to fend for itself in the SERPs?
Technical SEO | | RG_SEO0 -
Best strategy to handle over 100,000 404 errors.
I recently been given a site that has over one-hundred thousand 404 error codes listed in Google Webmasters. It is really odd because according to Google Webmasters, the pages that are linking to these 404 pages are also pages that no longer exist (they are 404 pages themselves). These errors were a result of site migration that had occurred. Appreciate any input on how one might go about auditing and repairing large amounts of 404 errors. Thank you.
Technical SEO | | SEO_Promenade0 -
301 Redirects in subfolders
Hi, we're making our site into a static site but I would like to transfer the Google juice. Most of the links and database exist on subfolders though. Could I simply do 301 redirects on the subfolders and retain the value or does it have to be on the full domain?
Technical SEO | | Therealmattyd0 -
Redirect root domain to www
I've been having issues with my keyword rankings with MOZ and this is what David at M0Z asked me to do below. Does anyone have a solution to this? I'm not 100% sure what to do. Does it hurt ranking to have a domain at the root or not? Can I 301 redirect a whole site or do I have to do individual pages. "Your campaign is looking for rankings for the www version of the campaign but the URL resolves as a root domain. This would explain the discrepancy. Since there is no re-direct between the two, you can have brickmarkers.com 301 re-direct to www.site.com which will prevent you from re-creating your campaign to track the root domain. Once the re-direct is in place it will take a while for Google to show the www version in the results in which your campaign rankings will be accurate." Thanks
Technical SEO | | SeaDrive0 -
How to Redirect only specific pages to new domain
My HTACCESS FILE IS AS FOLLOWS: rewriteengine on
Technical SEO | | askthetrainer
rewritecond %{HTTP_HOST} ^mydomain.com$
rewriterule ^mydomain/(.*)$ "http://www.mydomain.com/$1" [R=301,L] #4d864805b49b5 I want to move ONLY specific pages from this domain to a new domain How do I edit my HTACCESS (which redirects http:// to www.) to move specific pages from old domain (which I have to delete) to new domain.... I.e. http://mydomaon.com/move.html needs to move to http://mynewdomain.com/move.html Where i can delete the original domains0 -
How to move my blog from subdomain to subfolder?
Not an unusual situation, I have a blog on blog.domain.com it has quite a few blog postings. The platform is old and will be scrapped, but the blog content itself is going to be moved to domain.com/blog. The current process is we are manually listing all linked to/content pages and we are going to 301 redirect them to their counterparts on the new blog. This is going to be a tedious process. A) Is there any way to automate the moving of the blog? B) What is the best way to do the massive 301 redirect, php headers, .htaccess? Should we move the individual pages with redirects, or redirect the domain in the .htaccess (this will be very difficult to match all the titles and file structure)?
Technical SEO | | MarloSchneider0