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
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.
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