Skip to content

Commit

Permalink
fix: Improve web SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Jun 16, 2020
1 parent 475644d commit 8e16980
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions web/index.html
Original file line number Diff line number Diff line change
@@ -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">
Expand All @@ -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">
Expand All @@ -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>
Expand Down Expand Up @@ -64,7 +64,7 @@
"https://www.linkedin.com/in/deandreamatias",
"https://github.com/deandreamatias"
],
"jobTitle": "Mobile developer"
"jobTitle": "Flutter developer"
},
}
</script>
Expand Down

0 comments on commit 8e16980

Please sign in to comment.