So I have my domain - www.mycatchyname.com, and its basically a single page site that has one purpose, so I've used RedirectToRoute on the root controller/action to go straight to www.mycatchyname.com/seo-keyword. So www.mycatchyname.com/seo-keyword is basically the homepage.
How does Google see this? People searching for what my site is actually about will probably pickup www.mycatchyname.com/seo-keyword in the results, however some people will be going to www.mycatchyname.com directly. Will both instances be indexed and have seperate pageranks/entries on the results page? What kind of a redirect is RedirectToRoute?
Is there a better way to do what I'm trying to do, aside from straight up having www.seo-keyword.com, because that isn't an option.