Jump to content

popis, klíčové slova, autor


Efendy

Recommended Posts

Prosím, kde upravím popis, klíčová slova atd. e- shopu? Mám tam standartní nastavení :)
<meta name="description" content="Shop powered by PrestaShop" />
<meta name="keywords" content="shop, prestashop" />



Pokud si pamatuji bylo to možné nastavit při instalaci, nějak to nikde teď nemohu najít.

Link to comment
Share on other sites

  • 1 year later...

Koukni se do header.tpl ve tvojí šabloně, jestli tam máš opravdu:

 

{if isset($meta_description) AND $meta_description}
 <meta name="description" content="{$meta_description|escape:html:'UTF-8'}" />
{/if}
{if isset($meta_keywords) AND $meta_keywords}
 <meta name="keywords" content="{$meta_keywords|escape:html:'UTF-8'}" />
{/if}

 

Nebo něco daleko jinýho :)

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...