Let me give an example of mine, i wanted to add the keyword “mundial 2010” to the a specific category.
Want i need to do was insert this code in the theme file header.php:
<?php if(is_category('4856')) { ?><meta name="keywords" content="mundial 2010" /><?php } ?>
Has you can check the keyword is correctly inserted on the category “Mundial 2010”: https://www.apostaganha.pt/cat/mundial-2010-de-futebol/
Regards
Bruno