🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# seo优化 全站seo: ``` {$site_seo_title} <!--SEO标题--> {$site_seo_keywords} <!--SEO关键字--> {$site_seo_description} <!--SEO描述--> ``` 文章列表: ``` {$seo_title} <!--SEO标题--> {$seo_keywords} <!--SEO关键字--> {$seo_description} <!--SEO描述--> ``` 文章页: ``` {$post_title} <!-- 文章标题--> {$post_keywords} <!--关键字--> {$post_excerpt} <!-- 文章摘要--> ``` 页面: ``` {$post_title} <!-- 文章标题--> {$post_keywords} <!--关键字--> {$post_excerpt} <!-- 文章摘要--> ```