DIFFICULTY: EASYMost of the time Google index your wap2 site istead of the main forum or sometimes index both whereby causing duplicate content... Now to stop Google from indexing your wap2 forum is quite easy using your sites
Robots.txtJust include the below code in your sites
Robots.txtUser-agent: Googlebot
# Don't index mobile versions
Disallow: /index.php?*;wap
Disallow: /index.php?*;wap2
Disallow: /index.php?*;imode
Thats all