Pages with content defined by querystring
-
I have a page that show traveltips:
http://www.spies.dk/spanien/alcudia/rejsemalstips-liste
This page shows all traveltips for Alcudia.
Each traveltip also has its own url:
http://www.spies.dk/spanien/alcudia/rejsemalstips?TravelTipsId=19767 (
2 weeks ago i noticed the url http://www.spies.dk/spanien/alcudia/rejsemalstips show up in google webmaster tools as a 404 page, along with 100 of others urls to the subpage /rejsemalstips WITHOUT a querystring. With no querystring there is no content on the page and it goes 404.
I need my technicians to redirect that page so it shows the list, but in the meantime i would like to block it in robots.txt
But how do i block a page if it is called without a querystring?
-
It is actually kind of nice to realize you need to do stuff on your own

I want to block this page:
_http://www.spies.dk/country/resort/rejsemalstips_
I wont to allow these pages:
_http://www.spies.dk/country/resort/rejsemalstips?TravelTipId=xxxxxx_
_http://www.spies.dk/country/resort/rejsemalstips-liste_
FIX:
Allow: /rejsemalstips?
Allow: /rejsemalstips-liste
Disallow: /*rejsemalstips