|
5 | 5 | <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
7 | 7 | <title>sutetdorisku</title> |
| 8 | + <meta name="description" content="Play sutetdorisku, a sudoku game with tetrominoes." /> |
| 9 | + <meta |
| 10 | + name="keywords" |
| 11 | + content="sutetdorisku, puzzle game, tetromino puzzle, sudoku puzzle, brain game" |
| 12 | + /> |
| 13 | + <meta name="robots" content="index, follow" /> |
| 14 | + <meta name="theme-color" content="#0f1425" /> |
| 15 | + <meta property="og:type" content="website" /> |
| 16 | + <meta property="og:title" content="sutetdorisku" /> |
| 17 | + <meta property="og:description" content="Play sutetdorisku, a sudoku game with tetrominoes." /> |
| 18 | + <meta property="og:image" content="/favicon.svg" /> |
| 19 | + <meta property="og:site_name" content="sutetdorisku" /> |
| 20 | + <meta name="twitter:card" content="summary" /> |
| 21 | + <meta name="twitter:title" content="sutetdorisku" /> |
| 22 | + <meta name="twitter:description" content="Play sutetdorisku, a sudoku game with tetrominoes." /> |
| 23 | + <meta name="twitter:image" content="/favicon.svg" /> |
| 24 | + <script type="application/ld+json"> |
| 25 | + { |
| 26 | + "@context": "https://schema.org", |
| 27 | + "@type": "WebApplication", |
| 28 | + "name": "sutetdorisku", |
| 29 | + "description": "Play sutetdorisku, a sudoku game with tetrominoes.", |
| 30 | + "applicationCategory": "GameApplication", |
| 31 | + "operatingSystem": "Any", |
| 32 | + "isAccessibleForFree": true, |
| 33 | + "offers": { |
| 34 | + "@type": "Offer", |
| 35 | + "priceSpecification": { |
| 36 | + "@type": "PriceSpecification", |
| 37 | + "price": "0", |
| 38 | + "priceCurrency": "USD" |
| 39 | + }, |
| 40 | + "price": "0", |
| 41 | + "priceCurrency": "USD", |
| 42 | + "availability": "https://schema.org/InStock" |
| 43 | + } |
| 44 | + } |
| 45 | + </script> |
8 | 46 | </head> |
9 | 47 | <body> |
10 | 48 | <div id="app"></div> |
|
0 commit comments