Skip to content

Commit f2a37a5

Browse files
SEO
1 parent be67178 commit f2a37a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ social:
5959
# Site Verification Settings
6060
webmaster_verifications:
6161
google: 9BL9HCkehHZxgOezFQmpPHSCb7sdBr0dP8R7noOh4S0
62+
google_github: 9BL9HCkehHZxgOezFQmpPHSCb7sdBr0dP8R7noOh4S0 # Add your GitHub.io verification code here when you get it
6263
bing: # fill in your Bing verification code
6364
alexa: # fill in your Alexa verification code
6465
yandex: # fill in your Yandex verification code

_includes/google-search-console.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
{% if site.webmaster_verifications.google %}
33
<meta name="google-site-verification" content="{{ site.webmaster_verifications.google }}" />
44
{% endif %}
5+
{% if site.webmaster_verifications.google_github %}
6+
<meta name="google-site-verification" content="{{ site.webmaster_verifications.google_github }}" />
7+
{% endif %}
58

69
<!-- Enhanced SEO Meta Tags -->
710
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />

0 commit comments

Comments
 (0)