Wordpress theme header.php should I add title meta?

I am making a theme for WordPress and I have noticed that most themes does not have meta in them Is there any specific reason for this?

Am I allowed to put custom metas such as keywords that are SEO related while publishing to WordPress directory?

Thanks

Topic custom-header theme-development Wordpress

Category Web


No you shouldn't. This is not the theme's job. Your theme's header.php just needs to include wp_head(), which will allow WordPress and plugins to add any necessary tags to the <head>.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.