Why does Google report a soft 404 when I redirect to the signup page?

Posted by Hettomei on Pro Webmasters See other posts from Pro Webmasters or by Hettomei
Published on 2013-11-05T10:58:09Z Indexed on 2013/11/05 22:13 UTC
Read the original article Hit count: 342

In the last month, I've got an increased number of "soft 404" errors reported by Google webmaster tools which actually work well for users.

Configuration (maybe useless):

  • I have a website built with rails 3.1
  • Authentication is handled by the gem Devise

Problem:

Google tells me that the link on "ask a boat request" returns a soft 404.

I can't make this form in "POST" (which will solve the problem) because we need to automatically redirect users back to the page after sign in. (the Gem Devise memorizes the "get" link.)

To simplify, the question is: How to protect a private page with authentication, reached with a simple "GET" and not to be penalized by Google as a "soft 404".

© Pro Webmasters or respective owner

Related posts about google-webmaster-tools

Related posts about authentication