Page is a not externally linkable
helenp - 2:45 pm on Feb 11, 2012 (gmt 0)
you need to add the following to the head of the documents returned by the bookingform.php urls:
<meta name="robots" content="noindex">
and then remove the disallow in robots.txt - otherwise the search engine will never see the noindex directive and the url will likely get indexed without a snippet.
added after edit:
add the urls you meta-robots-indexed to the sitemap xml file until they get recrawled and dropped from the index.
Thanks, I also thought about the classic no index, but thought as maybe as the url is ?parameter maybe its not enough.
I will do, thanks,
However the last I dont understand "add the urls you meta-robots-indexed to the sitemap xml file until they get recrawled and dropped from the index."
In the sitemap.xml one put the files you want indexed no? Or is it any code to say drop?