Forum Moderators: phranque

Message Too Old, No Replies

Making a CMS site SE friendly

Substituting \view.asp?id=XX with keyword(XX).asp

         

Torben Lundsgaard

12:34 pm on Jun 21, 2002 (gmt 0)

10+ Year Member



Hi all

I'm helping a client making a content management system search engine friendly. The most important isue is removing the ? from the URL's

The client has developed an ISAPI filter, which removes the ? in the URL but the CMS still requires the page id in the URL. There is no way arround this.

URL before: \view.asp?id=XX
URL now: \keywords(XX).asp

I'm concerned about the () thing and would prefer something like \keywords-XX.asp but that would require some programming.

Have you got any experience with () in the URL?

Torben

DaveAtIFG

2:05 am on Jun 26, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have no "experience with () in the URL" but I don't recall ever seeing a similar URL prominently listed in a search engine. Anyone??

Torben Lundsgaard

3:08 pm on Jul 31, 2002 (gmt 0)

10+ Year Member



\keywords(XX).asp works with google. All pages have been indexed by Google and with good results.