Jump to content

[solved]how to change the category-meta-title keyword description?


babylonjudge

Recommended Posts

i had set the keyword title and description in the BO>Pref>meta-tag>index.php
and i also set the keyword and description in every categories.
But i don't know what wrong that the website's title(keywords and description) didn't change in any pages .
in the follow is header.tpl

<head>
       <title>{$meta_title|escape:'htmlall':'UTF-8'}</title>
{if isset($meta_description) AND $meta_description}
       <meta name="description" content="{$meta_description|escape:htmlall:'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
       <meta name="keywords" content="{$meta_keywords|escape:htmlall:'UTF-8'}" />
{/if}
       <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
       <meta name="generator" content="PrestaShop" />
       <meta name="robots" content="{if isset($nobots)}no{/if}index,follow" />
       <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE6" />

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...