洞悉互聯網前沿資訊,探尋網站營銷規律
作者:狐靈科技 | 2020-02-08 14:10 |點擊:
1.首先您的織夢網站需要有生成sitemap的功能!織夢地圖生成插件推薦:《織夢生成網站地圖sitemap插件_最好用織夢網站地圖》,這個插件的sitemap模板是/templets/plus/sitemap.xml這個文件,此教程是必須安裝這個插件《織夢dede實現多城市分站靜態生成版(有演示支持手機端)》
2.修改您的織夢sitemap的模板,在底部加上這樣的調用:
{dede:fenzhan}
<url>
<loc>{dede:field name='typeurl'/}</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
{dede:city}
<url>
<loc>[field:arcurl/]</loc>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
{/dede:city}
{/dede:fenzhan}
添加后的截圖:
3.更新織夢sitemap即可!