Forum Moderators: coopster
/folder/script.php?pages+that+don't+exist returns a 404 page/header.
but, that means that:
/folder/script.php?
and
/folder/script.php
also return 404 headers. Will search engines ignore all our:
/folder/script.php?page1
/folder/script.php?page2
/folder/script.php?page3
pages if:
/folder/script.php is a 404?
script.phpwithout any query string to be an index listing of the possible pages that could be appended. That way, if for some reason the bot crawls the page it will index the subsequent pages. For the record though
http://example.com/script.php
http://example.com/script.php?name=value