简体   繁体   English

Prestashop在主页中编辑元标记

[英]Prestashop Edit Meta-Tag in Home Page

How do change a meta tag in Prestashop ver 1.5+ 如何在Prestashop版本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标记,它必须完全像这样:

    <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" 如果我从mysql进行操作,则在meta_lang中,我无法更改名称=“ description”

I can change the value of content="abcdefghijklm", but the value of the name="description" I can't change it. 我可以更改content =“ abcdefghijklm”的值,但是name =“ description”的值我无法更改。

I would appreciate a reply from you guys. 谢谢您的答复。

thank you in advance 先感谢您

You can do this in Prefences -> SEO & URLS -> click edit beside "index" 您可以在偏好设置-> SEO和URL->单击“索引”旁边的编辑

there you go :) 你去了:)

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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