Hi guys, I have one prob. In my site. My site is about online kitchen products. When I seach site in address bar : worldkitchen.co.uk so it display redirect url with www domain but when I search in google www.worldkitchen.co.uk in google search result show worldkitchen.co.uk Why it display without www ? Can someone help me for same.
You can specify whether you want your indexed url to have www. or without www. in the Google webmaster tool when you submit your sitemap to Google.
you should also specific which option you like, with www or without, it's very important for seo, you can setup the .htaccess file like this, # Enable mod_rewrite engine RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*) index.php RewriteEngine On RewriteCond %{HTTP_HOST} ^yourdomain\.com [nc] RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,L]