Hi! I have read Tim`s article Building Dynamic Pages With Search Engines in Mind but...
if the url = http://www.some.com/file.php?param=value and the param is not necessary for the contents of file.php (no include based on value) will it be indexed by a search engine?
Sorry for my bad english..
yeah i don't see why not.
i created a site a while back and if i search for that site i get links to www.domain.com/dir/file.php?category=blues§ion=now and other links that have querystrings.
Thanks for your answer Sijis. It was exact the answer I want. If not, i have to start some serious re. programming...🙂
gammaster
on a similar note, you can read another response to your same question. i have yet to try the example code posted, but it seems like an interesting alternative. http://www.phpbuilder.com/board/showthread.php?s=&threadid=10226687
i think it would best if you have a small website with 15 pages or less (not using the mod_rewrite solution).
That method you are refering to works quite well and is actually very easy.
You can see an example of this here: http://www.atdiscount.com
I manage over 100k pages with this method.
Cheers