Override url generation with dashes for action macros #505
-
Currently urls are being generated with underscores when using I don't know if this is still applicable but using dashes over underscores could provide a SEO improvement: https://www.mattcutts.com/blog/dashes-vs-underscores. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Some more links I found:
So maybe dash should be the default and underscore should be the option. I don't feel super strongly either way, but I think the option should at least exist for people that need/want it |
Beta Was this translation helpful? Give feedback.
-
Yep, I think that makes sense. |
Beta Was this translation helpful? Give feedback.
-
To handle this we are instead going to remove route-inference so you can use dashes or underscores. We'll also make it so you can set up checks to enforce dashes or underscores at compile time to maintain consistency! Thanks for this idea! See #789 |
Beta Was this translation helpful? Give feedback.
To handle this we are instead going to remove route-inference so you can use dashes or underscores. We'll also make it so you can set up checks to enforce dashes or underscores at compile time to maintain consistency! Thanks for this idea!
See #789