From 89a40d4757cb9d722163070d737ac6147c015413 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sun, 28 Mar 2021 22:08:48 +0300 Subject: [PATCH] add sitemap page exclusions --- next-sitemap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/next-sitemap.js b/next-sitemap.js index 5e47cf4..94d1a86 100644 --- a/next-sitemap.js +++ b/next-sitemap.js @@ -1,4 +1,5 @@ module.exports = { siteUrl: process.env.SITE_URL || "https://sahkoinsinoorikilta.fi", generateRobotsTxt: true, + exclude: ["/events/*", "/feed/*", "/signup/*", "/admin/*"] } \ No newline at end of file