Skip to content

Commit eb3281b

Browse files
committed
seo(robots): disallow tag-filtered blog URLs from crawlers
1 parent d185953 commit eb3281b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/app/robots.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export default function robots(): MetadataRoute.Robots {
2222
'/credential-account/',
2323
'/_next/',
2424
'/private/',
25+
'/blog*tag=',
2526
],
2627
},
2728
],

0 commit comments

Comments
 (0)