Metadata guide for submitting web apps.
When submitting a web app to Urabin, we auto-generate the web app card data using metadata from the submitted URL.
Appears as the icon on the left of the web app title in the card.
.ico, .png, or .svg<link rel="icon" href="/favicon.ico" />Displays as the main image of the card (like a banner/thumbnail).
<meta property="og:image" content="https://example.com/image.jpg" />Pulled from your site's metadata and used in the card.
<title>Your App Name</title><meta name="description" content="Short description of your app." />Here's what happens when you click Validate on the submit page:
title, description, favicon, and og:imageImportant Notes:
| Field | Tag | Recommended | Notes |
|---|---|---|---|
| Favicon | <link rel="icon"> | 32×32px | Required |
| OG Image | <meta property="og:image"> | 1200×630px | No WebP |
| Title | <title> | ≤ 60 chars | Short & clear |
| Description | <meta name="description"> | 150–160 chars | No filler |