fix: Improve web SEO

This commit is contained in:
Matias de Andrea
2020-06-16 08:41:13 +02:00
parent 10fe6e873b
commit 9f91a4cf6c
2 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -1,15 +1,15 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta lang="en">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="TV Randshow | Choose a random TV show episode from a The Movie Database">
<meta name="description" content="TV Randshow | Choose a random TV show episode">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="TV Randshow">
<meta name="apple-mobile-web-app-title" content="TV Randshow | Get your random episodes">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
@ -18,8 +18,8 @@
<meta name="theme-color" content="#e40505">
<!-- open protocol graph meta -->
<meta property="og:title" content="TV Randshow | App to choose a random TV show episode">
<meta property="og:description" content="TV Randshow | Choose a random TV show episode from a The Movie Database">
<meta property="og:title" content="TV Randshow | Get your random episodes">
<meta property="og:description" content="TV Randshow | Choose a random TV show episode">
<meta property="og:image" content="https://tvrandshow.com/favicon.png">
<meta property="og:site_name" content="tvrandshow.com">
<meta property="og:url" content="https://tvrandshow.com">
@ -32,7 +32,7 @@
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="favicon.png"/>
<title>TV Randshow</title>
<title>TV Randshow | Get your random episodes</title>
<link rel="manifest" href="manifest.json">
</head>
<body>
@ -64,7 +64,7 @@
"https://www.linkedin.com/in/deandreamatias",
"https://github.com/deandreamatias"
],
"jobTitle": "Mobile developer"
"jobTitle": "Flutter developer"
},
}
</script>