Why google return soft 404 when I redirect on 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 16:13 UTC
Read the original article Hit count: 276

Since one month, I've got an increased "soft 404" reported by google webmaster tools but work well for users.

I made some fix but can't figure out how to solve it.

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 user to the good page after sign in. (the Gem Devise memorize 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 with "soft 404".

Thank you.

PS : this website suffer a lot about english translation... please don't care.

© Pro Webmasters or respective owner

Related posts about google-webmaster-tools

Related posts about authentication