How can i can create a shortcut for my website's URL ? for example if i type in test123 in my browser's address bar it will open the website test123.com/apps/home. Is there a way to do this configuration from my html ? I tried adding Description and keywords meta in the header tag, but didn't do the trick for me
<head>
<title>test123</title>
<meta name="description" content="test123">
<meta name="keywords" content="test123">
</head>