Can I use Deep links for both mobile apps and web pages?

Yes, Deep links can be used for both mobile apps and web pages, but with a slight nuance in how they behave.

When opened on a mobile device, a Deep link can take you directly to a specific screen inside the app if it’s installed. If the app isn’t available, the link uses a fallback URL to redirect you to a mobile web page instead, ensuring the experience continues without interruption.

For non-mobile environments, such as desktop browsers, the link behaves like a regular short link and opens the destination URL on the web.

This setup lets you use a single link that adapts to the device: it prioritizes the app experience on mobile while still providing a reliable web fallback when needed.