gpt4 book ai didi

seo - 在生产模式下,nuxt 元机器人设置为 noindex

转载 作者:行者123 更新时间:2023-12-04 16:33:08 25 4
gpt4 key购买 nike

我不明白为什么我的应用程序只有在生产模式下才将元机器人设置为 noindex ?
这是我的 nuxt.config

import i18n from './config/i18n'
export default {
head: {
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' },
{ hid: 'robots', name: 'robots', content: 'index, follow' }
],
},
buildModules: ['nuxt-lazysizes',
[
'nuxt-i18n',
{
strategy: 'prefix_except_default',
defaultLocale: 'en',
seo: true,
baseUrl: envBaseUrl,
locales: [
{
code: 'en',
name: 'English',
iso: 'en-GB'
},
{
code: 'fr',
name: 'Français',
iso: 'fr-FR'
}
],
vueI18n: i18n
}
]
],
env: {
baseUrl: envBaseUrlAdmin
},
}
我什至在布局/default.vue 中设置了元数据以防万一,但还是一样。
这让我发疯了!!
在开发模式下完全没问题。为什么有人想要没有索引和开发的生产或使用它进行暂存?这是荒谬的。
head () {
return {
meta: [{ hid: 'robots', name: 'robots', content: 'index, follow' }],
}
}

最佳答案

好吧,这和我的 Yoast 插件有冲突。还没有找到为什么它只在 prod 中这样做,而不是在 dev 中,但现在很好。对不起,这个愚蠢的问题。

关于seo - 在生产模式下,nuxt 元机器人设置为 noindex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67213242/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com