SeoToolkit is a SEO package for Umbraco 9, 10, 11, 12 & 13. This package features most functionalities needed for your SEO needs like meta fields, sitemap, robots.txt and much more.
This is from i47 and allows redirects to be disabled in the system rather than deleted.
A toggle has been added to the add/edit page that allows them to be enabled and disabled. If a redirect is enabled, it follows the redirect, if disabled it ignores it!
The toggle is 'enabled' by default (one less click when adding) and they are greyed out in the list if they aren't enabled.
My test cases were:
Add a new redirect
Edit an existing redirect
Spawn up and install on a new Umbraco
Run the previous version, and then upgrade to this package version (using migrations)
Enable the redirect and go to the URL (URL based and regex based)
Disable the redirect and go to the URL (URL based and regex based)
I do agree with the original issue that it might be nice to be able to do this by bulk from the list, but haven't completed it in the PR.
This is from i47 and allows redirects to be disabled in the system rather than deleted.
A toggle has been added to the add/edit page that allows them to be enabled and disabled. If a redirect is enabled, it follows the redirect, if disabled it ignores it!
The toggle is 'enabled' by default (one less click when adding) and they are greyed out in the list if they aren't enabled.
My test cases were:
I do agree with the original issue that it might be nice to be able to do this by bulk from the list, but haven't completed it in the PR.