---
title: "View a vCard | Unitag Documentation"
description: "Find and open your own vCard from the Business cards tab, where the card tied to your email address is highlighted, then preview it."
canonical: "https://www.unitag.io/documentation/vcards/display-a-vcard"
locale: "en"
route: "/vcards/display-a-vcard"
---

# View a vCard

Your vCard, colored in green within the tab “Cartes de Visite”, is the default vCard associated with the email address currently accessing the application. In order to see it, click on “Voir ma Carte”.

This will open a new tab in your browser and display your vCard.

To view other vCards, click on Cartes de Visite then click the arrow button from the desired line.

Each view of a vCard will create a new tab. The link associated with the new tab is the link of your vcard. To share a vCard you can either share this link or share the associated QR code. You can keep both on the homepage of your mobile device.

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "TechArticle",
    "@id": "https://www.unitag.io/documentation/vcards/display-a-vcard#article",
    "headline": "View a vCard",
    "url": "https://www.unitag.io/documentation/vcards/display-a-vcard",
    "description": "Find and open your own vCard from the Business cards tab, where the card tied to your email address is highlighted, then preview it.",
    "image": "https://www.unitag.io/documentation/og/default-en.png",
    "inLanguage": "en",
    "articleSection": "vCards",
    "isPartOf": {
      "@type": "WebSite",
      "@id": "https://www.unitag.io/documentation/#website"
    },
    "publisher": {
      "@type": "Organization",
      "@id": "https://www.unitag.io/#organization",
      "name": "Unitag"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://www.unitag.io/documentation"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "vCards",
        "item": "https://www.unitag.io/documentation/vcards/introduction"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "View a vCard",
        "item": "https://www.unitag.io/documentation/vcards/display-a-vcard"
      }
    ]
  }
]
```
