Skip to content

Commit 1f1220d

Browse files
author
Josh Habdas
committed
Add Yandex SEO tools META
1 parent 912b3cd commit 1f1220d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@ defaults:
145145
google_author: 'https://plus.google.com/u/0/118311555303973066167'
146146
google_site_verification: 'Vk0IOJ2jwG_qEoG7fuEXYqv0m2rLa8P778Fi_GrsgEQ'
147147
bing_webmastertools_id: '0FB4C028ABCF07C908C54386ABD2D97F'
148-
# alexa_verify_id: ''
148+
# yandex_site_verification: ''
149+
# alexa_verify_id: ''
149150

150151

151152

_includes/_head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@
4646

4747
<!-- Search Engine Optimization -->
4848
<meta name="description" content="{{ description }}">
49-
{% if site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification}}">{% endif %}
49+
{% if site.google_site_verification %}<meta name="google-site-verification" content="{{ site.google_site_verification}}">{% endif %}
5050
{% if site.bing_webmastertools_id %}<meta name="msvalidate.01" content="{{ site.bing_webmastertools_id }}" >{% endif %}
51+
{% if site.yandex_site_verification %}<meta name="yandex-verification" content="{{ site.yandex_site_verification }}">{% endif %}
5152
{% if site.google_author %}<link rel="author" href="{{ site.google_author }}">{% endif %}
5253
{% if site.alexa_verify_id %}<meta name="alexaVerifyID" content="{{ site.alexa_verify_id }}">{% endif %}
5354
{% if page.noindex == true or layout.noindex == true %}<meta name="robots" content="noindex">{% endif %}

0 commit comments

Comments
 (0)