Skip to content

Commit a096f48

Browse files
Iankodjpepinho24
authored andcommitted
chore: replace pipe with dash for SEO
1 parent 508b305 commit a096f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/_head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<meta charset="UTF-8">
33
<meta name="viewport" content="width=device-width, initial-scale=1">
44
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
5-
<title>{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} | {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.page_title_product | default: site.product }} {% endif %}</title>
5+
<title>{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} - {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} - {{ site.page_title_product | default: site.product }} {% endif %}</title>
66
<meta name="description" content="{{ page.description | parse_front_matter }}{% if page.description_suffix %} {{ page.description_suffix }}{% endif %}" />
77
{% if page.res_type %}<meta name="restype" content="{{ page.res_type }}">{% else %}<meta name="restype" content="documentation">{% endif %}
88
{% if site.progress_hosting != true %}
@@ -14,7 +14,7 @@
1414
"@type": "WebPage",
1515
"@id": "https://docs.telerik.com{{site.baseurl}}{{page.url | replace: '.html',''}}"
1616
},
17-
"headline": "{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} | {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} | {{ site.product }} {% endif %}",
17+
"headline": "{% if page.title_prefix %}{{ page.title_prefix }}{% if page.title_prefix_separator %}{{ page.title_prefix_separator }}{% else %} - {% endif %}{% endif %}{{ page.page_title | default: page.title }}{% if site.use_product_in_title != false %} - {{ site.product }} {% endif %}",
1818
"author":{
1919
"@type":"Organization",
2020
"name":"Telerik"},

0 commit comments

Comments
 (0)