The Moz Q&A Forum

    • Forum
    • Questions
    • My Q&A
    • Users
    • Ask the Community

    Welcome to the Q&A Forum

    Browse the forum for helpful insights and fresh discussions about all things SEO.

    1. SEO and Digital Marketing Q&A Forum
    2. Categories
    3. Intermediate & Advanced SEO
    4. Google is mixing subdomains. What can we do?

    Google is mixing subdomains. What can we do?

    Intermediate & Advanced SEO
    19 4 646
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as question
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • jesse-landry
      jesse-landry last edited by

      add a no-crawl in your robots.txt for each subdomain you don't want crawled?

      fabrizzio 1 Reply Last reply Reply Quote -1
      • irvingw
        irvingw last edited by

        Google is more and more treating subdomains like part of the site, this is one example of how. You can demote the sitelinks. If you have a german version for example you can geo target that subdomain for germany results.

        fabrizzio 1 Reply Last reply Reply Quote 0
        • fabrizzio
          fabrizzio @jesse-landry last edited by

          I don't want Google not to crawl the website. I want to set this up properly so he sees that they are different

          jesse-landry 1 Reply Last reply Reply Quote 0
          • fabrizzio
            fabrizzio @irvingw last edited by

            The problem I see with geo targeting through webmasters tool is that I can pick a country and not a language.

            For example I have a portuguese version for Brzil and Portugal. I know this is not the best approach cause both languages has its differences, but I can say this website is for Portugal OR Brazil. Not for poruguese speaking countries.

            irvingw 1 Reply Last reply Reply Quote 0
            • irvingw
              irvingw @fabrizzio last edited by

              Add meta language tags to their respective pages.

              you can also add local content like country name to the content to help give google more hints.

              fabrizzio 1 Reply Last reply Reply Quote 0
              • jesse-landry
                jesse-landry @fabrizzio last edited by

                why would you want google to crawl your mobile site?

                fabrizzio 1 Reply Last reply Reply Quote -1
                • fabrizzio
                  fabrizzio @irvingw last edited by

                  I have this on all my pages:

                  http-equiv="Content-Language" content="nl" /> or this http-equiv="Content-Language" content="de" />

                  that's why I'm clueless

                  irvingw 1 Reply Last reply Reply Quote 0
                  • fabrizzio
                    fabrizzio @jesse-landry last edited by

                    Maybe the mobile in particular is a bad example because you are right, I can restrict access to it. But It's happening with the site in other languages too.

                    jesse-landry 1 Reply Last reply Reply Quote 1
                    • jesse-landry
                      jesse-landry @fabrizzio last edited by

                      oh i gotcha. yeah that makes sense then... irving has you on the right track. i don't know much about multi-language web work

                      still i would no-crawl that mobile site and that will fix one of your problems at least.

                      good luck!

                      1 Reply Last reply Reply Quote -1
                      • irvingw
                        irvingw @fabrizzio last edited by

                        What is making you think your rankings are compromised?

                        This is new Google, treating subdomains like part of your site, really they are - just separated by a dot instead of a slash. now if they are showing results from one country in another countries google, that's an issue but geo targeting subdomains in WMT will take care of that.

                        fabrizzio 1 Reply Last reply Reply Quote 0
                        • iQandil
                          iQandil last edited by

                          Hi Fabrizzo,

                          There are a few things you will need to do to help Google make a decision of which part of your website (whether its a subdomain or a subfolder). For example on the mobile-friendly website you will need to use the HTML annotation:

                          And on the desktop site you will need to add the canonical meta:

                          This way, you are telling google that  these two pages are the same pages, but one is for mobile and the other is for desktop users.

                          As for countries websites, you this is what Google looks at when they crawl your web pages:

                          • ccTLDs (country-code top-level domain names).
                          • Geotargeting settings. You can use the geotargeting tool in Webmaster Tools to indicate to Google that your site is targeted at a specific country. (If you have different subdomains then create a separate profile for each on Webmaster tool and assign each to a different country.)
                          • Server location (through the IP address of the server). The server location is often physically near your users and can be a signal about your site’s intended audience.
                          • Other signals. Other sources of clues as to the intended audience of your site can include local addresses and phone numbers on the pages, the use of local language and currency, links from other local sites, and/or the use of Google Places (where available).

                          (Source for this is Google support article #182192

                          In your situation i think you will need to 1) Use a dedicated Webmastertools profile for each countries domain. 2) use rel="alternate" hreflang="x" (see examples below)

                          • HTML link element. In the HTML  section of http://www.example.com/, add a linkelement pointing to the Spanish version of that webpage at http://es.example.com/, like this:

                          • HTTP header. If you publish non-HTML files (like PDFs), you can use an HTTP header to indicate a different language version of a URL:

                            Link: <http: es.example.com="">; rel="alternate"; hreflang="es"</http:>
                            
                          • Sitemap. Instead of using markup, you can submit language version information in a Sitemap.

                          I hope this helps, let me know if you have more Qs

                          Best,

                          Issa

                          fabrizzio 1 Reply Last reply Reply Quote 0
                          • fabrizzio
                            fabrizzio @irvingw last edited by

                            Exactly that's the issue. For example I go to google.com.mx and I see my domain spanish domain with sitelinks pointing to my dutch domain!

                            The problem I see with geotargeting with WM is what I mentioned above. Portugal and Brazil share the same language: portuguese. But in webmaster tools I can't say pt.domain.com is intented for Brzil and Portugal. I need to pick only one.

                            1 Reply Last reply Reply Quote 0
                            • fabrizzio
                              fabrizzio @iQandil last edited by

                              Thanks for the answer.

                              Of what you suggested, I have canonicals and content language meta tag.

                              I haven't tried the yet. Maybe that helps.

                              I have sitemaps too.

                              The problem I see with geotargeting with WM is what I mentioned above. Portugal and Brazil share the same language: portuguese. But in webmaster tools I can't say pt.domain.com is intented for Brzil and Portugal. I need to pick only one.

                              iQandil 1 Reply Last reply Reply Quote 1
                              • iQandil
                                iQandil @fabrizzio last edited by

                                Hi again,

                                First of all, canonicals are not enough but definitely its good that you use them.

                                Alternate rel link tag is very important. Read this link please: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=189077

                                As for the XML sitemap, do you use the language markup for each link there? If you want to know how to do that follow this link: http://support.google.com/webmasters/bin/answer.py?hl=en&answer=2620865

                                As for the Portugal and Brazil subdomains, using webmaster tools will surely solve this issue, but even with the language rel tag you have to use different language codes, so "pt" is incorrect, you need to specify the locale as well, so "pt-BR" for Brazilian Portuguese and "pt-PT" for European/Continental/Portugal Portuguese

                                I hope this clears things up.

                                Sorry there is no easy way 🙂

                                Best,

                                Issa

                                fabrizzio 1 Reply Last reply Reply Quote 0
                                • fabrizzio
                                  fabrizzio @iQandil last edited by

                                  But I don't have two websites for portuguese. I have one.

                                  Same happens with German. It is not only speaked in Germany, Austria also has a big part of the country speaking German.

                                  I can't translate my website into all different countries and language variations. I already have more than 10 so I can tell that is hard to maintain 🙂

                                  Basically what sounds contradictory to me is that I'm not using a country approach but a language approach like many websites. But still Google is getting confused with it.

                                  iQandil 1 Reply Last reply Reply Quote 0
                                  • iQandil
                                    iQandil @fabrizzio last edited by

                                    Hi,

                                    I understand you dont have two website, but you said somewhere you are using subdomains. For search engines every subdomain is a completely different DNS recored, so treated as a different website.

                                    No one is saying you need to translate your website, however, the changes above need to be done to whatever languages you already have. You would need an army of people to translate to all languages and of course a million USD! Haha!

                                    As I said before, language approach is not enough, you need to use the locale approach too. For example, English is spoken in many countries (like Australia, Canada, US, UK, New Zealand, South Africa). Same as German and a few other languages, so if you dont couple language with country, search engines will get confused.

                                    I hope this helps

                                    Issa

                                    fabrizzio 1 Reply Last reply Reply Quote 1
                                    • fabrizzio
                                      fabrizzio @iQandil last edited by

                                      So your suggestion is to use something like this:

                                      <meta http-equiv="content-language" content="pt-br">and the expression br-PT constructed the first part with the website language and geodetecting the second part of the string (the PT)?</meta http-equiv="content-language" content="pt-br">

                                      iQandil 1 Reply Last reply Reply Quote 0
                                      • iQandil
                                        iQandil @fabrizzio last edited by

                                        Please do go through this link which has a wealth of information and its by Google so nothing better to trust:

                                        But yes for Brazil related pages use

                                        <meta http-equiv="content-language" content="pt-br"> </meta http-equiv="content-language" content="pt-br">

                                        and

                                        1 Reply Last reply Reply Quote 0
                                        • 1 / 1
                                        • First post
                                          Last post
                                        • Can you index a Google doc?
                                          LindsayE
                                          LindsayE
                                          1
                                          3
                                          43

                                        • How Can A SubDomain Out Perform A Root Domain?
                                          Prae
                                          Prae
                                          0
                                          3
                                          59

                                        • Subdomain replaced domain in Google SERP
                                          eyepaq
                                          eyepaq
                                          0
                                          10
                                          524

                                        • Redirecting main www. subdomain to new domain. Can you then create a new subdomain on the old domain?
                                          RobertFisher
                                          RobertFisher
                                          0
                                          6
                                          370

                                        • Can Google Crawl AJAX filters?
                                          ScottOlson
                                          ScottOlson
                                          0
                                          3
                                          721

                                        • Can we mix up Wordpress and Html?
                                          Highland
                                          Highland
                                          0
                                          5
                                          349

                                        • Organic Google Sitelinks - can I edit?
                                          MoosaHemani
                                          MoosaHemani
                                          0
                                          7
                                          2.4k

                                        • Can Google read my backlink in Javascript??
                                          Christy-Correll
                                          Christy-Correll
                                          0
                                          5
                                          2.0k

                                        Get started with Moz Pro!

                                        Unlock the power of advanced SEO tools and data-driven insights.

                                        Start my free trial
                                        Products
                                        • Moz Pro
                                        • Moz Local
                                        • Moz API
                                        • Moz Data
                                        • STAT
                                        • Product Updates
                                        Moz Solutions
                                        • SMB Solutions
                                        • Agency Solutions
                                        • Enterprise Solutions
                                        • Digital Marketers
                                        Free SEO Tools
                                        • Domain Authority Checker
                                        • Link Explorer
                                        • Keyword Explorer
                                        • Competitive Research
                                        • Brand Authority Checker
                                        • Local Citation Checker
                                        • MozBar Extension
                                        • MozCast
                                        Resources
                                        • Blog
                                        • SEO Learning Center
                                        • Help Hub
                                        • Beginner's Guide to SEO
                                        • How-to Guides
                                        • Moz Academy
                                        • API Docs
                                        About Moz
                                        • About
                                        • Team
                                        • Careers
                                        • Contact
                                        Why Moz
                                        • Case Studies
                                        • Testimonials
                                        Get Involved
                                        • Become an Affiliate
                                        • MozCon
                                        • Webinars
                                        • Practical Marketer Series
                                        • MozPod
                                        Connect with us

                                        Contact the Help team

                                        Moz logo
                                        © 2021 - 2026 SEOMoz, Inc., a Ziff Davis company. All rights reserved. Moz is a registered trademark of SEOMoz, Inc.
                                        • Accessibility
                                        • Terms of Use
                                        • Privacy