seo - Magento meta keywords tag not showing -


below line of code present in template's head.phtml

<meta name="keywords" content="<?php echo htmlspecialchars($this->getkeywords()) ?>" /> 

but when view source of page meta keywords tag missing. somehow magento removing entire tag.

can please tell me how fix it?

this happening due creare seo extension.


Comments