Forum Moderators: open
should i revert to the good old "news.php" style links or are the current style safe?
best regards,
daniel
Welcome to Webmasterworld. My guess is that Google may be picking up that they are database generated pages and limiting the requests to keep the load down on your sever. If your system can handle it, I would recommend going the no query variable route and keeping then about one directory deep. I have done this with my site and Google has already indexed 4586 pages on my site this month.
Hope this helps,
George
so the links looks like "?x=news" or "?x=gallery&id=5".
You better avoid the parameter name 'id' because it could indicate an session ID. Even if those pages get spidered, it could mean less pages get spidered or it takes longer before the whole site is indexed. Just rename 'id' to 'item', 'cnt' or so and it will be OK.