@@ -6,7 +6,63 @@ export default function Header() {
66 < title > TwiterStats - Your Twitter Followers Tracker</ title >
77 < link rel = "icon" href = "/ts-logo.ico" />
88 < meta name = "viewport" content = "width=device-width, initial-scale=1.0" />
9- < meta name = "description" content = "TwiterStats - Your Twitter Followers Tracker" />
9+ < meta
10+ name = "apple-mobile-web-app-status-bar-style"
11+ content = "black-translucent"
12+ />
13+ < title >
14+ TwiterStats - Your Twitter Followers Tracker
15+ </ title >
16+ < meta
17+ name = "description"
18+ content = "TwiterStats - Track twitter followers count in realtime and profile"
19+ />
20+ < meta
21+ name = "keywords"
22+ content = "twiterstats, nilanth, twiter-stats,twitter follower counter, nextjs, next-auth, react, open source, github"
23+ />
24+ < link rel = "apple-touch-icon" href = "/cover-image.png" />
25+ < link rel = "icon" href = "/ts-logo.ico" />
26+
27+ { /* Primary Meta Tags */ }
28+ < meta
29+ name = "title"
30+ content = "TwiterStats - Your Twitter Followers Tracker"
31+ />
32+ < meta
33+ name = "description"
34+ content = "TwiterStats - Track twitter followers count in realtime and profile"
35+ />
36+
37+ { /* Open Graph / Facebook */ }
38+ < meta property = "og:type" content = "website" />
39+ < meta
40+ property = "og:title"
41+ content = "TwiterStats - Your Twitter Followers Tracker"
42+ />
43+ < meta
44+ property = "og:description"
45+ content = "TwiterStats - Track twitter followers count in realtime and profile"
46+ />
47+ < meta
48+ property = "og:image"
49+ content = "https://twiter-stats.vercel.app/cover-image.png"
50+ />
51+
52+ { /* Twitter */ }
53+ < meta property = "twitter:card" content = "summary_large_image" />
54+ < meta
55+ property = "twitter:title"
56+ content = "TwiterStats - Your Twitter Followers Tracker"
57+ />
58+ < meta
59+ property = "twitter:description"
60+ content = "TwiterStats - Track twitter followers count in realtime and profile"
61+ />
62+ < meta
63+ property = "twitter:image"
64+ content = "https://twiter-stats.vercel.app/cover-image.png"
65+ />
1066 </ Head >
1167 )
1268}
0 commit comments