Authored by 周少峰

disable mip

Showing 1 changed file with 3 additions and 1 deletions
... ... @@ -17,7 +17,9 @@ seo.start();
// 手动执行 主动推送和生成xml
app.get('/sendUrls', seo.sendUrls);
app.get('/sitemap', seo.sitemap);
app.get('/guangMip', seo.guangMip);
// 提交逛mip链接
//app.get('/guangMip', seo.guangMip);
// 提供sitemap给搜索百度访问
app.use(express.static(config.sitemapPath));
... ...