太阳不下山 发表于 2021-7-19 09:20:12

帝国CMS网站sitemap制作方法

本文实例讲述了帝国CMS网站sitemap制作方法。分享给大家供大家参考。具体实现方法如下:
增加自定义页面,文件名及存放目录:../../sitemap/sitemap.xml

代码如下:<?='<?xml version="1.0" encoding="UTF-8"?>'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.jb51.net[!--news.url--]</loc>
<lastmod><?=date("Y-m-d");?></lastmod>
<changefreq>daily</changefreq>
<priority>1.000</priority>
</url>
enewsclass where bclassid=0 and showclass=0 and (classid<>52 and classid<>24) order by myorder',0,24,0}]
<?php
if(emptyempty($bqr))
{
$sccurl= $public_r.$bqr;
} else {
$sccurl= $bqr;
}
?>
<url>
<loc>https://www.jb51.net<?=$sccurl?>/</loc>
<priority>0.6000</priority>
</url>

'0',25,1,0 模板在后面
ecms_news order by newstime DESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr?></loc>
<lastmod><?=date('Y-m-d',$bqr)?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>

ecms_shop order by newstime DESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr?></loc>
<lastmod><?=date('Y-m-d',$bqr)?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>

ecms_movie order by newstime DESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr?></loc>
<lastmod><?=date('Y-m-d',$bqr)?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>

ecms_baojia order by newstime DESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr?></loc>
<lastmod><?=date('Y-m-d',$bqr)?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>

ecms_download order by newstime DESC",0,24,0}]
<url>
<loc>https://www.jb51.net<?=$bqsr?></loc>
<lastmod><?=date('Y-m-d',$bqr)?></lastmod>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>

</urlset>
循环栏目列表的标签模板:

代码如下:'0',25,1,0
[!--empirenews.listtemp--]
<!--list.var1-->
[!--empirenews.listtemp--]
<url>
<loc>https://www.jb51.net[!--classurl--]</loc>
<priority>0.6000</priority>
</url>
希望本文所述对大家的帝国CMS建站有所帮助。

文档来源:脚本之家https://www.jb51.net/cms/254119.html
页: [1]
查看完整版本: 帝国CMS网站sitemap制作方法