I am a total newbiew so please forgive me if this looks like a stupid question.
I have a simple HTML page that I want to show with a custom URL.
Currently I have only one site www.mysite.com and that URL is showing on Google and in the addressbar of my browser. But how can I make that when someone goes to my site that it looks like www.mysite.com/my-keyword
So basically what I want to do is to show my site with a fixed URL that have the keyword in it: www.mysite.com/my-keyword
Do I need to make a extra page? My initial thought was to make one Index.html with a http-redirect to my second page, so Index.html + my-keyword.html or is there a simpler way?
I want to achieve this because for Google search results.
Edit: I am using HTML only. But I could use PHP or JavaScript too if someone has a solution for that.