Improved SEO
This commit is contained in:
parent
2ff56d0165
commit
46163e3029
1 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue