Skip to content

Commit ef4a524

Browse files
committed
index(meta): SEO: keywords, desc. meta, bing webmasters auth
1 parent fc3bb95 commit ef4a524

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

content/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
date = '2025-01-03T21:04:15+08:00'
33
draft = false
44
title = 'home of NimPyLib'
5+
description = 'Library to write Python in Nim'
6+
keywords = ['Nim', 'Python', 'Library', 'nim-lang', 'lib']
57
+++
68

79

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<meta name="keywords" content="{{ if .Params.Keywords }}{{ delimit .Params.Keywords ", " }}{{ end }}">
2+
3+
<!--bing webmasters auth-->
4+
<meta name="msvalidate.01" content="F37BE730CA3B80F61F9AF59ADB807242" />
5+

0 commit comments

Comments
 (0)