Delivering different content according to country
-
Hey,
I have a question regarding different content according to country (IP)-
We planing to serve mobile users using dynamic HTML serving (on the same url)
Is it possible to serve different content for different devices + different IPs (for example different content for a user from US android and someone from UK android )thanks!
-
Hello there,
First up let's deal with the international element. As John has mentioned Googlebot typically crawls from the US - as such if you're dynamically serving content based on IP (on the same URL) you're in danger of Google only being able to crawl and index your US content as it's unlikely Googlebot will ever see the content you've created for other countries.
As such I'd recommend creating distinct URLs for each country and using rel=alternate hreflang as John Barth has suggested. Just to be clear - I wouldn't recommend serving UK vs US content dynamically on the same URL.
However, from these distinct URLs it's totally fine to serve content appropriate to the device. Use the Vary-HTTP Header to indicate to Googlebot and Googlebot-Mobile that a mobile user-agent gets served a different version (in order to avoid looking like you’re cloaking). See https://developers.google.com/webmasters/smartphone-sites/details.
I hope this helps,
Hannah
-
Yes, you could do this. Googlebot almost always comes from the US (I've seen it come from Canada before), so Google will probably only see your US content, and use that in SERPs around the world. An ideal set up for this would be doing geo-based redirects to distinct URLs depending on the locations. To keep from having duplicate content, you can set up rel=alternate hreflang. With this set up, Google can find all your different international versions, and serve the right pages in international SERPs. With this set up people in the UK who search will see your UK pages.
You can also sniff out Googlebot-Mobile and serve your mobile pages to it, so that Google uses your mobile pages in their mobile SERPs.
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
-
Advise on the right way to block country specific users but not block Googlebot - and not be seen to be cloaking. Help please!
Hi, I am working on the SEO of an online gaming platform - a platform that can only be accessed by people in certain countries, where the games and content are legally allowed.
International SEO | | MarkCanning
Example: The games are not allowed in the USA, but they are allowed in Canada. Present Situation:
Presently when a user from the USA visits the site they get directed to a restricted location page with the following message: RESTRICTED LOCATION
Due to licensing restrictions, we can't currently offer our services in your location. We're working hard to expand our reach, so stay tuned for updates! Because USA visitors are blocked Google which primarily (but not always) crawls from the USA is also blocked, so the company webpages are not being crawled and indexed. Objective / What we want to achieve: The website will have multiple region and language locations. Some of these will exist as standalone websites and others will exist as folders on the domain. Examples below:
domain.com/en-ca [English Canada]
domain.com/fr-ca [french Canada]
domain.com/es-mx [spanish mexico]
domain.com/pt-br [portugese brazil]
domain.co.in/hi [hindi India] If a user from USA or another restricted location tries to access our site they should not have access but should get a restricted access message.
However we still want google to be able to access, crawl and index our pages. Can i suggest how do we do this without getting done for cloaking etc? Would this approach be ok? (please see below) We continue to work as the present situation is presently doing, showing visitors from the USA a restricted message.
However rather than redirecting these visitors to a restricted location page, we just black out the page and show them a floating message as if it were a model window.
While Googlebot would be allowed to visit and crawl the website. I have also read that it would be good to put paywall schema on each webpage to let Google know that we are not cloaking and its a restricted paid page. All public pages are accessible but only if the visitor is from a location that is not restricted Any feedback and direction that can be given would be greatly appreciated as i am new to this angle of SEO. Sincere thanks,0 -
Site Ranking in all countries except USA
Hello, I have a site www.apdermatology.com in is ranking #1 for
International SEO | | element8design
"Dermatologist Chelsea Mi" "Dermatologist Chelsea Michigan" In Google in Canada, UK, Australia, Etc.. But in the USA it is on the 4th+ Page, it has been this way for weeks if not months. And does not seem to come up. I originally thought maybe that google was penalizing the site although, it comes up in all other counties. Does anyone have any recommendations how to resolve this, or what the problem may be? Thanks.0 -
E-Commerce site in 2 languages - Duplicate content or not?
How does Google view this? Our current site works like:
International SEO | | bjs2010
www.domain.com/EN - English
www.domain.com/ES - Spanish All products are the same, just different language and different URL for them - is this good or bad? I thought of either Going with .co.uk or .com for "English" and a .es for "Spanish"
OR Subdomaining it. www.es.domain.com and www.en.domain.com Any advice appreciated!0 -
Same language manage many country
Hello, I would like to hear how you would handle the following situation. I make website for people with a .be domain that also want to score in .nl . Both countries speak dutch. There are however slight variations between the two countries. For some it does not matter for others it can be handy. Ex. A specific product might be called diffrent in one country then the other. The main problem is for those that have a .be domain will not score on a .nl domain and visa versa. This due geo targeting. What would you do? Imagine we already have a .be domain (.be == belgium, .nl==Netherland both speak dutch) A: Buy a .nl and copy and show the same content on .nl as .be
International SEO | | nono_1974
B: Buy a .nl and make new content (lots of work)
😄 Buy a .EU, .com adres and Geotarget nl.somedomain.eu , be.somedomain.eu . But what about the content The main problem is double content and targeting the two countries.0 -
Ranking well internationally, usage of hreflang, duplicate country content
I'm trying to wrap my head around various options when it comes to international SEO, specifically how to rank well in countries that share a language, and the risk of duplicate content in these cases. We have a chance to start from scratch because we're switching to a new e-commerce platform, and we were looking into using hreflang. Let's assume an example of a .com webshop that targets both Austria and Germany. One option is to include both language and region in the URL, and mark these as such using hreflang: webshop.com/de-de/german-language-content (with hreflang de-de)
International SEO | | DocdataCommerce
webshop.com/de-at/german-language-content (with hreflang de-at) Another option would be to only include the language in the URL, not the region, and let Google figure out the rest: webshop.com/de/german-language-content (with hreflang de) Which would be better? The risk of inserting a country, of course, is that you're introducing duplicate content, especially since for webshops there are usually only minor differences in content (pricing, currency, a word here and there). If hreflang is an effective means to make sure that visitors from each country get the correct URL from the search engines, I don't see any reason not to use this way. But if search engines get it wrong, users will end up in the wrong page and will have to switch country, which could result in conversion loss. Also, if you only use language in the URL, is it useful at all to use hreflang? Aren't engines perfectly able to recognize language already? I don't mention ccTLDs here because most of the time we're required to use a .com domain owned by our customer. But if we did, would that be much better? And would it still be useful to use hreflang then? webshop.de/german-language-content (with hreflang de-de)
webshop.at/german-language-content (with hreflang de-at) Michel Hendriks
Docdata Commerce0 -
Does hosting content for one country in another country negatively affect its SEO ranking?
Hi, my content is primarily for Australian audiences, however due to a general lack of competitive hosting infrastructure, I tend to host a lot of content in the US. A 2007 article I read implied that it's not a good idea - does anyone have a definitive 2011 answer? Cheers, Jez
International SEO | | jez0000 -
SEO for different English spiking countries
Hi, I'm trying to target my SEO to several English spiking countries (Canada, UK, Australia, South Africa and so..) and I came across a big dilemma: should I tray to build a local version of my website for each country, or perhaps I should stay with my one .COM website and re-direct all the English-local-countries with 301 (if anyone will tray to go into the local domain)? The thing is that obviously the best practice to get high ranking is to be local, but what should I put in those sites and who can I avoid duplicate content and user confusion? On the other hand, do you think I can really get high ranking with one website for all those countries, and how? Thanks, Itay Drory.
International SEO | | RAN_SEO0 -
Geo Targeting for Similar Sites to Specific Countries in Google's Index
I was hoping Webmaster Tools geo targeting would prevent this - I'm seeing in select google searches several pages indexed from our Australian website. Both sites have unique TLDs: barraguard.com barraguard.com.au I've attached a screenshot as an example. The sites are both hosted here in the U.S. at our data center. Are there any other methods for preventing Google and other search engines from indexing the barraguard.com.au pages in searches that take place in the U.S.? dSzoh.jpg
International SEO | | longbeachjamie0