Since the majority of my work in centered around WordPress I was very interested in seeing developments around the State Department’s website, some of the issues below have now been fixed, or in the process of being fixed….slowly.
Part One
News started to come in about an odd change to Donald Trump’s biography on the State Department website. As far as I can tell Christopher Miller, who is a journalist with BuzzFeedNews, reported this first over Twitter:
Hey, @StateDept, what do you know that the rest of us don’t?
“Donald J. Trump’s term ended on 2021-01-11 19:49:00.” pic.twitter.com/Ntl1BSqsb9
— Christopher Miller (@ChristopherJM) January 11, 2021
News of this spread quickly and over international media channels. It was reported that a disgruntled employee was to blame. It was yet another reason to laugh at the Trump administration.
Part Two
I went to the website, like many others, and confirmed that the Trump biography page had been edited to say his term finished on the 11th January 2020. However, the time display that the term ended kept changing, so I am guessing the whole date was a field that updated itself, maybe a javascript code.
Part Three
The State Department then created, what looked like, a temporary 404 Page Not Found page as follows (maybe putting a 301 redirect from the Trump bio to this page):
Now, this was implemented pretty badly, because:
- WordPress has version control and should have been easy to go back to a previous one with little difficulty. Maybe they had stopped version control?
- It was very poorly designed with a broken image link to the State Department logo and no reference ID assuming one was supposed to be on there.
- All 404 Page Not Found errors redirected to that page, not the usual page template. 404’s are like a portal to help visitors find what they are looking for on a website, this functionality was lost for some considerable time.
I am thinking they implemented this without thinking through the ramifications. Did someone with bad skills in WordPress have to deal with this?
Part Four
State Department took down the above 404 Page Not Found page and placed a 301 redirect from Trump’s bio page, I am assuming, to the home page. The regular Page Not Found page returned as it should.
Will they reinstate the Trump biography? Who knows.
If you go to the URL state.gov/kittens you can see it does indeed go to a regular 404 error.
Part Five
When a visitor searched on Donald J Trump the results page still showed that his term as ended, as follows:
This has been fixed and no longer showing in the results, as far as I can see.
Part Six
All search fields had an auto-fill on them with some embarrassing results.
This one was fairly “tame”:
However, this one is particularly offensive:
This appears to have been fixed. However, the damage was done as many netizens had already discovered the above.
Summary
As I said, I am quite surprised it took so long to fix the above with them not even bothering to reinstate the Donald Trump biography. Maybe they plan to later on. Maybe it’s not worth it since they will be placing Biden’s bio up there soon. I’m not even sure what the value add is, why repeat what is already on the White House website. Like the UK the US government should consider having a more joined-up approach for its web assets. I wonder if they have devolved web editing and an approval process for publishing? We’ll probably never know.
Either way, this was an interesting, if not amusing, little episode.