mirror of
https://github.com/deandreamatias/tv-randshow.git
synced 2025-08-06 15:09:34 +08:00
fix: Improve SEO
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user