non www or www problem

Discussion in 'Search Engine Optimization' started by eposdirect, Jul 29, 2009.

  1. #1
    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.
     
    eposdirect, Jul 29, 2009 IP
  2. Zirkon Kalti

    Zirkon Kalti Well-Known Member

    Messages:
    1,132
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    150
    #2
    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.
     
    Zirkon Kalti, Jul 29, 2009 IP
  3. WallaceYeung

    WallaceYeung Notable Member

    Messages:
    3,377
    Likes Received:
    164
    Best Answers:
    0
    Trophy Points:
    230
    Digital Goods:
    1
    #3
    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]
     
    WallaceYeung, Jul 29, 2009 IP