Forum Moderators: open

Message Too Old, No Replies

What is better in the URL?

?PageId=170 or ?widgets

         

Voyteck

11:21 pm on Feb 9, 2004 (gmt 0)

10+ Year Member



Hello

What do you think is better. Let's say I have a link to the page about Widgets. Domain name is not connected with the search term. Is it better to have the url of my CMS system to point to ...../?PageId=170 or to ......./?Widgets
The word Widgets would be in the title of the destination page and in the name of the link would be <a href=....>Widgets</a>

The search term is widgets of course.

Thank you in advance.

Voyteck

bird

1:17 pm on Feb 10, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Try to get by without any "?", "&", and "=" in the URL.

www.example.com/widgets/
www.example.com/widgets.html

On apache, this can easily be done with mod_rewrite, assuming your CMS is capable to use simplified links (if it isn't, then it's probably lacking in other aspects as well).

lty83

1:02 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



is it possible to get IIS to not show the? or &? I'm using asp, would like to have good my dynamic pages indexed because even though they are dynamic the content will remain for a while.

jweighell

3:20 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



Yes it is possible, and I've done it on my server. It will involve installing a component on the webserver - you may need to talk nicely to your web hosting company.

There are a few different components around. The one I've used is [isapirewrite.com...]

Since doing this, I've had a load more of my dynamic pages indexed, and I seem to get a better PR ranking on the pages I had indexed before.

lty83

3:42 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



I have dedicated server :-)

Thanks for info, will be immensly helpful!

lty83

3:55 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



There are a few different components around. The one I've used is [isapirewrite.com...]

Was it hard to implement? Did you have to make many changes to the site code at all?

Voyteck

8:29 pm on Feb 11, 2004 (gmt 0)

10+ Year Member



First of all the responses were helpfull but still my concern is what is better.

I cannot make any changes to the server, so the only thing I can do is to set the name of the file.

What are your opinions?

Voyteck

jweighell

12:45 pm on Feb 12, 2004 (gmt 0)

10+ Year Member



From the options you describe, having the keyword in the querystring is always better.