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