diff --git a/themes/bs_bootstrap/templates/navigation/breadcrumb.html.twig b/themes/bs_bootstrap/templates/navigation/breadcrumb.html.twig
index 6ed2fb5..a5f91a7 100644
--- a/themes/bs_bootstrap/templates/navigation/breadcrumb.html.twig
+++ b/themes/bs_bootstrap/templates/navigation/breadcrumb.html.twig
@@ -22,7 +22,7 @@
         {
           "@type": "ListItem",
           "position": {{ loop.index }},
-          "name": "{{ crumb.text }}",
+          "name": "{{ crumb.text|render|striptags|escape('js') }}",
           "item": "{{ base_url }}{{ not loop.last ? crumb.url : current_url }}"
         }{{ not loop.last ? ',' }}
       {%- endfor %}]
