MyBB Community Forums

Full Version: Redirect post after deletion or disallow in robots?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I have a problem with a post and Google.
I have deleted a post on my mybb's forum, this post is still on Google if I do a keyword research. If I click on result in Google, I don't see post but I go in the Calendar Default.

How can I redirect from post/calendari to index of forum? I can't wait that Google delete result on his research..

Thank you

Edit: I have edited robots.txt file, it is ok? google delete it also from his results?
User-agent: *
Disallow: /forum/mypostdeleted.html
You could issue an URL removal request in Google Webmaster Tools, that's usually the fasted option.

But the URL should return HTTP 404 or similar error code, which MyBB does not do by default (you could use Google SEO 404 for that), or alternatively you could block it with robots.txt (have to wait for Google to revisit your robots.txt).
Thank you