• How can I avoid the URL incrementing for permalink URLs?

    i.e. If I create post https://www.domain.com/a/ and I try to create another post with an identical title, the 2nd URL is created as https://www.domain.com/a-2/. That is understandable because I know 2 posts cannot point to the same URL.

    But if I create https://www.domain.com/a/ and then delete that post, and then create another post with the title “a”, WP still creates https://www.domain.com/a-2/, as if the deleted post still exists.

    I want to delete all of my posts, and repost them with an automated tool because I have made changes to the format and design the tools uses to create my posts, but I do not want to lose my Google indexing by abandoning my original URLs and incrementing them all by 1.

    Since the deleted post’s URL still gets incremented, I figure that all the URLs must be tabled somewhere. Right? If so, can I just initialize the table and reload my posts, thus preserving the original URL?

    I have seen similar questions asked elsewhere, but I have never seen an answer.

    Thanks for your thoughts.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to bypass Permalink URL Incrementing…’ is closed to new replies.