karll
Well-known member
... or so Google webmaster tools seems to think. It complains that my site returns "soft 404" pages (i.e. 200 OK) when it's searching for stuff it can't find.
You can reproduce the issue here on xenforo.com with a terminal command similar to:
(Don't forget the quotes around the URL.)
This will give you a "200 OK" code rather than a 404 code. (Obviously replace the search term "Soyuz" with something else not likely to be found as that search will now probably find this very page!)
You can reproduce the issue here on xenforo.com with a terminal command similar to:
Code:
wget 'http://xenforo.com/community/search/search/?keywords=Soyuz&type=forums'
This will give you a "200 OK" code rather than a 404 code. (Obviously replace the search term "Soyuz" with something else not likely to be found as that search will now probably find this very page!)