Website doesn't show www.

7 replies
  • SEO
  • |
I have a new website, got indexed by google. Only issue is shows up without www. on the search engine. Is this okay? Do I need to do anything?
Any help appreciated ! Thanks.
#show #website #www
  • Profile picture of the author ronywilliam
    I don't think that theres any problem with that, until and unless it redirects to your website.
    Signature

    {{ DiscussionBoard.errors[3893700].message }}
  • Profile picture of the author jackpot9
    Are you using the wordpress platform? If yes, you can login to your wp admin, hit on general and then add if the www. for your website if you want to, and then the www. will be there.
    {{ DiscussionBoard.errors[3894475].message }}
    • Profile picture of the author orvn
      No big deal. You want to pick one though, www or non-www and 301 redirect it with a .htacces mod rewrite, if you haven't already done so.

      There is a "rank decay" upon redirects, but it's negligible.
      http://www.warriorforum.com/adsense-...-pagerank.html
      Signature
      Orun Bhuiyan[@orvn] [linkedin] See what I've been doing lately by visiting my marketing agency's site. SEOcial specializes in content marketing and integrated optimization. We create conversions for businesses by gracefully connecting the realms of design, development and marketing.

      {{ DiscussionBoard.errors[3894611].message }}
    • Profile picture of the author designnir
      You post help me to fix my site issue

      Thanks buddy
      Signature

      Nure Alam
      Sr Web Developer
      WordPress theme design, Joomla template, XHTML, CSS, Website design
      www.designnir.com

      {{ DiscussionBoard.errors[6558585].message }}
  • Profile picture of the author n_touch
    Orvn is right, make sure that you get a redirect on it. You don't want any issues with google thinking there is duplicate content out there. That is the one thing that I love about wordpress. With a click here and there those little issues are taken care of for you. As far as to your visitors, it doesn't matter to them. I have had sites with and without the www and never really noticed a difference.
    {{ DiscussionBoard.errors[3894866].message }}
  • Profile picture of the author shayman
    Back up your current .htaccess file then try adding this. Should work. I'd stick with 'www' personally.
    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^www.
    RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
    {{ DiscussionBoard.errors[6558689].message }}
  • Profile picture of the author shaunD
    also choose www version as preferred url in google webmasters tool to speedup the process ..
    {{ DiscussionBoard.errors[6558729].message }}

Trending Topics