I'm creating simple application, some kind of portfolio. I've heard that it's better to have a *.html suffix in links, as it will get me better SEO results when indexing by Google...
Anyway, is there a way to modify default routing / rewrite url so that my links look like this (I'm using polish words that they are readable for my visitors):
domain.pl/index.html
domain.pl/kontakt.html
domain.pl/oferta.html
domain.pl/sklepy.html
And these links are translated into one controller (like HomeController), but the {0}, from the {0}.html link, will be used as an action name? Or even better, I would like to map {0} from Url to english action names like:
index.html = index action
kontakt.html = contact action
oferta.html = offer action
sklepy.html = shops action