Include a Trailing Slash on Directory URLs

Including a trailing slash on a directory URL will decrease page load time because it reduces the number of times the browser has to access the web server.

[Read more...]

Trailing Slash – Creating Correct Link Structure

When building your web site it’s important to incorporate the correct link structure from the beginning. This will save a lot of headaches in the future should you decide to expand your web site.

1. Should you link to your home page with or without a trailing slash?

http://www.example.com (without the trailing slash)

http://www.example.com (with the trailing slash)

[Read more...]