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.
Auto-Redirecting Homepage on Multilingual Site
- 
					
					
					
					
 The website has an auto-redirecting homepage on a multilingual site. Here is some background: - 
User visits the site for first time > sent to javascript age verification page with country of origin selector. If selects "France" then served French page (.com/fr-fr/). If selects any other country, then served English page (.com/en-int/). 
- 
A cookie is set, and next time the user visits the site, they are automatically served the appropriate language URL. 
 1st Question: .com/ essentially does not exist. It is being redirected to .com/en-int/ as this is the default page. Should this be a 301 redirect since I want this to serve as the new homepage? 2nd Question:. In the multilingual sitemap, should I still set .com/ as the hreflang="x-default" even though the user is automatically redirected to a language directory? According to Google, as just released here: http://googlewebmastercentral.blogspot.com/2014/05/creating-right-homepage-for-your.html "automatically serve the appropriate HTML content to your users depending on their location and language settings. You will either do that by using server-side 302 redirects or by dynamically serving the right HTML content. Remember to use x-default rel-alternate-hreflang annotation on the homepage / generic page even if the latter is a redirect page that is not accessible directly for users." So, this is where I am not clear. If use a 302 redirect of .com/ to either .com/en-int/ or .com/fr-fr/, won't I then lose the inbound link value and DA/PA of .com/ if I just use a 302? Note: there is no .com/ at this moment. Any advice is appreciated. Thanks,Alex 
- 
- 
					
					
					
					
 If you don't use hreflang="x-default" there can be some potential search issues: 1. Searchers of a particular language/region aren't shown a URL tailored to them when one exists. 
 Google might show:
 www.example.com/en-us/product-item (in Google UK - searcher was searching for example product item)2. Search results might disply two similar URLs from yoru site, confusin users 3. Search engine might not be aware of all language variations However, if the main index page (www.example.com) doesn't exist and has been 301 redirected to en-us then you can keep en-us as your default page and use . Or, if you've have a URL that doesn't consistently serves content in one language - perhaps it redirects to different language pages based on the user's IP, or it dynamically serves different language content on the same page, or it's a page which only asks the user to select their preferred home page then your hreflang value can be x-default. x-default signals to search engines that the URL's language is broad, rather then specific Hreflang doesn't harm in any which way even if you're using proper redirects 
Browse Questions
Explore more categories
- 
		
		Moz ToolsChat with the community about the Moz tools. 
- 
		
		SEO TacticsDiscuss the SEO process with fellow marketers 
- 
		
		CommunityDiscuss industry events, jobs, and news! 
- 
		
		Digital MarketingChat about tactics outside of SEO 
- 
		
		Research & TrendsDive into research and trends in the search industry. 
- 
		
		SupportConnect on product support and feature requests. 
Related Questions
- 
		
		
		
		
		
		Multilang site: Auto redirect 301 or 302?
 We need to establish if 301 or 302 response code is to be used for our auto redirects based on Accept-Language header. https://domain.com International SEO | | fJ66doneOIdDpj
 30x > https://domain.com/en
 30x > https://domain.com/ru
 30x > https://domain.com/de The site architecture is set up with proper inline HREFLANG.
 We have read different opinions about this, Ahrefs says 302 is the correct one:
 https://ahrefs.com/blog/301-vs-302-redirects/
 302 redirect:
 "You want to redirect users to the right version of the site for them (based on location/language)." You could argue that the root redirect is never permanent as it varies based on user language settings (302)
 On the other hand, the lang specific redirects are permanent per language: IF Accept-Language header = en
 https://domain.com > 301 > https://domain.com/en
 IF Accept-Language header = ru
 https://domain.com > 301 > https://domain.com/ru So each of these is 'permanent'. So which is the correct?0
- 
		
		
		
		
		
		GeoIP Redirects & hreflang
 Hello, We believe we've had some issues with hreflang tags not remaining validated due to the implementation of geoIP redirects. Previously, if a user clicked a landing page on Google search that was not targeted for their territory, they would instantly be redirected to a sub path that targets their territory using geoIP redirects. We're planning to remove the initial geoIP redirects and have messaging that prompts the user to either stay on the page they've landed on, or be redirected to page that is right for their territory. However, if a user has selected to be redirected to a sub path that is targeted for their territory, they will have a cookie preference set for the IP location they've selected, and will continue to be redirected to their chosen sub path. My question is, will a crawler follow and trigger the geo preference cookie, which could potentially cause complexities in validating hreflang tags and ranking of content for the right market. Thanks. International SEO | | SEONOW1230
- 
		
		
		
		
		
		International Site Merge
 Hello, I've never had to deal with an international site before, let alone a site merge. These are two large sites, we've got a few smaller old sites that are currently redirecting to the main site (UK). We are looking at moving all the sites to the .com domain. We are also currently not using SSL (on the main pages, we are on the checkout). We also have a m.domain.com site. Are there any good guides on what needs to be done? My current strategy would be: Convert site to SSL. Mobile site and desktop site must be on the same domain. Start link building to the .com domain now (weaker link profile currently) What's the best way of handling the domains and languages? We're currently using a .tv site for the UK and .com for the US. I was thinking, and please correct me if i'm wrong, that we move the US site from domain.com to domain.com/us/ and the domain.tv to domain.com/en/ Would I then reference these by the following: What would we then do with the canonicals? Would they just reference their "local" version? Any advice or articles to read would really be appreciated. International SEO | | ThomasHarvey0
- 
		
		
		
		
		
		Google does not index UK version of our site, and serves US version instead. Do I need to remove hreflanguage for US?
 Webmaster tools indicates that only 25% of pages on our UK domain with GBP prices is indexed. International SEO | | lcourse
 We have another US domain with identical content but USD prices which is indexed fine. When I search in google for site:mydomain I see that most of my pages seem to appear, but then in the rich snippets google shows USD prices instead of the GBP prices which we publish on this page (USD price is not published on the page and I tested with an US proxy and US price is nowhere in the source code). Then I clicked on the result in google to see cached version of page and google shows me as cached version of the UK product page the US product page. I use the following hreflang code: rel="alternate" hreflang="en-US" href="https://www.domain.com/product" />
 rel="alternate" hreflang="en-GB" href="https://www.domain.co.uk/product" /> canonical of UK page is correctly referring to UK page. Any ideas? Do I need to remove the hreflang for en-US to get the UK domain properly indexed in google?0
- 
		
		
		
		
		
		In the U.S., how can I stop the European version of my site from outranking the U.S. version?
 I've got a site with two versions – a U.S. version and a European version. Users are directed to the appropriate version through a landing page that asks where they're located; both sites are on the same domain, except one is .com/us and the other is .com/eu. My issue is that for some keywords, the European version is outranking the U.S. version in Google's U.S. SERPs. Not only that, but when Google displays sitelinks in the U.S. SERPs, it's a combination of pages on the European site and the U.S. site. Does anyone know how I can stop the European site from outranking the U.S. site in the U.S.? Or how I can get Google to only display sitelinks for pages on the U.S. site in the U.S. SERPs? Thanks in advance for any light you can shed on this topic! International SEO | | matt-145670
- 
		
		
		
		
		
		If I redirect based on IP will Google still crawl my international sites if I implement Hreflang
 We are setting up several international sites. Ideally, we wouldn't set up any redirects, but if we have to (for merchandising reasons etc) I'd like to assess what the next best option would be. A secondary option could be that we implement the redirects based on IP. However, Google then wouldn't be able to access the content for all the international sites (we're setting up 6 in total) and would only index the .com site. I'm wondering whether the Hreflang annotations would still allow Google to find the International sites? If not, that's a lot of content we are not fully benefiting from. Another option could be that we treat the Googlebot user agent differently, but this would probably be considered as cloaking by the G-Man. If there are any other options, please let me know. International SEO | | Ben.JD0
- 
		
		
		
		
		
		Best domain for spanish language site targeting ALL spanish territories?
 hi, we're have a strong .com domain and are looking to launch a site for spanish speakers (ie latin america + spain). we already have various subdirectories for some foreign language sites (eg. ourdomain.co.uk, us.ourdomain.com, ca.ourdomain.com, ourdomainchina.com, ourdomainindia.com etc) we already have a B2B site ourdomain.com-es which will remain the same. I'm thinking best practice would be to launch translated copy for the following: ourdomain.com/es ourdomain.com/cl ourdomain.com/mx ourdomain.com/pt etc etc firstly is this the best option? secondly, i'm really interested to hear whether there is a less time/resource intensive route that would give us visibility in ALL spanish speaking territories? Also - if we go with just one of the above (eg ourdomain.com/cl) how likely are we to get traction in other spanish speaking territories? any help much appreciated! International SEO | | KevinDunne0
- 
		
		
		
		
		
		Country specific domains pointing to a .com site
 Hello, I am new to seo so please be easy if this happens to be a "silly" question. My company has a .com site. We are expanding into global markets, focusing on specific countries right now. General question: Would I be penalized for duplicate content if I purchased country-specific domains and pointed them to the .com site? Thanks, Jim International SEO | | jimmer0
 
			
		 
			
		 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				 
					
				