subject: How To Prepare A .htaccess File Properly [print this page] Right now youre probably thinking what the .htaccess file has to do with the topic of SEO. This is an SEO blog right?
In fact, it plays quite an important role in the way your website is ranked by the search engines. The problem is that few people are aware of its importance and it could be affecting the ranking of your website right at this moment.
What Is A .htaccess File?
According to Wikipedia, a .htaccess file is the default name of a directory-level configuration file that allows for decentralized management of web server configuration. If youre not a computer whiz (and Im not), such a definition is simply impossible to understand. So putting aside all the computer programming terminology, a .htaccess file is a small file which is placed within a website to perform a number of functions.
This article will only cover 2 of these functions (there are many others) because they are only ones related to the topic of SEO. I will also show you how to write the .htaccess file so that you use your .htaccess file for maximum SEO effect.
Blocking Users
A .htaccess file can be used to allow and block users by domain or IP address. The reason why you would want to do such a thing is because there are many online tools which people use to grab their competitors keywords. This will then allow them to target your keywords and potentially push you down the search rankings. For example, one such tool is SpyFu. They literally allow you to spy on your competitors. If you want stop such tools from being used on your website by your competitors, then simply structure your .htaccess file like the example at the bottom of this article.
Redirecting URLs
If you did a search on Google and looked through the search results, you will find that some websites are indexed with www. in front of them and others without it. If you were to search even deeper, you may even find some websites indexed twice, once with the www. in front of them and others without it. Why is this the case?
This is because backlinks have been built to both the www. and the non-www. but the search engine treats them as separate websites. This means that you are creating links to 2 separate websites instead of just one. As a result, any SEO benefit is getting divided up between 2 websites when they could helping just one and getting much better results. If you want to avoid such a problem, all you need to do is redirect one URL to the other. It is best to redirect the URL with the least amount of backlinks to the one with the most amount of backlinks.
.htaccess File Example
Below is the .htaccess file I use for most of my websites. It blocks access to the biggest and well-known spying tools on the Web as well as redirects a non-www. URL to a www. URL. Modify the code slightly by replacing yourdomain with your URL.
Simply copy the code, paste it in a notepad file and then save it as .htaccess. Then upload it using ftp or other means to your website.
Its amazing how a little bit of code can make a big difference to your SEO efforts.
Just in case youre wondering, this is the only time that I will make reference to programming code when talking about SEO. The role of the .htaccess file was too important to overlook and not share with my readers.