jekyll / jekyll-redirect-from

:twisted_rightwards_arrows: Seamlessly specify multiple redirections URLs for your pages and posts.
MIT License
782 stars 114 forks source link

Redirect from page should be excluded from sitemap by default #116

Closed benbalter closed 8 years ago

benbalter commented 8 years ago

It should be a matter of adding sitemap: false to the page.

If the site doesn't use jekyll-sitemap, there's no harm in adding the value.

If it does, we can exclude the redirect, which we wouldn't want indexed.

With Jekyll 3.2 liquid will fail loudly when a redirect from URL has a : in it.

benbalter commented 8 years ago

JK. We already do that