301 Redirect – The Website Positioning Technique To Rename Or Transfer Recordsdata Or Folders

Posted on September 10, 2010
Filed Under SEO | Leave a Comment


 Powered by Max Banner Ads 

On this article I will talk about web page redirection strategies, what works and what to avoid.

What’s web page redirection and why would you wish to use it?

Let’s say you rename a web page in your website, for whatever reason. Perhaps you determined to revamp your entire naming convention, perhaps you determined to restructure your web site and want to move pages into totally different folders, or you simply realized that you are missing worthwhile keywords.

Let’s elaborate a bit on the keywords problem, since it is part of your search engine rating success.

Let’s say the page in question is about personalized USB drives and also you named it page1.htm. Then you definitely read some search engine optimisation (Search Engine Optimization) articles and also you found out that some serps use phrases in the precise file name as search keywords. Next time you do a Google search, check out the outcomes, most could have phrases within the actual file title (in the URL section) bolded, denoting a keyword match. Your USB drives web page will certainly profit if named something like custom_usb_drives.htm instead.

Now that you simply renamed your page, you just created a symphony of points for yourself, to your customers and for your position in search engine results.

Linking issues:

You’ll have to level every hyperlink on your site to the brand new page name. If your web site is small, it should not be a giant deal, but if your site is massive, you’ll inevitably make errors, mainly forgetting a link or two. It will end in visitors getting the dreaded “404 page not discovered” error when clicking in your links, robots (also know as crawlers or spiders) avoiding you, etc. Also, if you are closely relying on guests from search engines like google and yahoo, then once more, folks will get a “404 web page not found error”.

Let’s use the previous example, for a very long time your page1.htm was indexed by main search engines. If somebody types “custom usb drives” in a search engine field, your page shows up on the primary search outcomes screen. That’s fantastic, only if somebody clicks on the link, they are going to be pointed to page1.htm, not to custom_usb_drives.htm, as a result of the first page is the one in the search engine’s index. It can take time, typically months, earlier than the major search engines update their indexes together with your new web page name.

Misplaced Web page Rank (PR) points:

Google developed a proprietary algorithm that assigns a Web page Rank (PR) to each page on the web. PR is a quantity from 1 to 10 (10 being the best) and is meant to be a representation of how helpful and standard a given web page is. PR is influenced by many factors, one of the essential ones being Link Popularity. Link Recognition is a representation of what number of “high quality” or “relevant” sites link to your page. Without entering into an excessive amount of element, it is increasingly difficult and time consuming to achieve a high PR in your pages, particularly if you happen to don’t have a very distinctive web site with distinctive and extremely wanted content. In case you are merely working a commercial site, in a competitive market (akin to selling customized branded USB drives, as in our example), then it takes plenty of time and hard work to build a great page PR.

When you rename a web page and discard the outdated web page, you additionally discard the PR of the page. Your renamed page can be seen as a completely new page, with zero PR.

What’s the solution?

I will begin by enumerating some of the methods used by the non-initiated.

Not advisable answer 1: Duplicate content.

Very first thing that in all probability comes in you thoughts is: properly, why can’t you just duplicate the page and let nature take its course. In other words, you should have two an identical pages, one named page1.htm and one custom_usb_drives.htm. This provides you time to update all links and the search engines will eventually index the brand new page.

This answer is not viable as a result of search engines like google will penalize you quite badly, ‘considering’ that you are attempting to rip-off them by using the ‘duplicate content’ technique.

Not advisable solution 2: Custom error message.

You could possibly create a customized error page. Nonetheless, you’ll lose rankings on the next search engine replace because the file will look like non-existent. As mentioned above, it could be a while before the web page with the new identify will be listed and will appear in folks’s searches. Additionally, your web page visitors will probably be annoyed by the fact that they now have to dig by way of your website to find the desired information.

Not beneficial answer 3: An HTML Meta redirect.

You possibly can implement a so known as Meta refresh in a clean or personalized web page that has the title of the previous page (in our instance, page1.htm) that factors to the new page. The redirect may be prompt, or delayed by a predetermine amount of time. The delayed redirect has the benefit that you can place an additional message, equivalent to “please bear in mind that the page you’re on the lookout for changed location….. etc., and many others…. you can be redirected routinely to the new location”

Prior to now, this was most likely probably the most used technique.

With out entering into the mechanics of the Meta redirect, which is mainly a META tag statement you ad to your HEADER section, know that there are also Java Script methods that obtain similar results.

What’s dangerous about that is that it is a technique usually used by spammers to trick search engines like google and it needs to be prevented, except the web page is in a piece of your website that isn’t listed (also referred to as spidered or crawled). Search engine spammers create a page that is optimized for certain key phrases and phrases – it usually has no real content. The web page is then picked up by some search engines, however when a visitor clicks on the search engine entry, they’re redirected to another website, usually unrelated. Most search engines like google have filters to detect this. Utilizing this form of search engine deception will see a website ultimately banned or penalized by major gamers similar to Google.

The beneficial redirect technique – 301 Redirect

A 301 redirect is the most efficient, customer friendly, robotic (spider, crawler) pleasant and search engine friendly resolution around for internet sites which can be hosted on servers working Apache. If you’re unsure, verify along with your internet hosting provider.

A 301 redirect is just a set of instructions you sort into your .htaccess file.

When a customer (whether or not human or robotic) requests an online web page through any means, your net server checks for a .htaccess file. The .htaccess file incorporates particular instructions for sure requests, including safety, redirection points and the way to deal with certain errors.

The code “301″ is interpreted as “moved permanently”. After the code, the URL of the missing or renamed page is noted, adopted by an area, then adopted by the new location or file name.

To start with, you will want to seek out the .htaccess file in the root listing of where all of your internet pages are stored. If there is no .htaccess file there, you can create one with Notepad or a similar application. Be sure that whenever you name the file that you simply bear in mind to place the “.” initially of the file name. This file has no tail extension.

Some hosting providers provide redirect companies by means of their “control panels”, so you don’t have to perform low stage modifications on the .htaccess file itself. As an alternative, they supply a user pleasant interface for this. Verify with your internet hosting supplier to see what the optimal solution to perform a 301 redirect is in your case. I will proceed the article with the barebones solution.

If there is a .htaccess file already in existence with traces of code current, be very cautious to not change any existing line unless you’re accustomed to the functions of the file.

Scroll down previous all the existing code, go away a line area, then create a new line that follows this example:

redirect 301 /folder/page1.htm www.you.com/folder/custom_usb_drives.htm (new path and file name)

The identical format applies not only to renamed files, but also to files moved to a special location.

The 301 redirect is the most secure approach to protect your rankings. On the subsequent indexing (crawling, spidering), the search engine robot will obey the rule indicated in your .htaccess file and index the new web page identify each time a hyperlink or its internal database tries to entry the old page. In the subsequent replace (once more, this could take months), the outdated file identify and path shall be dropped and changed with the new one. Typically you may even see alternating previous/new file names throughout the transition interval, together with some attainable fluctuations in rankings as issues settle. Don’t panic, that is normal.

What if your website is hosted on a Microsoft IIS server instead?

When you’ve got entry to the server, do this: In web providers manager, right click on on the file or folder you wish to redirect. Choose the radio titled “a redirection to a URL”. Enter the redirection web page, examine “The precise url entered above” and the “A everlasting redirection for this resource”. Click “Apply”.

If you happen to do not have access to the server, ask your host to point you into the precise direction.

In conclusion, the very best and the most clear means (to both human and robotic customers) to rename and move information in your website, while preserving your search engine ranks is the 301 redirect.

for the best selection of gifts for him, engraved gifts and custom gifts please see our website.

Share and Enjoy:
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
If you enjoyed this post, make sure you subscribe to my RSS feed!

Comments

Leave a Reply