Results 1 to 14 of 14

 

Thread: Problem with SERP listing

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    50
    Thanks
    6
    Thanked 1 Time in 1 Post


    Hi guys,

    I was wondering what you make of this? I've made this site gardenpowertools / org /uk. When I put the search term "garden power tools" into google, it comes up on page 2 which I'm very happy with because it's so new! But... when it shoes the address, there isn't a www. in front of the web address. Is this bad? And why's this happening is it likely to be how I've setup my hosting, or is it the wordpress setup?

    Any thoughts on this would be greatly appreciated.

    Max

  2. #2
    Typing with both fingers.

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Allt Y Coed Farm, North Pembrokeshire
    Posts
    4,123
    Thanks
    247
    Thanked 198 Times in 157 Posts
    Does your website exist with the www. (seems obvious but thought I would ask)

    If so just create a google webmaster account and you can set how google lists your site (ie with or without the www)

    Ta

    Baz

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Nov 2007
    Posts
    126
    Thanks
    21
    Thanked 8 Times in 8 Posts
    I believe it to be perfect as it gets around the issue of duplicate content associated with having a domain that resolves to both www and without. It is also the reason why wp set it up that way

    If you want to have the www prefix then go to settings in wordpress and add www. to the wordpress blog url box.

    Just in case you didn't know the lawn mower buy links go to blank pages but I think you may know that already

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    50
    Thanks
    6
    Thanked 1 Time in 1 Post
    Am still a bit fuzzy on the duplicate content thing

    I setup the addon domain in my hosting as gardenpowertools / org / uk (no www)

    Typing in both www / gardenpowertools / org / uk and gardenpowertools / org /uk both end up going to gardenpowertools / org / uk

    Does that mean that it has no duplicate content and is all good?

    Cheers for pointing out the dodgy links - working on improving the site now and getting rid of the problems!

    Max

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    153
    Thanks
    4
    Thanked 5 Times in 5 Posts
    you hosting with 1&1 by any chance?
    Hosting Your Own Website? Read our guide and buying tips now.
    Website maintenance for the busy affiliate. Sameday updates now available.

  6. #6
    Registered User

    Status
    Offline
    Join Date
    Nov 2007
    Posts
    126
    Thanks
    21
    Thanked 8 Times in 8 Posts
    Quote Originally Posted by maxkay View Post
    Typing in both www / gardenpowertools / org / uk and gardenpowertools / org /uk both end up going to gardenpowertools / org / uk

    Does that mean that it has no duplicate content and is all good?
    Exactly

  7. #7
    Typing with both fingers.

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Allt Y Coed Farm, North Pembrokeshire
    Posts
    4,123
    Thanks
    247
    Thanked 198 Times in 157 Posts
    After reading your first post again.

    No its not bad if you are listed without the www. If you are happy with it then its fine to leave as it is.

    Ta

    Baz

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Nov 2007
    Posts
    377
    Thanks
    29
    Thanked 51 Times in 46 Posts
    It's a wordpress setting

    Click on Settings--> General. Change WordPress address (URL) and Blog address (URL) to have a www. before hand if you prefer it that way.

    Mike
    Looking for link swaps and article exchanges on sites relating to cycling, bikes, mountain bikes, cycling equipment etc. Drop me a PM.

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    50
    Thanks
    6
    Thanked 1 Time in 1 Post
    Thanks for all your help guys. Just to clarify it doesnt matter which way round I have it setup, its just for personal preference? Is google going to get confused if I change the setting now?

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Nov 2007
    Posts
    377
    Thanks
    29
    Thanked 51 Times in 46 Posts
    Google doesn't mind which way round it is.

    Just make sure if you're using www. all your links point to www. and if you're not then make sure they dont use it.

    Mike
    Looking for link swaps and article exchanges on sites relating to cycling, bikes, mountain bikes, cycling equipment etc. Drop me a PM.

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    153
    Thanks
    4
    Thanked 5 Times in 5 Posts
    Code:
    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^www\\.domain\\.com$ [NC]
    RewriteRule ^(.*)$ http://domain.com/$1 [R=301,L]
    Ensure this is in your htaccess file too.

    :tup
    Hosting Your Own Website? Read our guide and buying tips now.
    Website maintenance for the busy affiliate. Sameday updates now available.

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Jan 2009
    Posts
    50
    Thanks
    6
    Thanked 1 Time in 1 Post
    Cheers guys!

    Does that htaccess code forward www to non-www? How would you go about doing it the other way round out of interest?

  13. #13
    Registered User

    Status
    Offline
    Join Date
    Jan 2008
    Location
    Yorkshire
    Posts
    536
    Thanks
    22
    Thanked 37 Times in 31 Posts
    Quote Originally Posted by maxkay View Post
    Cheers guys!

    Does that htaccess code forward www to non-www? How would you go about doing it the other way round out of interest?
    This is what I use to redirect non-www to www

    Code:
    RewriteEngine on
    RewriteCond %{HTTP_HOST} ^somesite\.co.uk [NC]
    RewriteRule ^(.*)$ http://www.somesite.co.uk/$1 [L,R=301]
    I'm not sure what the different outcome would be compared to losdev's code as this was written for me, but this has always worked for my sites.

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Nov 2008
    Posts
    124
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Thank for your explanation! I had such problem and now I try to understand it
    Doing Web development | liking fashion clothing | living online :tup



Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Picture Loans Problem - OMG Problem
    By Black Cat in forum OMGPM.com, OMG Network
    Replies: 9
    Last Post: 25-01-07, 09:12 PM
  2. My problem
    By frazer987 in forum Affiliate Marketing Lounge
    Replies: 5
    Last Post: 25-06-05, 11:02 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2