Hello and Happy New Year, I have to create an url rewrite for a client and so far my url looks like this: http://www.mysite.com/item.aspx?category=pools&title=water-pool--185 item - is my item page.aspx pools - is the category water-pool--185 - is the name of the file and id Is the above a google seo correct url ? I'm trying to achieve this url: http://www.mysite.com/item/pools/water-pool--185 but is verry hard. Which version is better of the 2 urls? Thank you, Alina
if you are having problem with the second then just remove the "/pool/" from url and directly put "items" in "/item/" ... or vice-a-versa... url will be short and easy to share!
Google "asp.net url rewrite" and you should be able to find many suggestion for URL rewriting, my programmer has did it for my projects. Definitely second one is right.
A url should look static, it should contain the words from your heading, it is good idea of URL optimization, at the same time, make sure that it is not too long.
Second options will be good..! how ever in seo point of view having keyword in url will do good..! try to add keyword relavent to page.