
|
Troubleshooting broken links
|
|
Look at all of the ISTE technology standards you meet by knowing how to fix broken links!
Click here for a detailed description. |
Understanding a URL A URL, which stands for "uniform resource locator," is a standard way of specifying the location of a Web page on the Internet. URLs, also referred to as Web addresses, are often used in Web pages to specify the target of a hyperlink, which is often another Web site. In order to fix broken links, you must first understand the makeup of a URL. The URL below is defined piece by piece: http://www.mathmatters.net/math7.htm http: - This signifies the scheme or protocol. These are sets of rules that describe how data is transmitted. // - This signifies an introduction to the sitename. www.mathmatters.net - This signifies the sitename, which is a unique name that identifies a certain computer on a network. /math7 - This signifies the path name, which names a specific file in the directory. .htm - This is the extension, which tells what type of data the file contains.
|
|
Steps to take
|
|
Step 1: Check your extensions
Web pages require one specific extension to be used. Notice in the example below that each URL ends in a different extension. Click on these links, a new window will appear. Now take a moment and try changing the extensions. For instance, change .html to .htm, .htm to .shtml, and so on. http://www.toonuniversity.com/ http://www.mathmatters.net/math7.htm http://www.4kids.org/backissues/q199.shtml Did you notice that every
time you tried an extension other than the one given the link automatically
broke?
|
|
|
Step 2: Make sure there are no spaces
Try clicking on our example links below to see what happens when spaces are included in the URL: http://www.toonuniversity.com/ new.html http://www.math matters.net/math7.htm http:// www.4kids.org/backissues/q199.shtml Did you notice that some of the links added "%20" where the spaces were? Others may even work as far as reaching the correct Web site, but the exact Web page does not appear. If there is a space in any part of the URL after the site name, the correct Web site could still appear, but an alert informs you that the Web page you are looking for does not exist.
|
|
|
Step 3: Look for typos
|
|
Step 4: Do not oversimplify
Some computer preferences are set so that typing http:// before a URL is not necessary. However, remember that not all computers are like this, and when it comes to links, it is best to include the protocol. Certain Web sites do not require the www. piece of the site name, but others do. Not including the www. or even adding www. to a URL causes links to break. Click on the links below to see an example of what may happen: http://www.toonuniversity.com/ http://toonuniversity.com/new.html
|
|
|
Step 5: Start dissecting
http://www.4kids.org/pastissues/abc.shtml If this link is broken remove /abc.shtml in the address window of your browser and select Enter or Return on your keyboard. http://www.4kids.org/pastissues/ If this link is still broken, remove /pastissues, and select Enter or Return on your keyboard. If you reach the site name, and the link now works, look for a search option to find the Web page you were originally looking for. If you reach the site name and the link is still broken, it may mean that the domain name has changed and the Web site you were trying to link to no longer exists.
|
|
Hint to follow
When frustrations arise, remember just because a link is broken doesnt mean that you cant fix it. Follow these five easy steps whenever you encounter a failed URL, and remember, when creating your own links, always use the copy and paste options to insure it is correct.
|
|