ขอบคุณทั้งสองคนมากเลยครับ ชัดเจนเลย
ตอนแรกอยากให้หน้า partners.php อยู่ แล้วก็ถ้ามี ?PHPSESSID ต่อท้ายก็ให้เป็น 404 error ทั้งหมด สงสัยคงต้องไปแก้สคริปรึปล่าว ถ้าใครมีแนวทางก็ช่วยบอกด้วยนะครับ
ตอนนี้ก้คงต้องแก้ปัญหาแบบที่คุณ win บอกไว้ก่อน ติดตรงที่ว่า ผมจะไปแจ้ง Remove ใน Google Webmaster Tools ยังไงเพราะเว็บผมไม่ได้ใช้ Webmaster Tools เลย ถ้าใช้คงต้องทำกันเป็น 2-3 วันแน่เลยกว่าจะหมดทุกเว็บ

อย่าลืม ต้องทำให้รองรับทุก Search Engine ด้วย Google Webmaster Tools ก็คุมได้เฉพาะ Google
ถ้าอย่างนั้นคงต้องเป็นโค้ดนี้ครับ ทั้ง อนุญาต และไม่อนุญาต
User-agent: *
Allow: /partners.php$
Disallow: /*partners.php?PHPSESSID
สัญลักษณ์ $ คือหมายถึง URL สิ้นสุดตรงนี้
You can use the $ character to specify matching the end of the URL.
เสร็จแล้วให้ทดสอบใน Webmaster Tools ด้วยนะครับ ถ้าจำไม่ผิด ทั้งของ Google กับ Live จะมีให้ทดสอบ เราก็ลองกรอก URL ที่เราอนุญาต partners.php และ URL ที่เราบล๊อก เพื่อทดสอบว่าโค้ดที่เราตั้งใน robos.txt ได้ผลหรือเปล่า
ต้องทดสอบด้วยนะครับ สำคัญนี่ครับ ข้อมูลอ้างอิงการใช้
User-agent: *
Allow: /*?$
Disallow: /*?
The Disallow:/ *? line will block any URL that includes a ? (more specifically, it will block any URL that begins with your domain name, followed by any string, followed by a question mark, followed by any string).
The Allow: /*?$ line will allow any URL that ends in a ? (more specifically, it will allow any URL that begins with your domain name, followed by a string, followed by a ?, with no characters after the ?).
http://www.google.com/support/...ers/bin/answer.py?answer=40367 