Jump to the post that solved this thread.
Solved: 5 Years, 5 Months, 1 Week ago Why is Google showing threads in printthread?
#11
Solved: 5 Years, 5 Months, 1 Week ago
The only way is to add a rule for Googlebot to force the 301 redirection.
If you're using apache, add in your .htaccess something like:
RewriteEngine On 
RewriteCond %{HTTP_HOST} http://www.forum.com/ [NC]
RewriteCond %{HTTP_USER_AGENT} Googlebot
RewriteRule ^/printthread.php(.*)$ http://www.forum.com/showthread.php$1 [L,R=301]
Tchat en français
Do not ask me help through PM or Discord

Reply
Jump to the post that solved this thread.


Messages In This Thread
RE: Why is Google showing threads in printthread? - by Crazycat - 2019-08-06, 06:24 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)