Are these links still 'seo friendly'?

Discussion in 'Search Engine Optimization' started by Tcm9669, Jun 16, 2007.

  1. #1
    Well I am trying to optimize my website and I was wondering if

    www.mywebsite.com/review.php?sid=17_business_business name_description_short description here

    is better then:

    www.mywebsite.com/review.php?sid=17&reccat=1

    A) What do you think? Is the first one more SEO friendly then the second one? or it won't make any difference as it still has the ? and =

    B) the URL will have spaces in it, will that hurt SEO?

    C) You think that I should implement it? or not?

    D) If yes then should I use _ or -

    Thanks for your responses!!
     
    Tcm9669, Jun 16, 2007 IP
  2. trichnosis

    trichnosis Prominent Member

    Messages:
    13,785
    Likes Received:
    333
    Best Answers:
    0
    Trophy Points:
    300
    #2
    i dont think that it's sef url because there is an ? :)
     
    trichnosis, Jun 16, 2007 IP
  3. SEO Honolulu

    SEO Honolulu Guest

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If it was me I would look into shortening it and pulling a mod rewrite that would spit out the url close to something like this;

    www.mywebsite.com/business/business-name/

    "business" serves as a chance for early keyword placement . Dashes seem to work better than underscores I've noticed. Overall, you want a clean url that will help your visitors to remember the page easier, and can also give you an opportunity to rank for keywords in the URL as well.
     
    SEO Honolulu, Jun 16, 2007 IP
  4. Webfu

    Webfu Peon

    Messages:
    208
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I'd keep searching for the way you can accomdate this style - {same as suggested by SEO Honolulu}

    .com/folder/category/page-name

    or .com/business/business-name/


    --> its do able with php for sure.

    ---> theres also software available on the web to help you with the rewrites if you want to take a faster route.
     
    Webfu, Jun 16, 2007 IP
  5. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #5
    don't put any spaces in your url.....use underscores or dashes
     
    oseymour, Jun 16, 2007 IP
  6. Tcm9669

    Tcm9669 Banned

    Messages:
    894
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #6
    What softwares? can you show me some? thanks. the thing is that it would be impossible making a mod rewrite of all urls and even i cant insert them in the script. The only way to make them seo friendly is by making an $_POST via a link, but as far as i read it's not possible through a link?
     
    Tcm9669, Jun 16, 2007 IP
  7. oseymour

    oseymour Well-Known Member

    Messages:
    3,960
    Likes Received:
    92
    Best Answers:
    0
    Trophy Points:
    135
    #7
    you don't need any special software....it is done with your .htaccess file
     
    oseymour, Jun 16, 2007 IP
  8. Tcm9669

    Tcm9669 Banned

    Messages:
    894
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #8
    yes but as i already said i can't change the URL's in my script to those with the htaccess.
     
    Tcm9669, Jun 16, 2007 IP