Skip to content

Commit 81c2ad1

Browse files
committed
some seo optimize config
1 parent 850611a commit 81c2ad1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/next/_config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,19 @@ creative_commons:
102102
# ---------------------------------------------------------------
103103

104104
# Disable Baidu transformation on mobile devices.
105-
disable_baidu_transformation: false
105+
disable_baidu_transformation: true
106106

107107
# Set a canonical link tag in your hexo, you could use it for your SEO of blog.
108108
# See: https://support.google.com/webmasters/answer/139066
109109
# Remember to set up your URL in Hexo `_config.yml` (e.g. url: http://yourdomain.com)
110110
canonical: true
111111

112112
# Change headers hierarchy on site-subtitle (will be main site description) and on all post / page titles for better SEO-optimization.
113-
seo: false
113+
seo: true
114114

115115
# If true, will add site-subtitle to index page.
116116
# Remember to set up your site-subtitle in Hexo `_config.yml` (e.g. subtitle: Subtitle)
117-
index_with_subtitle: false
117+
index_with_subtitle: true
118118

119119
# Automatically add external URL with Base64 encrypt & decrypt.
120120
exturl: false

0 commit comments

Comments
 (0)