Skip to content

Commit 657d3da

Browse files
authored
Added some even relevant seo tags to the page head (#84)
- Added twitter user name to get twitter tags included as well Signed-off-by: Hofi <hofione@gmail.com>
2 parents 7cbad9e + dea9059 commit 657d3da

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ kramdown:
215215
atom_feed:
216216
hide: true
217217

218+
twitter:
219+
username: sngOSE
220+
218221
# https://jch.penibelst.de/
219222
compress_html:
220223
profile: true

_includes/seo.html

+4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,11 @@
4747
{%- assign og_type = "website" -%}
4848
{%- endif -%}
4949

50+
<meta name="robots" content="index, follow">
51+
5052
<title>{{ seo_title | default: site.title }}{% if paginator %}{% unless paginator.page == 1 %} {{ title_separator }} {{ site.data.ui-text[site.locale].page | default: "Page" }} {{ paginator.page }}{% endunless %}{% endif %}</title>
53+
<meta itemprop="name" content="{{ seo_title | default: site.title }}">
54+
<meta itemprop="description" content="{{ seo_description }}">
5155
<meta name="description" content="{{ seo_description }}">
5256

5357
{% if author.name %}

0 commit comments

Comments
 (0)