|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8" /> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <title>Hongeet Music</title> |
7 | | - <meta |
8 | | - name="description" |
9 | | - content="Hongeet Music - clean, fast, background-ready playback." |
| 6 | + |
| 7 | + <title>Hongeet - Free Music Player & Downloader</title> |
| 8 | + <meta name="title" content="Hongeet - Free Music Player & Downloader" /> |
| 9 | + <meta |
| 10 | + name="description" |
| 11 | + content="Download Hongeet, a free music player app featuring seamless background playback, high-quality downloads, and YouTube plus Saavn support. Get the APK now!" |
10 | 12 | /> |
| 13 | + <meta name="keywords" content="free music player, background music player, download music apk, Hongeet app, open source music player" /> |
| 14 | + |
| 15 | + <meta name="robots" content="index, follow" /> |
| 16 | + <meta name="author" content="GreenBugX(0xNA)" /> |
11 | 17 | <meta name="theme-color" content="#000000" /> |
| 18 | + |
| 19 | + <meta property="og:type" content="website" /> |
| 20 | + <meta property="og:url" content="https://github.com/greenbugx/Hongeet" /> |
| 21 | + <meta property="og:title" content="Free Music Player & Downloader - Hongeet" /> |
| 22 | + <meta property="og:description" content="Download Hongeet, a free music player app featuring seamless background playback, high-quality downloads, and YouTube plus Saavn support. Get the APK now!" /> |
| 23 | + <meta property="og:image" content="./assets/icon_fg.png" /> |
| 24 | + |
| 25 | + <meta name="twitter:card" content="summary" /> |
| 26 | + <meta name="twitter:title" content="Free Music Player & Downloader - Hongeet" /> |
| 27 | + <meta name="twitter:description" content="Download Hongeet, a free music player app featuring seamless background playback, high-quality downloads, and YouTube plus Saavn support. Get the APK now!" /> |
| 28 | + <meta name="twitter:image" content="./assets/icon_fg.png" /> |
| 29 | + |
12 | 30 | <link rel="icon" href="./assets/icon_fg.png" /> |
13 | 31 | <link rel="preconnect" href="https://fonts.googleapis.com" /> |
14 | 32 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> |
|
0 commit comments