Skip Navigation

How to give 301 over 404 with moved posts?

When I move posts on nodebb and the url changes, is there a way to give visitors a 301 rather than a 404? In my opinion, this should be done automatically otherwise you get dinged by search engines but I don't see that.

4

You're viewing a single thread.

4 comments
  • @NodeHam the post permalink should stay active, since it's tied to the post ID.

    The topic index url (e.g. /topic//`) you can't really do 301s for since when new posts are added, they take over those URLs.