Create How-To block
From serdarwork's request:
Add how-to schema.org structured data. Ref: https://developers.google.com/search/docs/data-types/how-to
Parent issue: #317
Maybe later: We need a framework to implement blocks first. When that's done, features like these can be implemented quickly.
The biggest problem we have with blocks is that it'll cause vendor lock-in. This means that when a user disables the plugin, the front-end will miss critical information previously present.
Just hopping in as I was looking for a FAQ Block with structured data on the seo framework (as thats the only thing I am missing from yoast right now).
This means that when a user disables the plugin, the front-end will miss critical information previously present.
As I previously figured out by migrating from yoast (and therefore missing the FAQ Block), the content of the FAQ block will not get erased and the HTML markup of the block will still be there even after disabling yoast. So this might not be a critical issue. Seems like Gutenberg is gracefully asking to replace the block without getting destructive.