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. Search Engine Trends
    4. Sub-domains and keyword rich domains

    Sub-domains and keyword rich domains

    Search Engine Trends
    12 3 506
    • 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.
    • RyanKent
      RyanKent last edited by

      Hi Jonny,

      If I am understanding your question correctly, you have two concerns:

      1. Linking from your subdomains to your main domain

      2. Creating micro sites which link back to your main domain

      Regarding linking from your subdomain site to your main domain (i.e. from london.site.co.uk to www.site.co.uk/london) I am not aware of any issue Google may have with that process. Even though technically a subdomain is a different site, Google is clearly aware you own and operate both sites and would not provide external linking value to such links. In other words, I would not expect that type of link to be used to manipulative search rankings.

      With the above understood, I would suggest the process is inefficient. It is likely your best course of action would be to eliminate the subdomains and simply use the content on your main site.

      Regarding the micro sites, that is a concern. Your approach is highly likely to be considered as Doorway Pages. Based on your description, it seems like a textbook case. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=2721311 

      jonny512379 Francisco_Meza 2 Replies Last reply Reply Quote 0
      • jonny512379
        jonny512379 @RyanKent last edited by

        Hello Jonny

        yes i think you understand me and thanks for the link to the doorway pages/micro sites.
        I have used this method very effectively for many years, but it now look like Google disapprove, so i need to think very carefully about what i do with them.
        (i dont think i fit totally in with the doorway description Google give, as their intent is not to funnel users, but they are intended to rank. But i do worry Google will not see it this way, so i hear what you say!)

        The problem i have with "eliminating" the sub-domains is that we take a good amount of traffic from these and Google gives them good ranking for their respective keywords and better rankings than the main domain for their respective keywords. (+ the user seems to like them)
        If they are not going to cause issues with Google, do you think it will be ok to leave them as is? or do you think this will cause problems in the future and I'm best of changing them now?
        (if i removed these sub-domains i would loose 40%-50% of my overall traffic which is around 6,000+  a day, this would hurt my pride 😞 and probably my bank balance!)

        Thanks for your opinions, they are greatly welcomed!!!

        best Regards
        Eddy

        RyanKent jonny512379 4 Replies Last reply Reply Quote 0
        • Francisco_Meza
          Francisco_Meza @RyanKent last edited by

          I agree with Ryan "Your approach is highly likely to be considered as Doorway Pages. "

          jonny512379 1 Reply Last reply Reply Quote 0
          • RyanKent
            RyanKent @jonny512379 last edited by

            if i removed these sub-domains i would loose 40%-50% of my overall traffic which is around 6,000+  a day

            If you 301 redirect your subdomain to the main domain properly, you should not lose traffic. You specifically mentioned having subdomain pages that were nearly identical to the pages on the main domain. Redirect each subdomain page to the equivalent page on the main domain.

            If you are concerned about traffic loss, try with just one domain first. Wait 30 days so you can fully see the results of the change, then proceed from that point.

            Regarding the Doorway pages, they will likely continue to work until you are caught, at which time you will be penalized. You may not even realized your are penalized at first, then when you discover the issue, you may not be clear on whether the issue is the Doorway page, the subdomain issue, or one of the 50 algorithm changes Google makes each month. It is up to you as to what type of site owner you wish to be: white hat or black hat.

            1 Reply Last reply Reply Quote 0
            • jonny512379
              jonny512379 @jonny512379 last edited by

              Hello Ryan

              Thanks for your advice and sorry for calling you Jonny in my previous reply.
              (Doh, that's my name....., will teach me to reply after drinking some of 'Scotland's Best').

              Although it is not the news i wanted to hear, but i also know it to be true. You are of course right, in that it's only a matter of time before the doorway pages/micro sites come to bite me.
              Do you think it would be OK for me to remove these micro sites and 301 them to the main domain (or relevant sub-domains if i am to keep some of the sub-domains)?
              Or would it be better just to remove them and make no connection to our main site with them?

              I will also try your test of 301 a couple of sub-domains for a month to see if this works too.
              My only worry with this is, that the main site does not rank at all for i,e Manchester + Keywords, where as the sub-domains do.
              (FYI the sub-domains are not just a few pages each of them can be around 100 pages and all pages within are optimised for Area + Keyword + Page Keyword, etc.)

              I do hope i'm one of the good guys (white hat), and have always taken the attitude that SEO is 90% about good content and 10% about optimisation.

              Thanks again
              Jon

              1 Reply Last reply Reply Quote 0
              • jonny512379
                jonny512379 @Francisco_Meza last edited by

                Hello Francisco

                Thank you for your opinions, they are much appreciated!

                Best Regards
                Jon

                1 Reply Last reply Reply Quote 0
                • RyanKent
                  RyanKent @jonny512379 last edited by

                  will teach me to reply after drinking some of 'Scotland's Best'

                  Serves you right for not sharing with us!

                  For the doorway sites, 301'ing them to the main site is perfectly fine and desired. Be sure to 301 the entire site if they have more then one page. Also be sure to set the redirect to the appropriate page rather then simply dumping users on your home page.

                  For your subdomains, as long as you are redirecting users to similar content on your main site, you should be absolutely fine. If the content does not exist on your main site, move the page from the subdomain to the main site. You should not experience any significant traffic loss. The future advantages of consolidation outweigh any minor loss which may occur.

                  1 Reply Last reply Reply Quote 0
                  • jonny512379
                    jonny512379 @jonny512379 last edited by

                    "Serves you right for not sharing with us!"

                    I will try to email you a glass later....

                    301 redirects are something im not sure if i know the best way to do them for SEO.
                    From a technical point all works fine, but im not sure if google will see this as every page 301'ed (although all redirect)

                    I use this code (or similar) in .htaccess
                    RewriteCond %{HTTP_HOST} ^keyword-domain.co.uk$ [OR] RewriteCond %{HTTP_HOST} ^www.keyword-domain.co.uk$ RewriteRule (.*)$ http://subdomain.MainSite.co.uk/$1 [R=301,L]

                    All pages now redirect to the main domain + whatever page they were trying to get to
                    (i.e www.keyword-domain.co.uk/whateverpage.php redirects to subdomain.MainSite.co.uk/whateverpage.php)

                    Does anyone know if this is correct or not. Ideally i don't want to have to redirect every page individually as there are 100's of pages and several domains and my .htaccess is large enough as it is.....
                    Or is there a better "wildcard" way of redirecting all pages?

                    Best Regards
                    Jon

                    1 Reply Last reply Reply Quote 0
                    • jonny512379
                      jonny512379 last edited by

                      well i have bitten the bullet and 301'ed all but 2 of my micro sites.
                      I have kept unique tracking code on the sub-domains they all go to, so i can keep an eye on the traffic.
                      If it would be of help to others i will repost what happens to the traffic (if anything), so to help others make similar derisions.

                      I note Ryan said :
                      _"For your subdomains, as long as you are redirecting users to similar content on your main site, you should be absolutely fine. If the content does not exist on your main site, move the page from the subdomain to the main site. You should not experience any significant traffic loss. The future advantages of consolidation outweigh any minor loss which may occur. " _

                      My subdomains are all fully functional sites, but for specific areas, so the user only needs to go to the main site in order to search different areas or to contact us, etc.
                      Any page that gets duplicated (i,e. all profiles are on the main site, and profile for the specific area are duplicated on the subdomains ) is added with rel="canonical" to the page on the main site.
                      Is this what is meant by "as long as you are redirecting users to similar content on your main site" ?

                      All content also exists on the main site, so would this mean there is no consolidation to do? or do you think it would be better to 301 all subdomain to the main domain still?

                      sorry for all the questions and i am very grateful for all the advice

                      Best Regards
                      Jon

                      RyanKent 1 Reply Last reply Reply Quote 0
                      • RyanKent
                        RyanKent @jonny512379 last edited by

                        Let's say your main site focus on Ford cars. On the main site you have content related to Mustangs, Pickups, Vans, etc.

                        If you have a microsite focused on Mustangs, redirect each page from the microsite to the same (or similar) page on the main site. If the page does not exist on the main site, move the content from the microsite to the main site.

                        jonny512379 1 Reply Last reply Reply Quote 0
                        • jonny512379
                          jonny512379 @RyanKent last edited by

                          Thanks and yes that's what i have now done with the microsites. So thank you very much for your advice.

                          The subdomains rank too well for me to bite the bullet on these too, or at least for the moment.

                          A slightly different and better suited analogy would be
                          "my main site advertises Hotels and each sub-domain advertises Hotels in London, etc, although my main site also advertises the same Hotels"

                          FYI my site has an Adult Theme (although not porn) which is why i am not posting URL's.

                          Thanks again!!
                          Jon

                          1 Reply Last reply Reply Quote 0
                          • 1 / 1
                          • First post
                            Last post
                          • Google's Importance on usability issues in sub directories or sub domains?
                            0
                            1
                            21

                          • Canonicals from sub-domain to main domain: How much content relevancy matters? Any back-links impact?
                            0
                            1
                            46

                          • Ranking impact: Traffic in website pages vs sub directory vs sub domain
                            Roman-Delcarmen
                            Roman-Delcarmen
                            0
                            2
                            1.1k

                          • Do back-links to non indexed sub-domains / sub-directories considered by Google as website backlinks and pass Pagerank to website?
                            benesmartin
                            benesmartin
                            0
                            2
                            93

                          • Keyword rich domains
                            rester
                            rester
                            0
                            2
                            130

                          • Blog in Sub Domain or Sub Folder. Pros and Cons
                            MattAntonino
                            MattAntonino
                            0
                            2
                            2.7k

                          • Value of a sub-domain compared to a domain
                            MauroMazzocchini
                            MauroMazzocchini
                            0
                            3
                            408

                          • Was Panda applied at sub-domain or root-domain level?
                            TomCritchlow
                            TomCritchlow
                            1
                            3
                            1.1k

                          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