diff --git a/_includes/seo.html b/_includes/seo.html
index ee5facc..f5eacfe 100644
--- a/_includes/seo.html
+++ b/_includes/seo.html
@@ -28,9 +28,9 @@
{% if page.collection == 'tracks' %}
-
Play {{ page.common.title | xml_escape }} by {{ page.common.artist | xml_escape }} | {{ site.title | xml_escape }}
+Play {{ page.common.title | xml_escape }} by {{ page.common.artist | xml_escape }} | {{ site.title | html_escape }}
-
+
@@ -40,21 +40,21 @@
-
+
-
+
-
+
-
+
@@ -64,7 +64,7 @@
-
+
@@ -72,7 +72,7 @@
-
+
@@ -86,9 +86,9 @@
{% capture namelist %}{% for art in album.artists %}{{ art }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% endcapture %}
{% capture artist %}{{ namelist }}{% endcapture %}
-Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }} | {{ site.title | xml_escape }}
+Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }} | {{ site.title | html_escape }}
-
+
@@ -98,21 +98,21 @@
-
+
-
+
-
+
-
+
@@ -122,7 +122,7 @@
-
+
{% for track in album.tracks %}{% endfor %}
@@ -131,7 +131,7 @@
-
+
{% endif %}{% endfor %}
@@ -139,7 +139,7 @@
{{ page.title }} | {{ site.title }}
-
+
@@ -157,31 +157,31 @@
-
+
-
+
-
+
-
+
-
+
@@ -193,7 +193,7 @@
{
"@context": "http://www.schema.org",
"@type": "Organization",
- "name": "{{ site.title | xml_escape }}",
+ "name": "{{ site.title | html_escape }}",
"url": "{{ site.url | xml_escape }}",
"sameAs": [
{% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}
@@ -215,7 +215,7 @@
{{ page.title }} | {{ site.title }}
-
+
@@ -233,31 +233,31 @@
-
+
-
+
-
+
-
+
-
+
@@ -269,7 +269,7 @@
{
"@context": "http://www.schema.org",
"@type": "Organization",
- "name": "{{ site.title | xml_escape }}",
+ "name": "{{ site.title | html_escape }}",
"url": "{{ site.url | xml_escape }}",
"sameAs": [
{% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}