Code: Select all
cz
> hry
- šachy
- go
> výsledky
- šachy
- go
en // follow this subtree
> games
- chess
- go
> results
- chess
- go
in "games" subtree
and in "results" subtreechess -> game-chess
go -> game-go
But now, the addresses absolutely aren't optimised. URLs will be following:chess -> results-chess
go -> results-go
and I'd like:
Is here any way to achieve these?