How to add custom options for plugin into the add post screen – like yoast seo
what you are looking for is call in the WordPress world a MetaBox and just like Yoast SEO you need to use add_meta_box() function to add your own. there is a great tutorial and class you can use in your plugin at deluxeblogtips.com I would suggest you use that for a starting point.