diff --git a/README.md b/README.md index ff8487f..550a9b6 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,8 @@ The SEO tag will respect any of the following if included in your site's `_confi ``` * `google_site_verification` for verifying ownership via Google webmaster tools +* `bing_site_verification` for verifying ownership via Bing webmaster tools +* `yandex_site_verification` for verifying ownership via Yandex webmaster tools The SEO tag will respect the following YAML front matter if included in a post, page, or document: diff --git a/lib/template.html b/lib/template.html index 11847c9..dfd3ec1 100644 --- a/lib/template.html +++ b/lib/template.html @@ -175,6 +175,12 @@ {% if site.google_site_verification %} {% endif %} +{% if site.bing_site_verification %} + +{% endif %} +{% if site.yandex_site_verification %} + +{% endif %}