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 @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

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

                        • 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 index PDFs with flash?
                          KaneJamison
                          KaneJamison
                          0
                          3
                          153

                        • Can links indexed by google "link:" be bad? or this is like a good example by google
                          RyanKent
                          RyanKent
                          0
                          3
                          222

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

                        • Can google read ajax
                          john4math
                          john4math
                          1
                          3
                          742

                        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

                        Join our newsletter
                        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