Added SEO meta tags

This commit is contained in:
Jeremy Zhang 2017-05-18 22:41:41 +00:00
parent 401f12af5a
commit c202008663
3 changed files with 9 additions and 1 deletions

View File

@ -10,6 +10,8 @@
<!--Let browser know website is optimized for mobile--> <!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
{% include 'seo_meta.html.j2' %}
<title>{{ guild['name'] }} - Embed - Titan Embeds for Discord</title> <title>{{ guild['name'] }} - Embed - Titan Embeds for Discord</title>
{% include 'google_analytics.html.j2' %} {% include 'google_analytics.html.j2' %}
</head> </head>

View File

@ -0,0 +1,4 @@
<link rel="icon" type="image/png" href="{{ url_for('static', filename='img/titanembeds_round.png') }}" />
<meta name="keywords" content="Titan, Titan Embeds, TitanEmbeds, Discord, Discordapp, Embed, iFrame, Embed Discord, iFrame Discord" />
<meta name="description" content="Embed your Discord server in any website. Titan is hassle free and designed as easy to setup." />

View File

@ -12,6 +12,8 @@
<title>{% block title %}{% endblock %} - Titan Embeds for Discord</title> <title>{% block title %}{% endblock %} - Titan Embeds for Discord</title>
{% include 'seo_meta.html.j2' %}
{% block additional_head_elements %}{% endblock %} {% block additional_head_elements %}{% endblock %}
{% include 'google_analytics.html.j2' %} {% include 'google_analytics.html.j2' %}