|
12 | 12 | content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>,viewport-fit=cover<% } %>" |
13 | 13 | /> |
14 | 14 |
|
| 15 | + <meta name="robots" content="index,follow" /> |
| 16 | + <link rel="canonical" href="https://qwindow.netlify.app/" /> |
| 17 | + <meta name="twitter:card" content="summary_large_image" /> |
| 18 | + <meta name="twitter:title" content="QWindow - floating windows for Vue and Quasar" /> |
| 19 | + <meta |
| 20 | + name="twitter:description" |
| 21 | + content="QWindow builds movable and resizable workspace panels for Vue and Quasar applications." |
| 22 | + /> |
| 23 | + <meta name="twitter:image" content="https://qwindow.netlify.app/qwindow-social-preview.png" /> |
| 24 | + <meta name="twitter:image:alt" content="QWindow floating panels for Vue and Quasar" /> |
| 25 | + <meta property="og:type" content="website" /> |
| 26 | + <meta property="og:url" content="https://qwindow.netlify.app/" /> |
| 27 | + <meta property="og:site_name" content="QWindow" /> |
| 28 | + <meta property="og:title" content="QWindow - floating windows for Vue and Quasar" /> |
| 29 | + <meta |
| 30 | + property="og:description" |
| 31 | + content="QWindow builds movable and resizable workspace panels for Vue and Quasar applications." |
| 32 | + /> |
| 33 | + <meta property="og:image" content="https://qwindow.netlify.app/qwindow-social-preview.png" /> |
| 34 | + <meta |
| 35 | + property="og:image:secure_url" |
| 36 | + content="https://qwindow.netlify.app/qwindow-social-preview.png" |
| 37 | + /> |
| 38 | + <meta property="og:image:type" content="image/png" /> |
| 39 | + <meta property="og:image:width" content="782" /> |
| 40 | + <meta property="og:image:height" content="394" /> |
| 41 | + <meta property="og:image:alt" content="QWindow floating panels for Vue and Quasar" /> |
| 42 | + |
15 | 43 | <link rel="icon" type="image/svg+xml" href="app-logo.svg" /> |
16 | 44 | </head> |
17 | 45 | <body> |
|
0 commit comments