I’m trying to figure out how to create best SEO wise URL structure for a project I’m working on.
Currently the URL structure is like this:
I have “challenge” template group, and journal.html template (among others). URL to the specific entry in channel “challenges” looks like this:
domain .com/challenge/journal/[entry_id]
When user creates a challenge it can pick from the dropdown challenge goal e.g.:
- get a six pack
- loose fat
- build muscles
The URL structure I would like to have would be domain .com/challenge/[challenge_goal]/[entry_id]
Is that possible?
Desirable URL would be something like:
domain .com/challenge/loose-fat/38
domain .com/challenge/build-muscles/66
domain .com/challenge/get-a-six-pack/12