From b477ea8cd5165e190f8403a3381efb632f26a786 Mon Sep 17 00:00:00 2001 From: omar-bear Date: Fri, 12 Jul 2024 11:17:51 +0100 Subject: [PATCH] chore: Update meta tags to include noindex, nofollow for SEO purposes --- nuxt.config.js | 1 + packages/server/html-templates/mosaico-editor.pug | 1 + 2 files changed, 2 insertions(+) diff --git a/nuxt.config.js b/nuxt.config.js index 6264527b..ef5ad611 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -94,6 +94,7 @@ module.exports = { { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { 'http-equiv': 'X-UA-Compatible', content: 'IE=edge' }, + { name: 'robots', content: 'noindex, nofollow' }, { rel: 'shortcut icon', href: '/favicon.png', type: 'image/png' }, { rel: 'icon', href: '/favicon.png', type: 'image/png' }, ], diff --git a/packages/server/html-templates/mosaico-editor.pug b/packages/server/html-templates/mosaico-editor.pug index b2796452..10b25b48 100644 --- a/packages/server/html-templates/mosaico-editor.pug +++ b/packages/server/html-templates/mosaico-editor.pug @@ -8,6 +8,7 @@ html(lang=getLocale()) meta(name="keywords" content="emailing responsive, éditeur email, éditeur emailing, éditeur template email, éditeur newsletter") meta(name="author" content="VOXmail") meta(name="application-name" content="Badsender Email Builder") + meta(name="robots", content="noindex, nofollow") link(rel="canonical" href="http://agence.badsender.com") link(rel="shortcut icon" href="/favicon.png" type="image/png")