You need to set up the deep link on your website. For example
Manifest
<data android:scheme="https" android:host="www.mywebsite.com" android:pathPrefix="/my-path"
Website
<a href="https://www.mywebsite.com/my-path">Open App</a>