二、选择直接页面
三、文件名修改为 ../../sitemap.xml
四、内容添加如下
<?='<?xml version="1.0" encoding="UTF-8"?>'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>[!--news.url--]</loc>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>[!--news.url--]huwai</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]jiaocheng</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]article</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>[!--news.url--]news</loc>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
[e:loop={1,30000,3,1,'','newstime DESC'}]
<url>
<loc>https://www.iduyao.cn<?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={2,30000,3,1,'','newstime DESC'}]
<url>
<loc>https://www.iduyao.cn<?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={3,30000,3,1,'','newstime DESC'}]
<url>
<loc>https://www.iduyao.cn<?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
[e:loop={4,30000,3,1,'','newstime DESC'}]
<url>
<loc>https://www.iduyao.cn<?=$bqsr['titleurl']?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
</url>
[/e:loop]
</urlset>