🤖
AB-097

Android Asset Links Declared

🪪 Identity Moderate effort Est. cost: $0

What it means

Checks for /.well-known/assetlinks.json with Android app asset links for deep linking verification.

Why it matters

Android Asset Links let Android agents verify which mobile app should handle deep links from this domain.

What's wrong

No /.well-known/assetlinks.json — Android cannot verify app ownership for deep links.

What's right

/.well-known/assetlinks.json returns [{"target": {"package_name": "com.example.app"}}] — Android deep links work correctly.

Check this rule on your site

Enter your URL to check just this one rule (AB-001).

Related rules in Identity