mirror of
https://github.com/deandreamatias/tv-randshow.git
synced 2025-08-06 15:09:34 +08:00
fix: Improve web SEO
This commit is contained in:
BIN
web/favicon.png
BIN
web/favicon.png
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB |
@ -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>
|
||||
|
Reference in New Issue
Block a user