If you are transitioning from an old site, or moving a page for your current site, you likely want to have requests for old pages redirected to the new version.
For example, let's say you have an old page /old-pirate.html which you would like to rename to /pirate.html.
You can create a redirect by placing a file named .301 in the top folder of your website. For each page to be redirected, put a line in this file which has the old page name, then a ':' and then the new page name. Like this:
/old-pirate.html:/pirate.html
Make sense? Shoot us an email and we'll help you get set up!