wonderland-wigs Posted October 12, 2013 Share Posted October 12, 2013 Hi Guys, Is there a way to removing all keywords from all pages and products on my site? Many Thanks Rob 1.4.9 Link to comment Share on other sites More sharing options...
vekia Posted October 12, 2013 Share Posted October 12, 2013 you can do it with sql query: for products: update ps_product_lang set meta_keywords = null for cms pages: update ps_cms_lang set meta_keywords = null remember, after run these queries you will lost all keywords for products and cms pages!!!! 1 Link to comment Share on other sites More sharing options...
wonderland-wigs Posted October 12, 2013 Author Share Posted October 12, 2013 Thanks I will give it a go Link to comment Share on other sites More sharing options...
vekia Posted October 12, 2013 Share Posted October 12, 2013 let me know if it will work (i tested it and it works for me) or if you will have any additional questions with regards, Milos 1 Link to comment Share on other sites More sharing options...
El Patron Posted October 12, 2013 Share Posted October 12, 2013 another option is to modify themes/yourtheme/header.tpl remove these lines of code {if isset($meta_keywords) AND $meta_keywords} <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" /> {/if} 1 Link to comment Share on other sites More sharing options...
Recommended Posts