How to Fix Surfing Redirects
When a user surfs to your website, you may choose to send him elsewhere. This is called a "redirect" and is a standard tool to direct traffic. For instance, if you surf to the misspelled domain "gogle.com," you will be redirected to Google. If you have a bad surfing redirect on your website, though, you may be driving traffic away from the page you want users to view. Fixing a surfing redirect is simple, however, since it is controlled by only one line in your website code.
Instructions
-
-
1
Open the HTML of the page with the surfing redirect.
-
2
Find the line that begins "<meta HTTP-EQUIV="REFRESH"." It will be in the HEAD section of your code.
-
-
3
Delete the line, beginning with "<meta" and going through the closing bracket ">", to remove the redirect. If you want to keep the redirect, but fix a mistyped or broken URL, change the address that comes after "URL=".
-
4
Save the HTML. When you update your website, the broken redirect will be fixed.
-
1