我在具有Multistore功能的PrestaShop上有一家商店。我想将“ noindex,nofollow”添加到我的商店之一。我有总店:例如。 www.shop.com和第二家商店,例如www.shop.com/shop2。我只想在“ shop2”中添加“ noindex,nofollow”。
感谢帮助!
答案 0 :(得分:1)
此代码工作正常!
{if strstr($smarty.server.REQUEST_URI, 'hurt') !== false} <meta name="robots" content="noindex,nofollow"> {else} <meta name="robots" content="index,follow"> {/if}