diff --git a/webapp/titanembeds/templates/embed.html.j2 b/webapp/titanembeds/templates/embed.html.j2
index 03ec2fb..5c81b29 100644
--- a/webapp/titanembeds/templates/embed.html.j2
+++ b/webapp/titanembeds/templates/embed.html.j2
@@ -1,5 +1,5 @@
-
+
@@ -12,6 +12,9 @@
{% include 'seo_meta.html.j2' %}
+ {% with title="Visit " + guild['name'] + " embed", description="Visit " + guild['name'] + " on Titan Embeds and chat with your friends from the comfort of your own website. This page is 100% embeddable, iFrameable and looks good on any webpages. Titan is hassle free and designed as easy to setup!", image=generate_guild_icon( guild['id'], guild['icon']) %}
+ {% include "opengraph_tags.html.j2" %}
+ {% endwith %}
{{ guild['name'] }} - Embed - Titan Embeds for Discord
{% include 'google_analytics.html.j2' %}
diff --git a/webapp/titanembeds/templates/index.html.j2 b/webapp/titanembeds/templates/index.html.j2
index bc72993..92b853a 100644
--- a/webapp/titanembeds/templates/index.html.j2
+++ b/webapp/titanembeds/templates/index.html.j2
@@ -1,5 +1,5 @@
{% extends 'site_layout.html.j2' %}
-{% block title %}Index{% endblock %}
+{% set title="Index" %}
{% block content %}
Embed Discord like a true Titan
diff --git a/webapp/titanembeds/templates/opengraph_tags.html.j2 b/webapp/titanembeds/templates/opengraph_tags.html.j2
new file mode 100644
index 0000000..bcfe6c3
--- /dev/null
+++ b/webapp/titanembeds/templates/opengraph_tags.html.j2
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/webapp/titanembeds/templates/site_layout.html.j2 b/webapp/titanembeds/templates/site_layout.html.j2
index b7e2397..d221ca5 100644
--- a/webapp/titanembeds/templates/site_layout.html.j2
+++ b/webapp/titanembeds/templates/site_layout.html.j2
@@ -1,5 +1,5 @@
-
+
@@ -10,10 +10,14 @@
- {% block title %}{% endblock %} - Titan Embeds for Discord
+ {{ title }} - Titan Embeds for Discord
{% include 'seo_meta.html.j2' %}
+ {% with title=title, description="Embed your Discord server in any website. Titan is hassle free and designed as easy to setup." %}
+ {% include "opengraph_tags.html.j2" %}
+ {% endwith %}
+
{% block additional_head_elements %}{% endblock %}
{% include 'google_analytics.html.j2' %}
diff --git a/webapp/titanembeds/templates/usercss.html.j2 b/webapp/titanembeds/templates/usercss.html.j2
index 164029d..165c4bf 100644
--- a/webapp/titanembeds/templates/usercss.html.j2
+++ b/webapp/titanembeds/templates/usercss.html.j2
@@ -1,5 +1,9 @@
{% extends 'site_layout.html.j2' %}
-{% block title %}{% if new %}New{% else %}Editing {{ css.name }} -{% endif %} User CSS{% endblock %}
+{% if new %}
+ {% set title="New - User CSS" %}
+{% else %}
+ {% set title="Editing " + css.name + " - User CSS" %}
+{% endif %}
{% block content %}
{% if new %}New{% else %}Editing {{ css.name }}{% endif %} - User Defined CSS