---
title: "twitter:app:url:ipad · Meta Tag · zhead"
canonical_url: "https://zhead.dev/meta/twitter-app-url-ipad"
last_updated: "2026-08-13T08:00:03.316Z"
meta:
  description: "Legacy Twitter App Card field for an iPad app’s custom URL scheme. It is a deep link, not an App Store URL. X has retired its public App Card reference."
  "og:description": "Legacy Twitter App Card field for an iPad app’s custom URL scheme. It is a deep link, not an App Store URL. X has retired its public App Card reference."
  "og:title": "twitter:app:url:ipad · Meta Tag · zhead"
---

Meta tags

# twitter:app:url:ipad

Legacy Twitter App Card field for an iPad app’s custom URL scheme. It is a deep link, not an App Store URL. X has retired its public App Card reference.

## Code examples

Good example

```
<meta name="twitter:app:url:ipad" content="myapp://articles/123">
```

A custom scheme deep link handled by the iPad app.

Avoid this example

```
<meta name="twitter:app:url:ipad" content="/articles/123">
```

A relative path is not an app URL scheme.

Avoid this example

```
<meta name="twitter:app:url:ipad" content="https://apps.apple.com/app/example/id123456789">
```

This historical field expected the app’s custom URL scheme, not its store page.

## Recommendations

- 01 Use a Tested Deep Link Provide a custom scheme URL that the iPad app handles and that opens the matching content.
- 02 Legacy Field Test the result on X before relying on it. The detailed official App Card documentation is no longer published.

## Related documentation

- [docs.x.com: Overview](https://docs.x.com/overview)

## Related meta tags

### [twitter:app:id:ipad](https://zhead.dev/meta/twitter-app-id-ipad)

name

Legacy Twitter App Card field for the numeric App Store ID of an iPad app. X has retired its public App Card reference.

```
<meta name="twitter:app:id:ipad" content="307234931">
```

The numeric App Store ID once used by App Cards.

### [twitter:app:id:iphone](https://zhead.dev/meta/twitter-app-id-iphone)

name

Legacy Twitter App Card field for the numeric App Store ID of an iPhone app. X has retired its public App Card reference.

```
<meta name="twitter:app:id:iphone" content="307234931">
```

The numeric App Store ID for the former Twitter iPhone app.

### [twitter:app:id:googleplay](https://zhead.dev/meta/twitter-app-id-googleplay)

name

Legacy Twitter App Card field for an Android application ID, usually the package name used by Google Play. X has retired its public App Card reference.

```
<meta name="twitter:app:id:googleplay" content="com.example.app">
```

A conventional Android application ID.

### [twitter:app:name:ipad](https://zhead.dev/meta/twitter-app-name-ipad)

name

Legacy Twitter App Card field for the name of an iPad app. X has retired its public App Card reference.

```
<meta name="twitter:app:name:ipad" content="My Amazing App">
```

A plain app name that matches the store listing.

### [twitter:app:name:googleplay](https://zhead.dev/meta/twitter-app-name-googleplay)

name

Legacy Twitter App Card field for the name of an Android app. X has retired its public App Card reference.

```
<meta name="twitter:app:name:googleplay" content="MyApp">
```

A short app name that matches the store listing.