I am helping to optimize a website for a friend. It is built in asp which I know nothing about. I want the urls to be changed to something more SEO friendly. So I have 2 questions
1) the programmer is telling me that the url below is database driven and cannot be changed. or its too much work and better to create a whole new page. I simply want to change
http://www.valuecruises.net/destination_introduction.aspx?dest=39
to new url
http://www.valuecruises.net/asia/china/
is it really that tough for a database driven url?
2) I want pages ending in ugly .aspx to end with a forward slash (/) how hard it that? for example
http://www.valuecruises.net/cruises_introduction.aspx
to
http://www.valuecruises.net/cruise-introduction/
are they being lazy or are these changes alot of work?



Reply With Quote





How about System.Web.Routing instead? Works nicer in MVC but you can use it without.
Cheers. 


Bookmarks