Do your page URL’s use dashes between words?
Rules to Better Websites - Layout And Formatting|8f25811e-0bde-4b94-838b-20a7c62c723c
v2.0
Posted at
12/02/2019 1:36 PM by
Tiago Araujo
Rule Intro
The text of a URL should make sense and relate to the content of the relevant page.
Apart from helping with Google Juice users frequently read URL's.
There are a few options for how you format the text of a URL. The following suggestions
are in preference order:
Page Content
- Dashes between words:
rules-to-better-website-layouts.aspx
[RECOMMENDED] This option appears to be most common and
Craig Bailey's  preferred way
- Capitalize each word (Title Case):
RulesToBetterWebsiteLayouts.aspx
- Upper case for appropriate words:
RulestoBetterWebsiteLayouts.aspx
- Underscores between words:
rules_to_better_website_layouts.aspx
- Lower case for all words:
rulestobetterwebsitelayouts.aspx
More info
You can install the IIS URL Rewrite Module for IIS7 you can make ugly URL's much more friendly.
-

- Figure: Rewrite both the HTML in the page and the incoming URL's to be friendly
The caveat here is that it will only work if the URL is in the clear on the page.
Note: This could only be done with certain links as others are postbacks as well.
{F0684AA0-26A4-4915-9253-493FEC7449CE}
Do you feel this rule needs an update?