mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Added SEO meta tags
This commit is contained in:
parent
401f12af5a
commit
c202008663
@ -10,6 +10,8 @@
|
||||
<!--Let browser know website is optimized for mobile-->
|
||||
<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>
|
||||
{% include 'google_analytics.html.j2' %}
|
||||
</head>
|
||||
|
4
webapp/titanembeds/templates/seo_meta.html.j2
Normal file
4
webapp/titanembeds/templates/seo_meta.html.j2
Normal 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." />
|
@ -12,6 +12,8 @@
|
||||
|
||||
<title>{% block title %}{% endblock %} - Titan Embeds for Discord</title>
|
||||
|
||||
{% include 'seo_meta.html.j2' %}
|
||||
|
||||
{% block additional_head_elements %}{% endblock %}
|
||||
|
||||
{% include 'google_analytics.html.j2' %}
|
||||
|
Loading…
Reference in New Issue
Block a user