Skip to content

Commit eda6e36

Browse files
committed
Template: Add Meta Tags
1 parent 7a396d9 commit eda6e36

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

templates/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<meta name="description" content="WebAPT - A web-based tool for browsing APT repositories directly from the browser.">
7+
<meta name="keywords" content="APT, repository, packages, Debian, Ubuntu, Linux, package manager, web tool">
8+
<meta name="author" content="WebAPT">
9+
<meta name="robots" content="index, follow">
10+
11+
<!-- Open Graph / Facebook -->
12+
<meta property="og:type" content="website">
13+
<meta property="og:title" content="WebAPT - APT Repository Browser">
14+
<meta property="og:description" content="WebAPT - A web-based tool for browsing APT repositories directly from the browser.">
15+
16+
<!-- Twitter -->
17+
<meta property="twitter:card" content="summary">
18+
<meta property="twitter:title" content="WebAPT - APT Repository Browser">
19+
<meta property="twitter:description" content="WebAPT - A web-based tool for browsing APT repositories directly from the browser.">
20+
621
<title>WebAPT</title>
722
<link rel="stylesheet" href="/static/style.css">
823
</head>

0 commit comments

Comments
 (0)