Why is there no “Meta keywords” option on my PrestaShop 1.6.x?
Evidently, the Meta keywords option isn’t displayed in PrestaShop 1.6.x admin panel by default.

However, such functionality is still included in cart’s code.
Thus, to make your Meta keywords option available perform the following steps:
- Enter your FTP manager and step to shop’s admin folder (Typically it’s called /admin +4 random numbers)
- The needed file can be found here /themes/default/template/controllers/products/seo.tpl
- Find the <div class=»form-group hide»> code line and remove the word hide.
- Save the changes
