cek my Blog http://themagnolia-austin.com it has different pagerank with www and without www and i want to make it www with pagerank 4 i have problem also with my sitemap if i use themagnolia-austin.com/sitemap.xml is okay but when i use www.themagnolia-austin..com/sitemap.xml the sitemap is broken or cant read Please Help me for this
Generate the sitemap.xml file by adding the www in your url. Use http://www.xml-sitemaps.com to create the sitemap code for websites. In case of wp blog, use the tool http://wordpress.org/extend/plugins/google-sitemap-generator
This is a common problem faced by many webmasters. The Solution is very simple. You will have to make a 301 Redirect (Permanent Redirect) of your Non-WWW version to the WWW version. To do that, log in to your host via FTP, look for a file called .htaccess and add the following: RewriteEngine On RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L] I also suggest to sign up for Google Webmaster Central and there you will find a way to set your preferred way of displaying the url either WWW or non WWW. Once the above steps are completed your page rank will automatically go to the WWW version of your domain. But it wont happen instantly of course. Hope This Helps. If you require any more help you can contact me (contact info in my signature).