On this article I’ll focus on page redirection techniques, what works and what to avoid.
What is web page redirection and why would you need to use it?
Let’s say you rename a page in your website, for no matter reason. Perhaps you determined to revamp your whole naming conference, perhaps you determined to restructure your website and want to move pages into totally different folders, or you simply realized that you are missing useful keywords.
Let’s elaborate a bit on the key phrases concern, since it is a part of your search engine ranking success.
Let’s say the web page in query is about custom-made USB drives and also you named it page1.htm. Then you definately learn some website positioning (Search Engine Optimization) articles and also you came upon that some serps use words within the precise file identify as search keywords. Subsequent time you do a Google search, take a look at the results, most may have phrases within the precise file name (in the URL part) bolded, denoting a keyword match. Your USB drives page will definitely profit if named something like custom_usb_drives.htm instead.
Now that you just renamed your page, you just created a symphony of points for your self, on your customers and on your place in search engine results.
Linking points:
You’ll have to level each link on your web site to the brand new web page name. If your website is small, it shouldn’t be an enormous deal, but when your web site is massive, you’ll inevitably make errors, mainly forgetting a hyperlink or two. This can end in guests getting the dreaded “404 web page not found” error when clicking on your links, robots (additionally know as crawlers or spiders) avoiding you, etc. Additionally, if you’re closely relying on guests from search engines, then once more, folks will get a “404 web page not discovered error”.
Let’s use the earlier example, for a very long time your page1.htm was listed by main search engines. If someone varieties “custom usb drives” in a search engine box, your page exhibits up on the primary search results screen. That is incredible, only if somebody clicks on the hyperlink, they are going to be pointed to page1.htm, to not custom_usb_drives.htm, because the primary web page is the one in the search engine’s index. It can take time, generally months, before the various search engines replace their indexes together with your new page name.
Lost Page Rank (PR) issues:
Google developed a proprietary algorithm that assigns a Page Rank (PR) to each page on the web. PR is a quantity from 1 to 10 (10 being the ideal) and is intended to be a representation of how helpful and widespread a given web page is. PR is influenced by many factors, one of the essential ones being Link Popularity. Hyperlink Popularity is a representation of what number of “high quality” or “related” websites hyperlink to your page. With out entering into too much detail, it’s more and more difficult and time consuming to achieve a excessive PR to your pages, particularly for those who don’t have a really unique website with distinctive and extremely sought after content. If you’re merely operating a commercial site, in a aggressive market (akin to promoting custom branded USB drives, as in our example), then it takes a whole lot of time and onerous work to construct a great web page PR.
If you rename a web page and discard the old web page, you also discard the PR of the page. Your renamed web page will likely be seen as a very new web page, with zero PR.
What is the answer?
I’ll start by enumerating a few of the strategies used by the non-initiated.
Not beneficial resolution 1: Duplicate content.
Very first thing that in all probability comes in you mind is: properly, why can’t you simply duplicate the web page and let nature take its course. In different words, you will have similar pages, one named page1.htm and one custom_usb_drives.htm. This provides you time to replace all hyperlinks and the search engines will ultimately index the brand new page.
This resolution isn’t viable because serps will penalize you quite badly, ‘pondering’ that you’re making an attempt to rip-off them through the use of the ‘duplicate content’ technique.
Not recommended solution 2: Customized error message.
You might create a custom error page. Nonetheless, you will lose rankings on the next search engine update because the file will look like non-existent. As mentioned above, it might be some time earlier than the page with the new title will be indexed and will seem in folks’s searches. Also, your website guests will be pissed off by the truth that they now need to dig through your web site to search out the desired information.
Not beneficial answer three: An HTML Meta redirect.
You may implement a so called Meta refresh in a clean or personalized web page that has the title of the old page (in our instance, page1.htm) that points to the brand new page. The redirect will be prompt, or delayed by a predetermine amount of time. The delayed redirect has the advantage which you can place an additional message, equivalent to “please be aware that the page you might be in search of changed location….. etc., and so forth…. you will be redirected robotically to the new location”
Up to now, this was in all probability essentially the most used technique.
Without stepping into the mechanics of the Meta redirect, which is basically a META tag statement you advert to your HEADER part, know that there are additionally Java Script methods that obtain comparable results.
What is bad about that is that this is a technique often used by spammers to trick search engines like google and it ought to be avoided, except the page is in a section of your site that isn’t listed (also known as spidered or crawled). Search engine spammers create a web page that is optimized for sure key phrases and phrases – it normally has no real content. The page is then picked up by some search engines like google, however when a customer clicks on the search engine entry, they are redirected to another web site, often unrelated. Most search engines have filters to detect this. Utilizing this type of search engine deception will see a web site ultimately banned or penalized by main gamers such as Google.
The advisable redirect strategy – 301 Redirect
A 301 redirect is essentially the most environment friendly, visitor friendly, robotic (spider, crawler) friendly and search engine friendly solution round for internet sites that are hosted on servers operating Apache. If you are unsure, test together with your internet hosting provider.
A 301 redirect is just a set of commands you type into your .htaccess file.
When a customer (whether human or robotic) requests an internet page via any means, your internet server checks for a .htaccess file. The .htaccess file incorporates particular instructions for certain requests, together with safety, redirection points and how to handle certain errors.
The code “301″ is interpreted as “moved completely”. After the code, the URL of the missing or renamed page is famous, followed by an area, then adopted by the brand new location or file name.
Initially, you may want to search out the .htaccess file in the root directory of where all of your internet pages are stored. If there isn’t any .htaccess file there, you can create one with Notepad or an analogous application. Ensure that whenever you title the file that you keep in mind to place the “.” at the beginning of the file name. This file has no tail extension.
Some internet hosting suppliers provide redirect providers via their “management panels”, so that you don’t should perform low stage adjustments on the .htaccess file itself. Instead, they provide a person pleasant interface for this. Verify with your internet hosting supplier to see what the optimal method to carry out a 301 redirect is in your case. I’ll continue the article with the barebones solution.
If there’s a .htaccess file already in existence with traces of code present, be very careful to not change any present line unless you might be accustomed to the capabilities of the file.
Scroll down previous all the existing code, depart a line area, then create a brand new line that follows this example:
redirect 301 /folder/page1.htm http://www.you.com/folder/custom_usb_drives.htm
It is as easy as that. Save the file, add it again into your internet and check it out by typing within the previous deal with to the page you’ve got changed. Try to be instantly and seamlessly transported to the new location.
Notes: Be sure not to add “http://www” to the primary part of the statement – just put the path from the highest stage of your web site to the page. Also be certain that you allow a single area between these elements:
redirect 301 (the instruction that the page has moved)
/folder/page1.htm (the original folder path and file title)
http://www.you.com/folder/custom_usb_drives.htm (new path and file title)
The same format applies not only to renamed files, but additionally to information moved to a different location.
The 301 redirect is the safest way to preserve your rankings. On the following indexing (crawling, spidering), the search engine robot will obey the rule indicated in your .htaccess file and index the new page name every time a hyperlink or its inside database tries to entry the previous page. Within the next update (once more, this might take months), the previous file name and path can be dropped and replaced with the brand 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. Do not panic, that is normal.
What in case your web site is hosted on a Microsoft IIS server as a substitute?
In case you have access to the server, do that: In web providers supervisor, proper click on the file or folder you wish to redirect. Choose the radio titled “a redirection to a URL”. Enter the redirection page, test “The precise url entered above” and the “A everlasting redirection for this resource”. Click “Apply”.
If you happen to wouldn’t have entry to the server, ask your host to point you into the right direction.
In conclusion, the very best and probably the most clear approach (to each human and robotic users) to rename and transfer files in your web page, while preserving your search engine ranks is the 301 redirect.
for the best selection of christmas gifts, business gifts and 60th birthday gifts please see our website.