If you are a webmaster, there are a lot of ways to optimize a website or a blog to be placed high in the SERP (search engine results page). One of this is, without any doubt, eliminate duplicate content from your web pages, articles and posts. As a matter of fact web engine spiders (such as Google Bot, Yahoo Bot, MSN Bot etc.) while crawling a website tend to look for suspicious content which may look too alike to something they already “saw” while surfing other sites. For a spider, the more a website has got unique content, the better. This, to make sure that what a web author produces is original and has not been forged or copied from somewhere else. That’s why, if your website has got a lot of similar content, Google and other web engines will place it low in the search result for a particular keyword or a whole set of them, with the side-effect that less people will read what you have written. But, what is a duplicate content exactly? Duplicate content is everything which looks similar to something else. Two articles speaking about the same topic will inevitably have something alike, but if the similarities are too many and whole sentences are exactly the same, because they are the result of a copy-and-past action, well, this is duplicate content. But web spiders go beyond all this. As a matter of fact, if two posts have the same, or too similar addresses, for the these spiders this is another good example of duplicate content.
We don’t know when, why or because, but sometimes it seems like that when Google spiders a website, it might end up getting wrong URL link locations by arbitrarily adding an extra or a triple slash (//). For example, Google might crawl the article www.mywebsite.com/testpage.php correctly, but at the same time it could even crawl something like www.mywebsite.com//testpage.php, which in your website doesn’t exist at all, of course, but for Google is another real page belonging to it. At this point Google bots will mark them as duplicate content, and when next time a person will look for the keyword testpage, your article could be placed in the 344 position, lessening in this way the chance to be read. Luckily for us there is a little trick to avoid all this. All you have to do is write this little piece of code in your .htaccess file which usually is located in the plublic_html folder, in the root directory of your site.
- Open your FTP client and reach your website.
- Open public_html folder.
- Right click on the .htaccess file and click edit. If the .htaccess doesn’t exist, just create a htaccess.txt file with Windows notepad, put it in the public_html folder and rename it .htaccess
- Copy and past the following code in the .htaccess:
- If you want something more efficient copy and past the following code in the .htaccess:
- These codes will just remove douple or trible slashes anywhere in your website addresses.
# Remove multiple slashes anywhere in URL
RewriteEngine On
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
# Remove multiple slashes after domain
RewriteEngine On
RewriteRule ^/(.*)$ http://www.yourwebsitename.com/$1 [R=301,L]


If you don’t have any issue related to Windows Vista SP1, then you may consider to make the SP1 installation permanent. But what are the benefits of doing this? By default, Vista SP1 has got a lot of files which are needed in case you want to uninstall it. If you decide to make SP1 permanent you are going to gain a lot of free space by deleting the aforementioned files. Here is the trick.
So, the 


A new feature introduced by
Windows How to's:
Comments
Download beautiful Google Chrome Themes: also you can try other 10 google chrome theme in...
The Blogsphere rise against Chrome License!: Remember, in many countries you must have your licence...
80 free games from AndysLife.org: Hi James, Maybe you are right. There are a lot of websites with more...
80 free games from AndysLife.org: its ok but there needs 2 be more games on it
Google Chrome: Google Chrome is really fast! Now I can sort 200,000 records inside of Browser (Chrome)...
Backup and restore Vista activation : Thanks for your edit! I am happy that this trick worked for you! Keep...