From eb3281bb6d58dde65c555eac2e1683dc59d5af52 Mon Sep 17 00:00:00 2001 From: Emir Karabeg Date: Tue, 21 Apr 2026 15:08:10 -0700 Subject: [PATCH] seo(robots): disallow tag-filtered blog URLs from crawlers --- apps/sim/app/robots.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/sim/app/robots.ts b/apps/sim/app/robots.ts index d9a7096e2c5..ce531db019b 100644 --- a/apps/sim/app/robots.ts +++ b/apps/sim/app/robots.ts @@ -22,6 +22,7 @@ export default function robots(): MetadataRoute.Robots { '/credential-account/', '/_next/', '/private/', + '/blog*tag=', ], }, ],