Skip to content

Commit

Permalink
Merge pull request #809 from Badsender-com/feat-disable-seo
Browse files Browse the repository at this point in the history
chore: Update meta tags to include noindex, nofollow for SEO purposes
  • Loading branch information
omar-bear committed Jul 12, 2024
2 parents fcf6da2 + b477ea8 commit d5565cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
],
Expand Down
1 change: 1 addition & 0 deletions packages/server/html-templates/mosaico-editor.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d5565cd

Please sign in to comment.