Closed mmueller1589 closed 4 years ago
Hello,
my site has two entry points / and /en. This is my setting:
/
/en
{ resolve: `gatsby-plugin-intl`, options: { path: `${__dirname}/src/intl`, languages: ['en'], defaultLanguage: 'en', redirect: false, }, }
In addition i use the plugin gatsby-plugin-sitemap. On the sitemap the pages are listed twice / an /en. Since the pages are identical it will impact SEO.
Any ideas how to solve the issue?
Best regards,
MM
Since I have only one language I did this in my config: languages: []
languages: []
Hello,
my site has two entry points
/
and/en
. This is my setting:In addition i use the plugin gatsby-plugin-sitemap. On the sitemap the pages are listed twice
/
an/en
. Since the pages are identical it will impact SEO.Any ideas how to solve the issue?
Best regards,
MM