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. Hyphens vs Underscores

    Hyphens vs Underscores

    Search Engine Trends
    16 8 16.4k
    • 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.
    • BenRush
      BenRush last edited by

      I was considering doing the same thing a couple of weeks back and decided the change wasn't worth it.

      1. Hyphenated URLs do generally speaking just look nicer, but how likely is that to impact things like UX or CTR rates? (unlikely). It certainly doesn't impact rankings - just do some generic searches and you'll find a real mixed bag of hyphens and underscored URLs in the listings.

      2. If your underscored URLs have been around for a long time then chances are you have some link equity built up into at least some of those URLs. 301 redirecting from underscored to hyphenated versions of the same content is an  unnecessary risk to some of that link equity.

      If I had a relatively new site, low traffic from organic search and no real link equity then I probably would take the plunge and update from underscores to hyphens, but it would be an almost cosmetic move based on my own personal preferences. In your case I would advise against updating the URLs unless the domain has no pre-existing equity to give up.

      Ben

      AlanMosley 1 Reply Last reply Reply Quote 1
      • AlanMosley
        AlanMosley @BenRush last edited by

        i have to correct you,

        google sees this as one word some_keyword

        but sees this as 2 words some-keyword

        See link Donford posted

        http://www.youtube.com/watch?v=Q3SFVfDIS5k

        BenRush AlanMosley donford 5 Replies Last reply Reply Quote 1
        • BenRush
          BenRush @AlanMosley last edited by

          Show me some examples where you think it impacts rankings....

          **sorry didn't mean to sound arsey there 🙂 I just don't think one variation its necessarily better than the other when it comes to rankings. I really do think it purely boils down to preference of how it looks.

          Ben

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

            did you watch the video?
            We know that keywords in a url are a ranking factor
             http://www.youtube.com/watch?v=gRzMhlFZz9I
            We know thay underscores do not seperate keywords http://www.youtube.com/watch?v=Q3SFVfDIS5k , so if you want to rank for blue widgets rather then blue_widgets then using undersscores would have a negative impact on rankings.

            1 Reply Last reply Reply Quote 0
            • donford
              donford @AlanMosley last edited by

              I think what maybe getting overlooked is the fact that Google will or can separate words in a url. I have no official proof of that except if you go to Google and type something like "Bike Shop" the words "bike" and "shop" will be bolded in domains that contain the characters bikeshop.

              This if nothing else suggest that Google can at least bold 2 words they are being treated as 1 word.  Maybe Matt Cutts couldn't say this directly since it hints at something in Google's algorithm. Giving  non-descriptive advice like "if it is well indexed I'd leave it alone" is better then saying don't worry we are breaking domains apart alphabetically to ascertain words.

              It almost seems trivial to worry about something like that when there are so many other things that can be done SEO'wise. I've been on both sides of the fence and have taken solace in the words of Matt Cutts if it is already well indexed leave it alone, if it is a new page or one that is preforming crappy then use / change to dashes.

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

                Gosh guys way to heat up the seemingly boring 😉 I like it.

                Everyone makes interesting points. Alan, as always knows the code back and forth. Ben makes a good point as well (moderation, nothing wrong with that in SEO). I would have to say that when it comes to 301 redirects, as an agency that does a few site redesigns, client purchases of sites, etc. we do a few redirects. We also have clients who end up with multiple sites for one reason or another and we convince them to "merge." Here is what I know of 301 redirects. The common belief is that you lose up to 10% of the juice with a 301. My experience has been that it is not even close. When 301's are done appropriately (url to url in .htaccess say for apache) we do not see more than a 1 to 2% loss. That is from experience and not theory.

                That said, I like what Alan says regarding Matt Cutts...If it was his $$ on the line. Understand that Matt has to be Googles non committal answerer of things SEO. How many times do you here him say Google absolutely does this and you should absolutely do that?

                Using the one keyword _ versus the two keyword - , for me it would come down to if my _ were ranking really well and making me money, there would have to be some component of that ranking that is based on the keyword. Therefore, in spite of what I know about a 301, I would not change it. If it is there and not making me $$ I am going to go with a best practice in my opinion of hyphen vs. Underscore and make the 301.

                you guys are fun, hope I added something.

                Best to all,

                1 Reply Last reply Reply Quote 1
                • mediabase
                  mediabase last edited by

                  Hi Logan,I would like to tell you that the basic concept is to make the URL search engine friendly — and by friendly, we mean optimized to rank better.

                  The short answer is that you should use a hyphen for your SEO URLs. Google treats a hyphen as a word separator, but does _not _treat an underscore that way. Google treats and underscore as a word joiner — so red_sneakers is the same as redsneakers to Google. This has been confirmed directly by Google themselves, including the fact that using dashes over underscores will have a (minor) ranking benefit.

                  Again, SEO URLs should use hyphens to separate words. Do not use underscores, do not try to use spaces, and do not smash all the words together intoonebigword. As of 2011, dashes are still the best way to optimize your SEO URLs.

                  ccording to Matt Cutts - a senior software engineer at Google - he recommends using dashes for Google.

                  According to his article, "Dashes vs. underscores", if you have a URL like 'keyword1_keyword2' Google will only return that page if the user searches for 'keyword1_keyword2' (which almost never happens).

                  If you have a URL like 'keyword1-keyword2', that page can be returned for the searches for 'keyword1', 'keyword2', and even 'keyword1 keyword2'.

                  Don't forget to inform Googlebot and other search engine crawlers that a page has moved to a permanent location by adding 301 redirects to your web site's '.htaccess' file.

                  301 Redirect

                  For example:

                  Redirect 301 /old_directory http://www.example.com/new-directory

                  Redirect 301 /old_page.html http://www.example.com/new-page.html

                  Redirect 301 /old_directory/old_page.html http://www.example.com/new-directory/new-page.html

                  Note that the first URL only includes the directories (if any) and file name. The second URL must include the domain, in addition to the directory (if any) and file name. This is because the redirect may point to a file on another domain - it doesn't have to be on the same domain.

                  I hope that you will found the solution.

                  1 Reply Last reply Reply Quote 4
                  • BenRush
                    BenRush @AlanMosley last edited by

                    No, I don't need to watch the videos I've seen and heard that stuff before. I'm just saying I don't buy the fact that blue-widgets vs. blue_widgets has any impact whatsoever on a sites ability to rank for "blue widgets".

                    Maybe a few years ago, but not today.

                    Hence I see no value in risking link equity to change from underscores to hyphens.

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

                      Well it does, google has told us so.

                      Its quite simple, as matt cutts said thety treat blue_widget as a single term and do not seperate it into 2 words. They do seperate blue-widgets and even bluewidgets.

                      Unless you have some evidence that they have changed, then i will stick to what google has stated on the subject

                      1 Reply Last reply Reply Quote 0
                      • Dr-Pete
                        Dr-Pete last edited by

                        This is a great debate and some good comments all around, but I do think it's important to keep in mind that Matt's statements were from 2005 and 2009, and even the 2009 wording was a bit more nuanced. I strongly suspect Google has eased up on this early technical constraint. For example, try a search for "shop ipad" - you'll see this Apple.com URL in the Top 10:

                        store.apple.com/us/browse/home/shop_ipad/family/ipad/select

                        Google seems to have no trouble bolding "shop_ipad" as two words.

                        I still completely agree that, if you were starting fresh, I'd go with hyphens. A sitewide 301-redirect does carry some risk, though, so I think it boils down to this - are your pages ranking now for terms in the URL? If they seem to be ranking and it's just a matter of ranking better, I doubt the change would help much. If they seem to not be ranking at all and you suspect the URL terms are to blame, that's a different story.

                        Even in a perfect world, keywords in the URL are just one, relatively small factor. I'd want to see the data, but my gut reaction is to leave it alone until you need to make a sitewide URL change for other reasons.

                        AlanMosley 1 Reply Last reply Reply Quote 2
                        • AlanMosley
                          AlanMosley @Dr-Pete last edited by

                          All due respect Dr Pete, this does not show that shop_ipad in the url is seen as shop ipad, only that it bolds in the results. this would be 2 different bits of technology doing these jobs.

                          Doc, I think you missed this video.

                          Matt stated this only a few months ago, http://www.youtube.com/watch?v=AQcSFsQyct8

                          He states for the forseeable future it wont be changing.

                          I agree its a small factor, and i suggested, only fix it on pages that dont have external links.

                          Dr-Pete 1 Reply Last reply Reply Quote 0
                          • coremediadesign
                            coremediadesign last edited by

                            Some time ago I've changed all my urls from underscores to hyphens and I've lost some of my ranking for a while. After about a year we are back to where we were originally. I think it is a good idea to have it hyphened, but if you have good ranking it's really just a question whether they bother you much enough to go through a possible rank drop for a little while.

                            It's worth to mention that I wasn't bothered with doing the 301 redirect due to the large number of pages being affected, but instead I've started blogging more and the new content was quickly picked by the engines and helped the site to recover.

                            1 Reply Last reply Reply Quote 0
                            • Dr-Pete
                              Dr-Pete @AlanMosley last edited by

                              I'll give you that - it's true that the result highlighting alone doesn't prove Google is viewing "shop ipad" as 2 words for ranking purposes. The tough part is separating out why these pages rank - I've seen plenty of URLs with underscores rank perfectly well, but there's no way to prove it isn't on other factors.

                              I think we're generally agreeing, though, that the potential risks probably outweigh what would probably be a very small boost at best. I'm also a little hesitant on having some pages with dashes and some with underscores, but that's probably just the UX side of me - it feels messy.

                              1 Reply Last reply Reply Quote 1
                              • 1 / 1
                              • First post
                                Last post
                              • On page vs Off page vs Technical SEO: Priority, easy to handle, easy to measure.
                                Lynn12
                                Lynn12
                                0
                                3
                                258

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

                              • LocalBusiness vs. Physician
                                MiriamEllis
                                MiriamEllis
                                0
                                6
                                183

                              • PPC vs Organic CTR
                                Dr-Pete
                                Dr-Pete
                                0
                                3
                                3.8k

                              • Location Vs. Typing
                                iivgi
                                iivgi
                                0
                                3
                                77

                              • Physical locationof the server vs customer base vs SEO penality?
                                ICTADVIS
                                ICTADVIS
                                0
                                7
                                832

                              • CPC vs Competition.....
                                KevinBudzynski
                                KevinBudzynski
                                0
                                2
                                401

                              • Singular vs plural SEO
                                Alex-Harford
                                Alex-Harford
                                2
                                11
                                26.6k

                              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