Forum Moderators: open

Message Too Old, No Replies

using a file path instead of a querystring

will it affect googling?

         

httpwebwitch

6:50 pm on Jan 15, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



This is related to a previous question where I suspected that my querystring variables are affecting Google indexing.

I believe there is a way to manipulate .htaccess so that I can store variables in the file path, instead of in a "?" delimited querystring. For example:

myjournal.htm?date=2003-10-01

can be changed to

myjournal_2003-10-01.htm

I haven't tried it yet, but I think it is possible to do that. The script "myjournal.htm" will still be handling all the requests, but it will accept requests as compound file names instead of using the "?" delimited querystring.

Will this strategy improve Google's tolerance of dynamically-generated pages? It's not cloaking, and it's not deceitful, and it will be unnoticeable since those pages are generated from an archived source that does not change between visits.

mikemcs

7:11 pm on Jan 15, 2004 (gmt 0)

hanan_cohen

9:53 pm on Jan 15, 2004 (gmt 0)

10+ Year Member



Look here:

CGI Parameters and Google
How I tricked Google to index my site.

[webmasterworld.com...]