# Smart App Banner > A banner displayed on a mobile website that promotes the native app, using deep links to route users to the corresponding in-app content when tapped. - Canonical: https://redirectly.app/glossary/smart-banner - Site: [Redirectly](https://redirectly.app) — deferred deep linking for Flutter & React Native ## Definition A smart app banner is a promotional bar displayed on a mobile website that encourages visitors to open or install the corresponding native app. The "smart" part means the banner is contextually aware — it knows whether the app is installed and can pass the current page's content context to the app via a deep link. Apple provides a native smart banner for iOS Safari via a simple meta tag. For cross-browser and cross-platform support, most apps implement custom smart banners that offer more control over design, targeting, and deep linking behavior. ## How it works **Apple's native Smart Banner** — Add a meta tag to your HTML: ``. Safari displays a standardized banner at the top of the page. If the app is installed, tapping "Open" passes the app-argument as a deep link. If not installed, it links to the App Store. **Custom smart banners** — Most apps build custom banners for more flexibility: - Detect the user's platform (iOS/Android) and show the appropriate store link - Include deep link parameters that map to the current web page content - Use deferred deep linking to preserve context through the install process - Control design, dismissal behavior, frequency capping, and A/B testing - Track banner impressions, clicks, and resulting installs for attribution ## Why it matters Smart banners are one of the highest-ROI mobile growth tactics because they target users who are already engaged with your content: - **Convert web traffic to app users** — Mobile web visitors are high-intent users who already know your brand - **Contextual routing** — Users land on the same content in-app, not a generic home screen - **Non-intrusive** — Unlike interstitials, smart banners don't block content and comply with Google's guidelines - **Measurable** — Track the full funnel from banner impression to app install to in-app action - **Cross-platform** — Custom banners work on both iOS and Android, across all browsers ## FAQ ### What is the difference between Apple's smart banner and a custom smart banner? Apple's native smart banner is a simple meta tag that only works in Safari on iOS. Custom smart banners are built with HTML/CSS/JS and work across all browsers and platforms. Custom banners offer more control over design, targeting, deep linking, and analytics, but require more development effort. ### Do smart banners affect SEO? Smart banners implemented as standard HTML do not negatively affect SEO. However, full-screen app interstitials that block content can be penalized by Google. Stick to banner-style promotions that don't obstruct the page content. ## Related terms - [Deep Linking](https://redirectly.app/glossary/deep-linking.md) - [Deferred Deep Linking](https://redirectly.app/glossary/deferred-deep-linking.md) - [App Indexing](https://redirectly.app/glossary/app-indexing.md) - [Mobile Attribution](https://redirectly.app/glossary/attribution.md) ## Related pages - [Deep Linking Guide](https://redirectly.app/deep-linking-guide.md) - [QR Codes Use Case](https://redirectly.app/use-cases/qr-codes.md) --- Full site index for AI agents: https://redirectly.app/llms.txt