Search code examples
magentoseometa-tags

Magento meta keywords tag not showing


Below line of code is present in my template's head.phtml

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

But when I view source of page the meta keywords tag is missing. Somehow Magento is removing the entire tag.

Can you please tell me how to fix it?


Solution

  • This was happening due to Creare SEO extension.