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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -