Skip to content

Commit c1f258b

Browse files
committed
Added AzuOS Revamped Webpage Metadata for HTML and Google Search Console Verification
1 parent 5e996a9 commit c1f258b

File tree

5 files changed

+24
-2
lines changed

5 files changed

+24
-2
lines changed

azuos/about/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>AzuOS - AzuSystem</title>
55
<link rel="stylesheet" href="../assets/downloads.css">
6+
<link rel="icon" type="image/svg+xml" href="../assets/images/logo.svg">
67
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
78
</head>
89
<body>
@@ -18,7 +19,7 @@
1819
<button onclick="window.location.href='../about'">
1920
<img src=../assets/images/icons/info.svg height=20>
2021
</button>
21-
<button onclick="window.location.href='../'">
22+
<button onclick="window.location.href='../../'">
2223
<img src=../assets/images/icons/home.svg height=20>
2324
</button>
2425
</div>

azuos/assets/images/thumbnail.png

1.14 MB
Loading

azuos/download/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<title>AzuOS - AzuSystem</title>
55
<link rel="stylesheet" href="../assets/downloads.css">
6+
<link rel="icon" type="image/svg+xml" href="../assets/images/logo.svg">
67
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
78
</head>
89
<body>
@@ -18,7 +19,7 @@
1819
<button onclick="window.location.href='../about'">
1920
<img src=../assets/images/icons/info.svg height=20>
2021
</button>
21-
<button onclick="window.location.href='../'">
22+
<button onclick="window.location.href='../../'">
2223
<img src=../assets/images/icons/home.svg height=20>
2324
</button>
2425
</div>

azuos/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
<head>
44
<title>AzuOS - AzuSystem</title>
55
<link rel="stylesheet" href="assets/index.css">
6+
<link rel="icon" type="image/svg+xml" href="assets/images/logo.svg">
67
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
8+
<meta name="author" content="AzuSystem" />
9+
<meta name="description" content="AzuOS is an Arch-based Linux Distro primarily focused on its stunning desktop design." />
10+
<meta property="og:title" content="AzuOS by AzuSystem" />
11+
<meta property="og:description" content="AzuOS is an Arch-based Linux Distro primarily focused on its stunning desktop design." />
12+
<meta property="og:image:url" content="https://azusystem.github.io/azuos/assets/images/thumbnail.png" />
13+
<meta charset="UTF-8">
14+
<meta name="google-site-verification" content="AZuLeWncVBHmSHMmBnB0DcNkbiY3DFinJ-Rrvg6raNA" />
715
</head>
816
<body>
917
<div class=stars></div>

sitemap.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://azusystem.github.io/</loc>
5+
<priority>1.0</priority>
6+
</url>
7+
<url>
8+
<loc>https://azusystem.github.io/azuos</loc>
9+
<changefreq>monthly</changefreq>
10+
<priority>0.9</priority>
11+
</url>
12+
</urlset>

0 commit comments

Comments
 (0)