File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 152
152
{% if site.naver_site_verification %}
153
153
< meta name ="naver-site-verification " content ="{{ site.naver_site_verification }} ">
154
154
{% endif %}
155
+ {% if site.baidu_site_verification %}
156
+ < meta name ="baidu-site-verification " content ="{{ site.baidu_site_verification }} ">
157
+ {% endif %}
155
158
<!-- end _includes/seo.html -->
Original file line number Diff line number Diff line change @@ -715,6 +715,22 @@ Into `_config.yml`
715
715
yandex_site_verification: "2132801JL"
716
716
` ` `
717
717
718
+ # ### Baidu
719
+
720
+ There are several ways to verify site ownership — the easiest is adding an authentication code to your config file.
721
+
722
+ Copy and paste the string inside of `content` :
723
+
724
+ ` ` ` html
725
+ <meta name="baidu-site-verification" content="code-iA0wScWXN1" />
726
+ ` ` `
727
+
728
+ Into `_config.yml`
729
+
730
+ ` ` ` yaml
731
+ baidu_site_verification: "code-iA0wScWXN1"
732
+ ` ` `
733
+
718
734
# ### Twitter Cards and Facebook Open Graph
719
735
720
736
To improve the appearance of links shared from your site to social networks like Twitter and Facebook be sure to configure the following.
You can’t perform that action at this time.
0 commit comments