If you think you might later want to re-use those urls instead of redirecting then just use urls for the parent page that are disposable, like instead of pagename.aspx for the parent url use pagename-redirect.aspx and then do the 301 using that url. Later if you decide to make the page a viewable page just change the url back to pagename.aspx