简体   繁体   中英

Prestashop Edit Meta-Tag in Home Page

How do change a meta tag in Prestashop ver 1.5+

    <meta name="description" content="Shop powered by PrestaShop" />
    <meta name="keywords" content="shop, prestashop" />
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
    <meta http-equiv="content-language" content="en-es-fr" />
    <meta name="generator" content="PrestaShop" />

I need to do a verification for a website and they ask for a meta tag in the home page and it has to be exactly like this:

    <meta name="WEB-Verification" content="50d072ae-175c-4cbf-50d072ae-175c-4cbf" />
    <meta name="keywords" content="shop, prestashop" />
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
    <meta http-equiv="content-language" content="en-es-fr" />
    <meta name="generator" content="PrestaShop" />

Can someone help me and point me in the right direction?

If i do it from mysql , in the meta_lang I can't change the name="description"

I can change the value of content="abcdefghijklm", but the value of the name="description" I can't change it.

I would appreciate a reply from you guys.

thank you in advance

You can do this in Prefences -> SEO & URLS -> click edit beside "index"

there you go :)

您可以将其添加到主题的header.tpl中

您也可以为此使用模块,例如元标记编辑器

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM