---
title: "twitter:data1 · Meta Tag · zhead"
canonical_url: "https://zhead.dev/meta/twitter-data1"
last_updated: "2026-08-10T16:29:02.862Z"
meta:
  description: "Unsupported legacy Product Card field for the first custom value. X no longer supports Product Cards or publishes this field in its developer documentation."
  "og:description": "Unsupported legacy Product Card field for the first custom value. X no longer supports Product Cards or publishes this field in its developer documentation."
  "og:title": "twitter:data1 · Meta Tag · zhead"
---

Meta tags

# twitter:data1

Unsupported legacy Product Card field for the first custom value. X no longer supports Product Cards or publishes this field in its developer documentation.

## Code examples

Avoid this example

```
<meta name="twitter:data1" content="42K Tweets">
```

A historical custom value in a field X no longer supports.

Avoid this example

```
<meta name="twitter:data1" content="9.8/10⭐">
```

Still unsupported, even when paired with twitter:label1.

Avoid this example

```
<meta name="twitter:data1" content="This is too lengthy and descriptive text for a Twitter Card data field, which should be concise and easily digestible.">
```

The field is unsupported regardless of value length.

Avoid this example

```
<meta name="twitter:data1" content="">
```

An empty unsupported field should be removed.

## Recommendations

- 01 Remove This Field X retired the Product Card format that displayed twitter:data1.
- 02 Do Not Rely on Rendering Keep important product facts visible on the page. X does not promise to show this metadata.

## 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.