AASA-Bot

What is AASA-Bot?

About

AASA-Bot is Apple's crawler that fetches Apple App Site Association files to support Universal Links functionality, allowing iOS apps to handle specific URL patterns. You can see how often AASA-Bot visits your website by setting up Dark Visitors agent analytics.

Expected Behavior

Fetchers visit websites on-demand. They're normally dispatched by apps to present metadata about a link (e.g. the title and thumbnail image) to a user.

Type

Fetcher
Fetches web content on behalf of an app

Detail

Operated By Apple
Last Updated 17 hours ago

Insights

Top Website Robots.txts

0%
0% of top websites are blocking AASA-Bot
Learn How →

Country of Origin

Unknown
AASA-Bot has no known country of origin

Global Traffic

The percentage of all internet traffic coming from Fetchers

Get These Insights for Your Website
Use the WordPress plugin, Node.js package, or API to get started in seconds.

Robots.txt

Should I Block AASA-Bot?

Probably not. If you block a fetcher, it won't be able to fetch the metadata it needs to display a link preview. Fewer people will click on the link to your website without this.

How Do I Block AASA-Bot?

⚠️ Manual Robots.txt Edits Are Not Scalable
New agents are created every day. Instead, serve a continuously updating robots.txt that blocks new agents automatically.

You can block AASA-Bot or limit its access by setting user agent token rules in your website's robots.txt. Set up Dark Visitors agent analytics to check whether it's actually following them.

# robots.txt
# This should block AASA-Bot

User-agent: AASA-Bot
Disallow: /

References