Difference between revisions of "Learn/Improve-Your-URLs-for-Better-SEO"

(migration import)
 

(42 intermediate revisions by one other user not shown)

Line 2: Line 2:
 
| Writer = KristinaWeis
 
| Writer = KristinaWeis
 
| Name = Kristina Weis
 
| Name = Kristina Weis
| Header = 6%20Easy%20Ways%20to%20Improve%20Your%20Site%20Speed%20-%20and%20SEO
+
| Header = Improve%20Your%20URLs%20for%20Better%20SEO
 
| Subhead = Subhead
 
| Subhead = Subhead
| Bitly = http://bit.ly/NotSure
+
| Bitly = http://bit.ly/URLs4SEO
| Date = April __, 2011
+
| Date = May 4, 2011
 
}}
 
}}
 +
==Clean reading helps people==
 +
----
 +
<big>Your [[Glossary/URL|URLs]] provide an opportunity to let search engines and people know what your page is about. Conversely, if you don't pay attention to your URLs, they may provide no value for your site's SEO (search engine optimization) or for your human visitors, either. Badly designed URLs may even trip up search engines or make them think you're spammy.</big>
 +
{{SiteReportMedRecAd}}
 +
* '''Include ''a few'' important keywords in your URLs.'''
 +
: A keyword-infused URL can:
 +
:* Help visitors see that the page they're on is really what they're looking for. Would you rather see '''example.com/blog/219058''' or '''example.com/blog/cute-puppies'''? People will see your URL in search results, at the top of their web browser while they're on your page, and any place where they may save the URL for themselves - like in bookmarks, or an email.
  
<big>Your URLs are an opportunity to let search engines and people know what your page is about. But if you don't care for your URLs they may provide no SEO or human value, and they may even trip them up or hurt you.</big>
+
:* Give search engines one more indication of what your page is about, and what queries it should rank for. A URL without keywords won't ''hurt'' you, but it's a missed opportunity. A competitor who's placed<br /> relevant keywords in his URLs may rank higher than you for those keywords.{{PullQuote|right|If you have got a three, four or five words in your URL, that can be perfectly normal. As it gets a little longer, then it starts to look a little worse. Now, our algorithms typically will just weight those words less and just not give you as much credit.|[[MattCutts.com|Matt Cutts]] of [[Google.com|Google]]}}
 +
*'''Keep your URLs to fewer than 115 characters.'''
 +
:*Research shows that people click on short URLs in search results twice as often as long ones. Shorter URLs are also easier to share on social sites like Twitter and StumbleUpon.
 +
:*Long URLs can look like spam. As the URL gets longer, the ranking weight given to each word in the URL gets spread thin, and becomes less valuable for any specific word.
  
Clean and informative URLs look better to people and are more easily digestible by search engines.
+
: You can manually check the character count of all your URLs to make sure they're not too long. The [http://www.aboutus.org/site-report/buy AboutUs Site Report] can do it automatically, and point out any URLs that are longer than 115 characters.
  
* '''Include ''a few'' important keywords in your URLs.'''
+
* '''Don't use more than a few query parameters in your URLs.'''
: A keyword-infused URL helps:
+
: In a URL, a ? or & indicates that a parameter (like id=1234) will follow.
:* Make it more clear to your visitors that the page is really what they're looking for. Would you rather see example.com/blog/219058 or example.com/blog/thing-you-searched-for ?
+
: Here's an example of an okay URL (the kind you use to [[Learn/Track-Your-Marketing-in-Google-Analytics|track your marketing in Google Analytics]]) with 1 query parameter:
:* Give search engines one more indication of what your page is about, and what queries it should rank for.
+
:<nowiki>http://www.example.com/</nowiki>page'''<u>?</u>'''source=facebook
 +
 +
: Bad URL with too many query parameters:
 +
: <nowiki>http://www.example.com/product</nowiki><u>'''?'''</u>id<u>'''='''</u>1234567<u>'''&'''</u>foo'''<u>=</u>'''abc123def'''<u>&</u>'''color=yellow'''<u>&</u>'''sort=price
  
{{PullQuote|right|If you have got a three, four or five words in your URL, that can be perfectly normal. As it gets a little longer, then it starts to look a little worse. Now, our algorithms typically will just weight those words less and just not give you as much credit.|Matt Cutts of [[Google.com|Google]]}}
+
: Too many query parameters can cause search engine robots to enter a loop and keep crawling the same pages over and over again. You could end up with search engines failing to index some of your most important pages.
*'''Keep your URLs to less than 115 characters.'''
 
:*Research shows that people click on short URLs in search results twice as often as long ones.
 
:*Long URLs can look like spam, plus as the URL gets longer the ranking weight given to each word in the URL gets spread thin and is less valuable.
 
  
: You can manually check the character count of all your URLs to make sure they're not too long, or the [http://www.aboutus.org/site-report/buy AboutUs Site Report] can do that for you and point out any URLs that are longer than 115 characters.
+
* '''Use hyphens instead of underscores in your URLs.'''
 +
: Search engines see underscores as a character. This means that your keywords will be seen as a single long keyword, and you'll lose any SEO benefit they could have incurred. A hyphen, however, is seen as a space that separates words. Hyphens are better for SEO because they allow search engines to interpret your web page as relevant for more keyword phrases. That said, Wikipedia's links have underscores, and they seem to be doing okay in search results :-)
  
* '''Don't use more than a few query parameters (?, =, and &) in your URLs.'''
+
: Also, people can't see underscores in a URL when the link is underlined, as many links on the Web are. So hyphens are friendlier for people, and make your site more usable.
: Here's an example of an okay URL (the kind you use to [[Learn/Track-Your-Marketing-in-Google-Analytics|track your marketing in Google Analytics]]) with 2 query parameters:
 
:<nowiki>http://www.example.com/</nowiki>page'''<u>?</u>'''source'''<u>=</u>'''facebook
 
: Bad URL with too many query parameters: [need example]
 
  
* '''Use hyphens instead of underscores in your URLs.'''
+
: So... '''example.com/adorable-kitten-pics''' is better than '''example.com/adorable_kitten_pics'''
: Search engines see underscores as a character and this effectively means that your keywords will be stuck together. On the other hand, a hyphen is a space that separates words. Hyphens are better for SEO because they allow search engines to interpret your web page as being relevant for more keyword phrases. That said, Wikipedia's links use underscores and they seem to be doing okay :-)
 
: Example: <nowiki>http://www.example.com/</nowiki>this-is-what-the-page-is-about is better than <nowiki>http://www.example.com/</nowiki>this_is_what_the_page_is_about
 
  
* '''Keep all of your content less than 3 subfolders deep.'''
+
* '''Keep all of your important content less than 3 subfolders deep.'''
: A subfolder is a folder that is visible in a URL between two slashes.  For example, in <nowiki>http://www.example.com/articles/name-of-page</nowiki>, articles is a subfolder and "name-of-page" is an article in that subfolder.
+
: A subfolder is a folder that is visible in a URL between two slashes.  For example, in <nowiki>http://www.example.com/articles/name-of-page</nowiki>, '''articles''' is a subfolder and '''name-of-page''' is an article in that subfolder.
: When it comes to subfolders, search engines assume that content that is many folders away from the root domain is less important.  It's best to keep all of your content less than 3 subfolders deep.
 
:In other words, make sure your URLs have 3 or less slashes (/) after the domain name. Here is an example URL that is a web page that is two subfolders deep:
 
:<nowiki>http://www.example.com</nowiki>'''/'''subfolder-1'''/'''subfolder-2'''/'''page-name.htm
 
:Bonus: Using subfolders allows you to use "content drilldown" in Google Analytics to easily view data for all the pages in the subfolder.
 
  
==How to change your URLs==
+
: When it comes to subfolders, search engines assume that content living many folders away from the root domain (like example.com) is less important.  So it's best to organize all of your important content so each URL has no more than two subfolders.  
It can be a pain in the neck to change some things on your website. Most content management systems (CMS) allow you to change your default URL structure, or individual URLs for pages... but you have to find that setting or option.  If you use WordPress, see [[Learn/WordPress:-Built-for-SEO#URLs_and_Permalinks|WordPress: Built for SEO]] for details on how to enable SEO-friendly URLs, or permalinks.
 
  
One thing to keep in mind: The above list are best practices for URLs and they can help your SEO, but if it's a lot of work for you.
+
:Here's another way to think about it: Make sure your URLs have 3 or fewer slashes (/) after the domain name. Here is an example URL that is a web page that is two subfolders deep:
 +
:<nowiki>http://www.example.com</nowiki>'''/'''articles'''/'''foo'''/'''page-name.htm
  
For example, SEOBook knows what they're doing, but opted to leave their URLs less SEO-friendly because...
+
:Bonus: Using subfolders allows you to use "content drilldown" in [[Learn/Crash-Course-in-Google-Analytics|Google Analytics]] to easily view data for all the pages in a given subfolder.
  
----
+
:The [http://www.aboutus.org/site-report/buy AboutUs Site Report] will alert you of any URLs on your website that are more than 3 subfolders deep.
  
http://www.seomoz.org/ugc/common-url-related-seo-mistakes
+
* '''Don't have too many subdomains.'''
 +
: A subdomain, or directory, is something that comes before the domain name in a URL.  For example: <nowiki>http://</nowiki>'''blog'''.example.com  Technically speaking, '''www.''' is actually a subdomain.
  
[[Learn/Multiple-Subdomains:-Classic-SEO-Mistake|Multiple Subdomains: Classic SEO Mistake]]
+
: Too many subdomains can cause problems for search engine optimization.  For more information, read [[Learn/Multiple-Subdomains:-Classic-SEO-Mistake|Multiple Subdomains: Classic SEO Mistake]].
  
 +
==How to Change Your URLs==
 
----
 
----
 +
Ideally, you'd set up a search-friendly URL structure when you first create your website. Then it just works for you without having to lift another finger.
  
With many out-of-the-box content management systems you run the risk of creating SEO unfriendly URLs. A very common and simple example to consider is WordPress. With a basic installation, the default permalink structure in WordPress is structured to look something like:
+
Even if your website is already built, you should be able to change your URL structure - but it could be a pain in the neck. Most content management systems (CMS) allow you to change your default URL structure, or individual URLs for pages. You'll need to find that setting or option in your platform. If you use WordPress, see [[Learn/WordPress:-Built-for-SEO#URLs_and_Permalinks|WordPress: Built for SEO]] for details on how to enable SEO-friendly URLs, or "permalinks," as WordPress calls them.
 
 
http://www.abccompany.com/?p=123
 
 
 
A URL structure like that does nothing to tell search engines what the page is about. You’re missing out on the opportunity to include keywords in the URL. Instead, configure your URL structures to work in a more SEO-friendly manner. For example:
 
 
 
http://www.abccompany.com/internet-marketing/seo
 
 
 
There are two ways companies can get in trouble with URLs: first, by creating poor ones to begin with; second, by not using best SEO practices when attempting to fix them.
 
 
 
Read more: http://www.searchenginejournal.com/how-to-waste-money-on-seo/28385/#ixzz1Fxao3F5p
 
 
 
from http://www.searchenginejournal.com/how-to-waste-money-on-seo/28385/
 
 
 
----
 
  
* Customize your URL on Facebook -- link to 7 Tricks
+
'''Warning!''' If you change existing URLs on your website, make sure to permanently redirect (using a [[Glossary/301-redirect|301 redirect]]) the old URL to the new one. You want to send people and search engines to the right place, not to a [[Glossary/404-error|404 error page]]. Keep in mind that while the 301 redirect will get people and search engine spiders to the right page, a small percentage of the [[Glossary/PageRank|PageRank]] or [[Glossary/Link-juice|link juice]] from the linking page will be lost along the way.
  
* Don't miss out on other opportunities to use your keywords -- titles, meta descriptions, headings
+
'''Is it worth the effort to change your URLs?''' The above best practices for URLs can help your site's SEO, but as with other changes on your website, it's good to consider both the potential costs and benefits of the change. For example, the folks at [[SEOByTheSea.com]] know what they're doing, but opted to leave their URL structure as is - without keywords - because it would take a huge amount of work for a 6-year-old website with hundreds or thousands of pages to make the change. The site would also lose some link juice and PageRank due to so many redirects. In other words, there are tradeoffs.
  
 +
Beyond changing the URLs on your website, you can sometimes change the URLs for your listings on other websites. For example, social sites like Facebook allow you to set a "vanity URL" to change a page with a URL like '''Facebook.com/pages/Company-Name/123456789''' to '''Facebook.com/CompanyName'''.  See [[Learn/7-Simple-Facebook-Page-Tricks|7 Simple Facebook Tricks]] for instructions.  Keep an eye out for this option on other websites if you want to make it easier for people to find you there.
 
{{LearnBottomBio
 
{{LearnBottomBio
 
| Writer        = KristinaWeis
 
| Writer        = KristinaWeis
 
| Name          = Kristina Weis
 
| Name          = Kristina Weis
 
| Image        = Image:KristinaBluesFest.png
 
| Image        = Image:KristinaBluesFest.png
| AuthorWebsite = AboutUs.org
+
| AuthorWebsite = KristinaWeis.com
 
| ShortBio      = Kristina is a community manager for [[AboutUs.org]] who talks with a lot of website owners who are trying to promote their business online. <small>Have a question? [[Kristina Weis#Contact_Kristina|Contact me]].</small><br />{{Twitter|KristinaWeis}}
 
| ShortBio      = Kristina is a community manager for [[AboutUs.org]] who talks with a lot of website owners who are trying to promote their business online. <small>Have a question? [[Kristina Weis#Contact_Kristina|Contact me]].</small><br />{{Twitter|KristinaWeis}}
 
}}
 
}}

Latest revision as of 21:56, 6 November 2013

By [[User:|]] on

Clean reading helps people


Your URLs provide an opportunity to let search engines and people know what your page is about. Conversely, if you don't pay attention to your URLs, they may provide no value for your site's SEO (search engine optimization) or for your human visitors, either. Badly designed URLs may even trip up search engines or make them think you're spammy.

  • Include a few important keywords in your URLs.
A keyword-infused URL can:
  • Help visitors see that the page they're on is really what they're looking for. Would you rather see example.com/blog/219058 or example.com/blog/cute-puppies? People will see your URL in search results, at the top of their web browser while they're on your page, and any place where they may save the URL for themselves - like in bookmarks, or an email.
  • Give search engines one more indication of what your page is about, and what queries it should rank for. A URL without keywords won't hurt you, but it's a missed opportunity. A competitor who's placed
    relevant keywords in his URLs may rank higher than you for those keywords.
If you have got a three, four or five words in your URL, that can be perfectly normal. As it gets a little longer, then it starts to look a little worse. Now, our algorithms typically will just weight those words less and just not give you as much credit.

Matt Cutts of Google

  • Keep your URLs to fewer than 115 characters.
  • Research shows that people click on short URLs in search results twice as often as long ones. Shorter URLs are also easier to share on social sites like Twitter and StumbleUpon.
  • Long URLs can look like spam. As the URL gets longer, the ranking weight given to each word in the URL gets spread thin, and becomes less valuable for any specific word.
You can manually check the character count of all your URLs to make sure they're not too long. The AboutUs Site Report can do it automatically, and point out any URLs that are longer than 115 characters.
  • Don't use more than a few query parameters in your URLs.
In a URL, a ? or & indicates that a parameter (like id=1234) will follow.
Here's an example of an okay URL (the kind you use to track your marketing in Google Analytics) with 1 query parameter:
http://www.example.com/page?source=facebook
Bad URL with too many query parameters:
http://www.example.com/product?id=1234567&foo=abc123def&color=yellow&sort=price
Too many query parameters can cause search engine robots to enter a loop and keep crawling the same pages over and over again. You could end up with search engines failing to index some of your most important pages.
  • Use hyphens instead of underscores in your URLs.
Search engines see underscores as a character. This means that your keywords will be seen as a single long keyword, and you'll lose any SEO benefit they could have incurred. A hyphen, however, is seen as a space that separates words. Hyphens are better for SEO because they allow search engines to interpret your web page as relevant for more keyword phrases. That said, Wikipedia's links have underscores, and they seem to be doing okay in search results :-)
Also, people can't see underscores in a URL when the link is underlined, as many links on the Web are. So hyphens are friendlier for people, and make your site more usable.
So... example.com/adorable-kitten-pics is better than example.com/adorable_kitten_pics
  • Keep all of your important content less than 3 subfolders deep.
A subfolder is a folder that is visible in a URL between two slashes. For example, in http://www.example.com/articles/name-of-page, articles is a subfolder and name-of-page is an article in that subfolder.
When it comes to subfolders, search engines assume that content living many folders away from the root domain (like example.com) is less important. So it's best to organize all of your important content so each URL has no more than two subfolders.
Here's another way to think about it: Make sure your URLs have 3 or fewer slashes (/) after the domain name. Here is an example URL that is a web page that is two subfolders deep:
http://www.example.com/articles/foo/page-name.htm
Bonus: Using subfolders allows you to use "content drilldown" in Google Analytics to easily view data for all the pages in a given subfolder.
The AboutUs Site Report will alert you of any URLs on your website that are more than 3 subfolders deep.
  • Don't have too many subdomains.
A subdomain, or directory, is something that comes before the domain name in a URL. For example: http://blog.example.com Technically speaking, www. is actually a subdomain.
Too many subdomains can cause problems for search engine optimization. For more information, read Multiple Subdomains: Classic SEO Mistake.

How to Change Your URLs


Ideally, you'd set up a search-friendly URL structure when you first create your website. Then it just works for you without having to lift another finger.

Even if your website is already built, you should be able to change your URL structure - but it could be a pain in the neck. Most content management systems (CMS) allow you to change your default URL structure, or individual URLs for pages. You'll need to find that setting or option in your platform. If you use WordPress, see WordPress: Built for SEO for details on how to enable SEO-friendly URLs, or "permalinks," as WordPress calls them.

Warning! If you change existing URLs on your website, make sure to permanently redirect (using a 301 redirect) the old URL to the new one. You want to send people and search engines to the right place, not to a 404 error page. Keep in mind that while the 301 redirect will get people and search engine spiders to the right page, a small percentage of the PageRank or link juice from the linking page will be lost along the way.

Is it worth the effort to change your URLs? The above best practices for URLs can help your site's SEO, but as with other changes on your website, it's good to consider both the potential costs and benefits of the change. For example, the folks at SEOByTheSea.com know what they're doing, but opted to leave their URL structure as is - without keywords - because it would take a huge amount of work for a 6-year-old website with hundreds or thousands of pages to make the change. The site would also lose some link juice and PageRank due to so many redirects. In other words, there are tradeoffs.

Beyond changing the URLs on your website, you can sometimes change the URLs for your listings on other websites. For example, social sites like Facebook allow you to set a "vanity URL" to change a page with a URL like Facebook.com/pages/Company-Name/123456789 to Facebook.com/CompanyName. See 7 Simple Facebook Tricks for instructions. Keep an eye out for this option on other websites if you want to make it easier for people to find you there.


Retrieved from "http://aboutus.com/index.php?title=Learn/Improve-Your-URLs-for-Better-SEO&oldid=26477433"