Will AI kill SEO?
TL;DR probably not
In 2018 WordPress introduced the Gutenberg editor to much fanfare. If you’re in a masochistic mood you can have a go on it right here.
When I saw they’d automatically applied it to my website I was quite excited, but that quickly gave way to frustration and wonderment at how they could replace the previous editor with something so clunky and haywire.
Then I searched “disable Gutenberg” in the WordPress plugin store and activated the plugin that came up.
Since then I’ve had to use Gutenberg a few times on client websites. No matter how much time I spend with it, I can’t over the feeling that it’s less useful and more frustrating than the editor it replaced.
Here’s why:
Today I was delighted to learn that you can disable Gutenberg with a simple bit of code in your site’s functions.php file:
add_filter('use_block_editor_for_post', '__return_false', 10);
Simply paste that into the file, hit save, and say goodbye to Gutenberg forever 👋
I hope this is useful for at least one other person who doesn’t get along with this clunky, inefficient tool!
TL;DR probably not
With actionable fixes so you can do the same
SEO has changed so much, but it also hasn't changed at all