I need help with SEO on my rating site - Reps or link for those who help :)

Discussion in 'Search Engine Optimization' started by kastro_316, Jan 4, 2007.

  1. #1
    Hi there, I am pretty new to SEO - My site is starting to take off and getting over 1000UV per day now, but some people tell me I REALLY need to work on my SEO.

    Look at my sig. "Rating Site" - If you can, please take a look at my page and tell me what needs to be changed/added for better SEO.

    I will give someone a link to a PR5 blog if you PM me with a outline of what needs to be done, so I can send it to my coding guy for him to work on.

    Thanks - Take care
     
    kastro_316, Jan 4, 2007 IP
  2. manageyourlinks

    manageyourlinks Peon

    Messages:
    399
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would start by making each page have a unique title tag. This is a great starting point since title tags carry enormous weight in the SERPS.
     
    manageyourlinks, Jan 4, 2007 IP
  3. INTEMPO

    INTEMPO Active Member

    Messages:
    64
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    91
    #3
    Hi,

    You can use mod_rewrite to solve the problem.

    Such links
    http://sexyornot.us/index.php?cmd=10&ty=4&PHPSESSID=29eb790777972984bed80cf90b166acd

    must be changed to

    http://sexyornot.us/cmd-10/ty-4/ and the session must be kept in COOKIES

    Use the following rewrite rules to make it work:

    
    RewriteEngine On
    RewriteRule ^cmd-([0-9]+)/ty-([0-9]+)/$ index.php?cmd=$1&ty=$2 [L]
    
    PHP:
    Untested!

    And read more about Apache mod_rewrite module, it helps you to make all your site's URLs SE friendly.

    Regards, INTEMPO
     
    INTEMPO, Jan 4, 2007 IP
  4. learn_adsense

    learn_adsense Active Member

    Messages:
    347
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    I don't see meta keyword, some search engines do still read meta keyword.
     
    learn_adsense, Jan 4, 2007 IP