patrickdemooij9 / SeoToolkit.Umbraco

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.
MIT License
38 stars 28 forks source link

Added import functionality for redirects module #284

Closed Ambertvu closed 2 months ago

Ambertvu commented 3 months ago

Title says it all.

Added option to import redirects by a Csv / Excel file

Things I might add based on feedback

Currently forces all added redirects to 301. Not sure if this should be an option / field in the import sheet
Currently only supports 2 cells, a from and to url and only plain text (so no regex)
Might add feature that also checks the imported url and gives a warning/notification based on if there is a page at all for that url.
    Example: I have a 'toUrl' called '/some-news-page'. But that page does not exists in the CMS, could be nice to give a warning
    Example: I have a 'fromUrl' called '/some-news-page'. But that page exists in the CMS, could be nice to give a warning

Feedback / improvements are always welcome!

patrickdemooij9 commented 3 months ago

Hi @Ambertvu

I was just able to test out the changes made, looks super good! Did run into some issues (added them as comments to the PR), but I think this can all be merged when those are resolved. Let me know if you have time to do that otherwise I can see if I can pick them up. But super happy with this functionality!

Ambertvu commented 3 months ago

Good to hear @patrickdemooij9 !

Did a few updates here and there as well, thanks so far!

patrickdemooij9 commented 2 months ago

Merged back! Thank you so much for your contribution @Ambertvu!