fix: Improve SEO

This commit is contained in:
Matias de Andrea
2020-06-17 17:15:08 +02:00
parent d915ffb7a7
commit 34f25cfaa2
4 changed files with 12 additions and 10 deletions

View File

@ -1,3 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:flutter_translate/flutter_translate.dart';
@ -30,7 +31,7 @@ class MainApp extends StatelessWidget {
providers: getProviders(),
child: MaterialApp(
debugShowCheckedModeBanner: true,
title: 'TV Randshow',
title: kIsWeb ? 'TV Randshow | App to choose a random TV show episode' : 'TV Randshow',
theme: ThemeData(
fontFamily: 'Nunito',
primarySwatch: Colors.red,

View File

@ -1,3 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_localizations/flutter_localizations.dart';
import 'package:flutter_translate/flutter_translate.dart';
@ -29,7 +30,7 @@ class MainApp extends StatelessWidget {
providers: getProviders(),
child: MaterialApp(
debugShowCheckedModeBanner: false,
title: 'TV Randshow',
title: kIsWeb ? 'TV Randshow | App to choose a random TV show episode' : 'TV Randshow',
theme: ThemeData(
fontFamily: 'Nunito',
primarySwatch: Colors.red,

View File

@ -4,7 +4,7 @@
<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 | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
@ -19,7 +19,7 @@
<!-- 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:description" content="TV Randshow | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
<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">

View File

@ -4,12 +4,12 @@
<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">
<meta name="description" content="TV Randshow | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
<!-- 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 | Get your random episodes">
<meta name="apple-mobile-web-app-title" content="TV Randshow">
<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 | Get your random episodes">
<meta property="og:description" content="TV Randshow | Choose a random TV show episode">
<meta property="og:title" content="TV Randshow | App to choose a random TV show episode">
<meta property="og:description" content="TV Randshow | TV Randshow help to choose a random episode from your favorites TV shows. The TV shows database comes from the TMDB">
<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">
@ -64,8 +64,8 @@
"https://www.linkedin.com/in/deandreamatias",
"https://github.com/deandreamatias"
],
"jobTitle": "Flutter developer"
},
"jobTitle": "Flutter developer"
}
}
</script>
</body>