Skip to content

sitemap.json

sitemap.json 是小程序索引配置文件,用于配置小程序及其页面是否允许被微信索引,提交小程序在搜索引擎中被搜索到的概率。

json
{
  "desc": "关于本文件的更多信息,请参考文档 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html",
  "rules": [
    {
      "action": "allow",
      "page": "*"
    }
  ]
}

基于 MIT 许可发布