exclude tag redirect pages from sitemap
This commit is contained in:
@ -7,6 +7,7 @@ pagination:
|
||||
eleventyComputed:
|
||||
permalink: /tag/{{ tag | slugify }}/
|
||||
title: "this page has moved!"
|
||||
eleventyExcludeFromCollections: true
|
||||
---
|
||||
|
||||
If you're not automatically redirected, head to [the new URL for this tag](/tags/{{ tag | slugify }}/).
|
||||
|
||||
Reference in New Issue
Block a user