小程序sitemap配置

這幾天在官網文檔中發現小程序也支持索引了連接,就是是在根目錄下新建sitemap.json 文件。html

{
  "rules": [
    {
      "action": "allow",
      "page": "*"
    }
  ]
}

表示全部頁面都會被微信索引,其餘頁面不會被索引。json

 

關於完整配置項說明,請參考文檔 https://developers.weixin.qq.com/miniprogram/dev/framework/sitemap.html小程序

相關文章
相關標籤/搜索