diff --git a/src/main/resources/templates/common/macro/common_macro.ftl b/src/main/resources/templates/common/macro/common_macro.ftl
index 6ae6575d8..5f2650dba 100644
--- a/src/main/resources/templates/common/macro/common_macro.ftl
+++ b/src/main/resources/templates/common/macro/common_macro.ftl
@@ -19,16 +19,16 @@
<#-- 站点验证代码 -->
<#macro verification>
- <#if options.blog_verification_google??>
+ <#if options.seo_verification_google??>
#if>
- <#if options.blog_verification_bing??>
+ <#if options.seo_verification_bing??>
#if>
- <#if options.blog_verification_baidu??>
+ <#if options.seo_verification_baidu??>
#if>
- <#if options.blog_verification_qihu??>
+ <#if options.seo_verification_qihu??>
#if>
#macro>