|
documents » articles
Maintain Your Search Results with RedirectionWhen I had updated the look of Goshen Web Design, I had also changed the site layout for the better. However, this threw off the results for search engines directed to my site as they were pointing to the old file locations. This is mainly due to the fact that search engine databases are only updated every-so-often, even though their robots are out crawling the web. (You can read more about how Google updates their database for search results at this link). I was interested in knowing if their was a simple work-around to maintain trafic without creating a new file location that you could do with HTML. Looking around, I discovered a parameter of the <meta http-equiv="refresh" content="0; URL='name of the file you want to redirect to' ">
Let's break this down piece-by-piece:
With all that said, this is what my finished redirecting HTML file looks like:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en"> <head> <title>Goshen Web Design Articles » Mailto Mastered</title> <meta http-equiv="refresh" content="0; URL='../documents/archives/article1.htm'"> </head> <body> </body> </html> You will need to save this file in the same directory as the other file (the one you are redirecting to) used to be. I would make this file as simple as possible, since when browsing you are not going to get redirected until the page has finished loading. So all that you probably need is a meaningful And now, your simple and efficient redirecting HTML file is ready to go! You have successfully maintained beneficial site traffic with those search results and still been able to keep your new file layout. ...written @ May 11, 2007 |
|
| Copyright 2007 Goshen Web Design - a subsidiary of Jubilant Fields Farm | |