|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + |
| 7 | + <title>Drawd — Visual App Flow Designer</title> |
| 8 | + <meta name="description" content="Design mobile app navigation flows visually. Upload screens, define tap areas, connect flows, and generate AI build instructions your LLM can actually use." /> |
| 9 | + <link rel="canonical" href="https://drawd.app" /> |
| 10 | + <meta name="theme-color" content="#282c34" /> |
| 11 | + |
| 12 | + <!-- Open Graph --> |
| 13 | + <meta property="og:type" content="website" /> |
| 14 | + <meta property="og:site_name" content="Drawd" /> |
| 15 | + <meta property="og:title" content="Drawd — Visual App Flow Designer" /> |
| 16 | + <meta property="og:description" content="Design mobile app navigation flows visually. Upload screens, define tap areas, connect flows, and generate AI build instructions your LLM can actually use." /> |
| 17 | + <meta property="og:url" content="https://drawd.app" /> |
| 18 | + <meta property="og:image" content="https://drawd.app/og-image.png" /> |
| 19 | + <meta property="og:image:width" content="1200" /> |
| 20 | + <meta property="og:image:height" content="630" /> |
| 21 | + |
| 22 | + <!-- Twitter / X --> |
| 23 | + <meta name="twitter:card" content="summary_large_image" /> |
| 24 | + <meta name="twitter:title" content="Drawd — Visual App Flow Designer" /> |
| 25 | + <meta name="twitter:description" content="Design mobile app navigation flows visually. Upload screens, define tap areas, connect flows, and generate AI build instructions your LLM can actually use." /> |
| 26 | + <meta name="twitter:image" content="https://drawd.app/og-image.png" /> |
| 27 | + |
| 28 | + <!-- Structured Data --> |
| 29 | + <script type="application/ld+json"> |
| 30 | + { |
| 31 | + "@context": "https://schema.org", |
| 32 | + "@type": "SoftwareApplication", |
| 33 | + "name": "Drawd", |
| 34 | + "url": "https://drawd.app", |
| 35 | + "applicationCategory": "DesignApplication", |
| 36 | + "operatingSystem": "Web", |
| 37 | + "description": "Visual app flow designer that lets you upload screens, define tap areas, connect navigation flows, and generate AI build instructions.", |
| 38 | + "offers": { |
| 39 | + "@type": "Offer", |
| 40 | + "price": "0", |
| 41 | + "priceCurrency": "USD" |
| 42 | + } |
| 43 | + } |
| 44 | + </script> |
| 45 | + |
6 | 46 | <link rel="icon" type="image/svg+xml" href="/icon.svg" /> |
7 | | - <title>Drawd</title> |
8 | 47 | <style> |
9 | 48 | * { margin: 0; padding: 0; box-sizing: border-box; } |
10 | 49 | </style> |
|
0 commit comments