I have a controller called "AboutUs". The only way to reach it in online is through about_us uri. From a SEO perspective, from what I remember, search engines reads "about_us" as a single characer "aboutus", and prefers that uri use kebab-case.
I leave you a link about its: kebab-case vs snake_case urls. I'm looking into it, but I don't seem to get my grasp on where the controller class naming is generated.
I have a controller called "AboutUs". The only way to reach it in online is through
about_usuri. From a SEO perspective, from what I remember, search engines reads "about_us" as a single characer "aboutus", and prefers that uri use kebab-case.I leave you a link about its: kebab-case vs snake_case urls. I'm looking into it, but I don't seem to get my grasp on where the controller class naming is generated.