Improved SEO

This commit is contained in:
Prozilla 2023-08-08 14:13:37 +02:00
parent 2ff56d0165
commit 46163e3029
No known key found for this signature in database
GPG key ID: 5858DFE71CAF31EE

View file

@ -1,23 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ProzillaOS</title>
<meta name="description" content="ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla."/>
<title>ProzillaOS | Web-based Operating System</title>
<meta name="description" content="ProzillaOS is an open-source web-based operating system inspired by Ubuntu Linux and Windows made with React.js by Prozilla."/>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<!-- Favicon -->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json"/>
<link rel="shortcut icon" type="image/png" href="%PUBLIC_URL%/media/logo.svg"/>
<link rel="shortcut icon" type="image/svg+xml" href="%PUBLIC_URL%/media/logo.svg"/>
<link rel="mask-icon" href="%PUBLIC_URL%/media/logo.svg" color="#1dd1a1"/>
<meta name="msapplication-TileColor" content="#222f3e"/>
<meta name="theme-color" content="#1dd1a1"/>
<!-- Open Graph -->
<meta property="og:title" content="ProzillaOS"/>
<meta property="og:title" content="ProzillaOS | Web-based Operating System"/>
<meta property="og:site_name" content="ProzillaOS"/>
<meta property="og:description" content="ProzillaOS is a web-based operating system inspired by Ubuntu Linux and Windows made with React by Prozilla."/>
<meta property="og:description" content="ProzillaOS is an open-source web-based operating system inspired by Ubuntu Linux and Windows made with React.js by Prozilla."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="%PUBLIC_URL%/media/Banner2.png"/>
</head>