Here’s a simple problem that can cause major ranking problems on Google and other search engines. I mean simple in the sense that it doesn’t take much effort on your part to fix.
Question: Can your web site be accessed using both the www and non-www versions of your site’s URL? In other words, if your web site address is http://www.example.com/, can it also be accessed at http://example.com/? If the answer is yes, then you need to fix it NOW! First of all, it’s entirely possible that Google could be indexing both versions of your site and imposing a ranking penalty on you for duplicate content, because everything at http://www.example.com/ and http://example.com/ is exactly the same, but they are different URLs (i.e. different sites). You will also be suffering a PageRank dilution because your PageRank is being divided between these two URLs.
A similar problem exists if your home page can be accessed at http://www.example.com/ and also at http://www.example.com/index.html (or index.php, etc.). Google could be seeing these as two separate pages and penalizing you for duplicate content as well as dividing up your PageRank between those two.
Those linking to your site could also be linking to these different URLs, thus dividing up your incoming link juice into several URLs instead of one. NOT GOOD!
As an example, go to this website… Strippergrams and try removing the www. from the URL. Then try placing index.html at the end of the URL and you will see that the solution we mention below causes the page to always revert back to the correct URL… http://www.strippergrams.com.au/ Thats the URL we want Google to index.
If your site is hosted on Linux or Unix running Apache (if you don’t know, ask your host), you can fix all these problems by adding a few lines of code to your .htaccess file.
Here’s the code that will fix almost all canonical problems (a fancy name for what we’ve been talking about) on your site:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.example\.com$
RewriteRule ^(.*)$ http://www.example.com/$1 [R=301,L]
RewriteCond %{THE_REQUEST} ^[A-Z]{3,9}\ /(([^/]+/)*)index\.html\ HTTP/
RewriteRule index\.html$ http://www.example.com/%1 [R=301,L]
</IfModule>
Make sure you replace every occurrence of “example.com” with your own domain name and if your home page is something different than index.html (index.php for instance), make sure you change that accordingly.
Your .htaccess file (if you have one) should be located in the root of your web server. Just open the file in any text editor (NotePad or equivalent on Windows, TextEdit or equivalent on Mac), add the code as described above, and save it back to your web server. If you do not have an .htaccess file at the root your web server, just create a blank text file in a text editor, add the code above, and then save it with the filename .htaccess and upload to your server.
Then watch your search engine rankings increase!
More Related Articles From This Website...There are a lot of ways that you can improve your site’s page ranking in search engines, unfortunately, not all of them are good. Some people employ certain methods in acquiring a high page rank in search engines, even if these are considered to be deceitful in the sense that they are designed to trick the search engines - one of these methods is actually duplicating web content. What is duplicate content? Duplicate content in SEO is actually any web content that is considered to be similar to another site. Search engines have actually implemented new filters specifically to monitor these types of....
This a list of the last 10 video tutorials that we have posted to various video sharing websites... the content is being supplied by Google's RSS Feed service... you will notice from time to time that the same clip is duplicated on a number of websites, this is because Google share there video content to a number of other video sharing services. ....
Came across this very interesting article by Dave Smith (link to original article is at the bottom of this post) that I thought was worth mentioning as he talks in great detail about some very good ideas on getting listed quickly in Google. The whole idea originally was to time how long it will take this post to be indexed by Google. The results will be listed at the bottom of this post....I see a lot of people complaining that their sites are not indexed by google after months of going live. I just launched....
There is no denying that Google is the king of the hill when it comes to search engines. A fairly decent page ranking in Google is worth so much more than a better showing in other less prominent search engines. The reason for this is the overwhelming popularity of Google. A vast majority of internet users use Google's services in looking for quality content on the internet. With the large number of people using it, a high page rank acts a great advertising opportunity for your website. Because of the astounding amount of websites that submit their web pages to Google,....
Have you heard about Google AdWords? OK, this time I'm going to explain a bit about it. First of all, you know as well that Google is still the #1 Search Engine in the net, leaving Overture at the second place. If you type a word or a phrase in Google's search box and press "enter", a large number of links will appear in front of you, related to the subject you've typed earlier. Take a look at the right hand side of the main page. There should....
Trackback URL for this post:
http://www.problogtips.com/google-duplicate-content-fix/2273/trackback/
Posted by Jaron in the catagory of... General Interest



Easy Screen Recorder
Bluff Titler

