Skip to content

Commit

Permalink
seo
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Nov 28, 2023
1 parent ee7ba75 commit a11c503
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Telegram Group Joiner</title>
<!-- do basic SEO -->
<meta name="title" content="Join public/private telegram groups in bulk, automatically." />
<meta name="description"
content="A web tool to automate joining groups, useful when you're entering a new research topic and have a start point of Telegram groups that are important to monitor. If you have private channel invites, those work too." />
<meta name="keywords" content="telegram, group, join, bellingcat" />
<meta name="author" content="Bellingcat" />
</head>

<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>

</html>
</html>

0 comments on commit a11c503

Please sign in to comment.