• Welcome
  • Tutorials
  • Services
  • Contact
  • Endorsements
  • Meet Gretchen
  • Blog
  • Books
  • Subscribe
  • Contact

Gretchen Louise

mentoring digital wordsmiths

  • Welcome
  • Blogging Dictionary
  • WordPress
    • WordPress Savvy
    • WordPress Hosting
    • WordPress Themes
    • WordPress Plugins
  • Resources
    • Encouragement for Digital Wordsmiths
    • Personal Branding Resources
    • Ultimate Guide to Newsletters & Email Lists
  • Tools
  • Hire Me

by Gretchen Louise · 8 Comments

How to Update Old Blog Posts (without breaking links or losing social media shares)

(This post contains affiliate links. Read my full disclosure.)

Share10
Pin6
Tweet
Email
16 Shares

Working your way through a course like Sticky Blogging or Blog Smarter and making changes to your old posts? Just feeling like a bit of spring cleaning on your blog?

Here are three things to know about updating old posts.

Rest assured: you can do it without breaking any links or losing your social media shares!

1. You can change anything about a post except its permalink.

When it comes to updating old posts, the basic rule of thumb is that you can change anything and everything about the post except its permalink (that’s why it’s called a permalink–it’s meant to be a permanent link to the post).

As long as you have a post name permalink structure (post name only, no date), you can change anything and everything about a post, except for its post slug (the part of the permalink that represents the name of the post).

But if you have a day/name or month/name permalink structure, you cannot change the publish date, either.

Have a post name permalink structure? You can update the publish date but not the post slug.

(post name permalink structure: yoursite.com/post-slug/ or yoursite.com/post-slug.html)

You can change the publish date of the post to today’s date to bring it to the top of your blog and RSS feed. This will also re-send it to your email subscribers if you use an automatic RSS to email service.

Have a dated permalink structure? Don’t update the publish date or the post slug.

(dated permalink structure: yoursite.com/2017/05/post-slug/ or yoursite.com/2017/05/27/post-slug.html)

You can change anything about a post except it’s date and post slug. Changing the date would change the permalink  That means that, if you have a post name permalink structure (i.e. yoursite.com/post-slug/), you can change everything about the post–including its publish date.

Not sure what your permalink structure is? From within your WordPress Dashboard, choose Settings, then Permalink to view your current setting. (Please don’t change this setting without knowing how to do the proper redirects.)

2. Changing a post permalink will break existing links–unless you know how to create redirects.

If you change the post slug or permalink in any way, it will break any existing link to your post–whether in Google search results, somewhere on your blog, or in your past social media shares.

You should not change the post slug or permalink in any way unless you know how to create redirects.

Got WordPress?

Sometimes, WordPress automatically creates a redirect for you when you change a post slug. But it is not reliable and therefore I do not recommend changing post slugs unless you test your old links thoroughly and have a backup plan–see below–if your change doesn’t redirect.

Have Yoast SEO Premium?

If you use the plugin Yoast SEO Premium, it will automatically create a redirect for you when a permalink changes. You’re golden! Feel free to change your post slugs all you like, but keep point number three in mind.

Have the Redirection plugin?

If you have a plugin like Redirection, it should create a redirect for you when you change a post slug. However, plugins like this can cause redirect loops and otherwise be troublesome. Use at your own risk.

Have a manual redirection plugin?

If you have a plugin like Safe Redirect Manager, you can manually create a redirect from the old permalink to the new.

Know how to code?

If you know how to add code to .htaccess without breaking your site, it’s easy as pie:

Redirect 301 /old-slug/ https://yoursite.com/new-slug/
Redirect 301 /another-old-slug/ https://yoursite.com/another-new-slug/

Got a developer?

If you work regularly with a WordPress developer (like me!), just send them a list of links you’d like redirected, including both old and new links, and they can plug in the .htaccess code for you. (Use the format above to make it easy for them and budget-friendly for you.)

Got a great host?

If your hosting is like Agathon Group or BigScoots and you have the best customer service in the world, you can send them a list of links you’d like redirected and they will probably be able to plugin the redirects for you at little to no cost. (Use the format above to make it easy for them.)

3. Changing a post slug or permalink will also reset your social share counts to zero–unless you’re using Social Warfare.

Even if you create a redirect, changing your post permalink in any way will usually reset your social share count display to zero. Unless you are using Social Warfare on your site.

Once Social Warfare has calculated the shares for a post, it saves those details to your WordPress database. And if you change the post slug, Social Warfare will display the saved share count from your previous slug until the shares for the new slug have outnumbered the shares on the old slug. At that point, it will start counting up again–and the share count displayed by Social Warfare will reflect that.

But please don’t change your post slug without expecting to lose at least some of your social share counts–even if you redirect the traffic. If you’re not using Social Warfare, your share counts will go down to zero when you change the slug. If you’re using Social Warfare, your share count display will stay static until your new share counts surpass the old share counts.

Updating or republishing old blog posts doesn't have to be complicated. There are just 3 things you need to know...

5 Simple Steps for Updating Old Posts

Just want to know how to update old posts? It’s as simple as editing a post.

  1. Login to your dashboard.
  2. Find an old post.
  3. Click “Edit.”
  4. Edit the post to your heart’s content: post title (but not slug!), images, text, Tweetables, SEO description, social media teasers, categories, tags, and more.
  5. Click “Update” or “Schedule”:
    A. Click “Update” to save your changes and leave the post right where it was in your site’s archives.
    If your permalink structure uses only the post name—not the post date—you can alternatively:
    B. Change the published date to today’s date and click “Update” to bring your post to the top of your site/feed.
    C. Change the published date to an upcoming date and click “Schedule” to bring your post to the top of your site/feed in the near future. (Don’t schedule too far out, because a scheduled post is hidden from public view–including Google–and any links will appear broken until it republishes.)

Not sure how to change the published date? Find the “Publish” box and click the “Edit” option next to the “Published on” date. Click “OK” after changing the date. Don’t forget to click “Update” or “Schedule” to save your changes!

Dos and Don’ts In Review:

  • Do update anything and everything about your post that you’d like; but don’t change the permalink in any way (unless you know how to redirect it).
  • Do update the published date to today’s date to bring your post to the top of your blog and resend it to your RSS readers (but only if you do have a post name permalink structure).
  • Do rename your post to give it a better headline. Just don’t change the post slug (unless you know how to redirect it)! Changing the post title will not change the post slug.
  • Don’t create a new post and copy/paste from the old post. (You’ll not only lose all comments and share counts, but you’ll break existing links/shares to the old post, as well.)

More Tips for Self-Hosted WordPress Sites:

Using a Genesis Child Theme? Use the plugin Genesis Simple Edits to show the “last updated” date in addition to/instead of the “first published” date in your entry meta:

Date the entry was published: [post_date]
Date the entry was last modified: [post_modified_date]

Don’t have Genesis? Add a WordPress function to display the “last updated” date before your posts.

Want a list of recently updated posts? Create a WordPress shortcode to display a list of recently updated posts anywhere you’d like.

Merging two posts? Use Tako Movable Comments to move the comments to the one you’re keeping. (Be sure to redirect the post you’re deleting to the post you’re keeping!)

Changing your domain name or WordPress permalink structure? If you change your site’s domain name (rebranding, perhaps) or entire permalink structure (like removing the dates to give your content a more evergreen appearance), you can use the pro version of Social Warfare to restore the social share counts from your old post structure. (Social Warfare Pro is one of my favorite WordPress plugins and I highly recommend it to every blogger for optimizing each post’s share settings.)

Updating or republishing old blog posts doesn't have to be complicated. Here is what you need to know...Click To Tweet
Share10
Pin6
Tweet
Email
16 Shares

Posted in Blogging, Tutorials Tagged With: This Post Contains Affiliate Links · May 29, 2017

« 8 Essential Elements Every Blog Needs
Is your opt-in freebie ready to share with your subscribers? »

I love words. Share yours here in the comments? Cancel reply

Your email address will not be published. Required fields are marked *

Or, you can subscribe without commenting.

Words from More Digital Wordsmiths

  1. Teri says

    October 26, 2018 at 5:30 pm

    I’m so glad I found this! Very helpful.

    I have an old blog and some post need some refreshing. Can’t wait to try your tips! Thanks you much!

    Reply
  2. sam | The Rising Damsel says

    August 7, 2018 at 1:05 pm

    Thank you so much for this all encompassing post. I knew there was things I couldn’t change, and this has been so helpful!

    Reply
  3. kg patel says

    April 11, 2018 at 1:57 am

    I Want to change permalinks of my articles will this leads to decrease my ranking? http://cocopearl.in/

    Reply
  4. Snigdha says

    January 1, 2018 at 4:13 am

    Hello Mam! I have one question to you.
    My Website is http://employmentcareer.co.in
    When I am Updating a post, Should I change update date and time ? Is it make any impact on SEO?
    Thanks !

    Reply
  5. Sarkari Jobs says

    November 4, 2017 at 5:49 am

    Hello, First of all thanks for Such an great information but I have few queries listed down below regarding my Blog which is https://examzip.in/

    1. I Want to change permalinks of my articles will this leads to decrease my ranking?
    2. changing theme of my blog will effect ranking?

    Thanks in Advance 🙂

    Reply
  6. Rajesh Antil says

    August 31, 2017 at 2:07 am

    Hi
    I am running a website name of http://www.placementstore.com
    i want to remove publish date from google search result.
    and plz tell me what is the benefits of re schedule old post.
    Regards
    Team Placement Store

    Reply
    • Gretchen Louise says

      September 5, 2017 at 1:59 pm

      I don’t believe it’s possible to remove the publish date from Google search results–that is part of the post meta that is visible to search engines.

      One of the benefits of rescheduling an old post is to simply provide seemingly new content to your readers without having to write new posts.

      Hope that helps!

      Reply

Words About These Words

  1. Lovely Links - Heather's Dish says:
    June 2, 2017 at 6:20 am

    […] my blogging friends: how to update old posts (without totally screwing it […]

    Reply

Hi, I’m Gretchen.

Gretchen I believe the tech side of your blog doesn’t have to keep you from writing. Read more...

Latest Tutorials

Is your opt-in freebie ready to share with your subscribers?

How to Update Old Blog Posts (without breaking links or losing social media shares)

8 Essential Elements Every Blog Needs

A word from my clients…

Asking Gretchen to help me was the best decision I could have made!

-Karin

Sponsored Links

Sticky Blogging Formula

Buy me a coffee?

If you want to say thanks for the tutorials you find helpful, I always welcome an addition to my coffee fund.

Let’s connect!

  • Email
  • Facebook
  • Instagram
  • Pinterest
  • Twitter

Looking for something?

Disclosure: Some links may be affiliate links.

Sponsored Link

Gretchen will work diligently to help you achieve the results you envision.

-Stacy Averette
Copyright © 2019 Gretchen Louise · All Rights Reserved · Privacy Policy · Photography by Jenni Marie Photography · Credits
Disclosure: Powered by Affiliate Partners: StudioPress · Agathon Group · NameCheap · WordPress · ConvertKit · WP Rocket · Social Warfare
Close