Forum Moderators: Robert Charlton & goodroi
[edited by: lee_sufc at 7:15 pm (utc) on Aug 27, 2017]
I had two pages (different articles but similar pages). One of the pages (the one I deleted) didn't rank anywhere and had little or no incoming links. I therefore took a few paragraphs from this and moved them to the other (older and better ranking page). However, would it make more sense to still redirect that page or just leave it deleted?
RewriteRule ^oldpage\.html https://www.example.com/newpage.html#oldstuff [R=301,L,NE]
(The NE flag is needed for any redirect target that involves a fragment, so the human user's browser knows what to do with it.) But that's only worthwhile if you think there might really be human visitors, for example from bookmarks or links. Which you did just say don't exist, so maybe it isn't worth it.
I had two pages (different articles but similar pages). One of the pages (the one I deleted) didn't rank anywhere and had little or no incoming links. I therefore took a few paragraphs from this and moved them to the other (older and better ranking page).