欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

帝國cms網(wǎng)站地圖sitemap.xml的制作方法

  發(fā)布時(shí)間:2020-02-04 17:24:15   作者:佚名   我要評論
這篇文章主要介紹了帝國cms網(wǎng)站地圖sitemap.xml的制作方法,需要的朋友可以參考下

站長們應(yīng)該都知道網(wǎng)站地圖對于一個(gè)站點(diǎn)的重要性,網(wǎng)站設(shè)置百度sitemap.xml,能夠幫助我們網(wǎng)站收錄,讓搜索引擎更加的了解你的網(wǎng)站(同時(shí)要注意對文件里權(quán)重的設(shè)置),下面就講下在帝國cms里面怎么設(shè)置網(wǎng)站地圖sitemap.xml。

首頁打開帝國后臺,欄目—自定義頁面-增加自定義頁面

選擇:直接頁面式 設(shè)置頁面名稱為sitemap.xml ,修改文件名為:../../sitemap.xml (根目錄) 頁面內(nèi)容填寫下面代碼:

<?='<?xml version="1.0" encoding="UTF-8"?>'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>[!--news.url--]</loc>
<lastmod> <?php echo date("Y-m-d"); ?></lastmod>
<changefreq>daily</changefreq>
<priority>1.000</priority>
</url>
[e:loop={"select * from [!db.pre!]enewsclass order by myorder",0,24,0}]
<?
if($bqr['classurl']=='')
{
$sccurl=$public_r['newsurl'].$bqr['classpath']."/";
}
else
{
$sccurl=$bqr['classurl']."/";
}
?>
<url>
<loc><?=$sccurl?></loc>
<changefreq>daily</changefreq>
<priority>0.8000</priority>
</url>
[/e:loop]
[e:loop={"select * from [!db.pre!]enewszt order by ztid",0,24,0}]
<?
if($bqr['zturl']=='')
{
$sccurl=$public_r['newsurl'].$bqr['ztpath']."/";
}
else
{
$sccurl=$bqr['zturl']."/";
}
?>
<url>
<loc><?=$sccurl?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.6000</priority>
</url>
[/e:loop]
[e:loop={"select * from [!db.pre!]ecms_news order by newstime desc",0,24,0}]
<url>
<loc><?=$bqsr[titleurl]?></loc>
<lastmod><?=date('Y-m-d',$bqr[newstime])?></lastmod>
<changefreq>monthly</changefreq>
<priority>0.5000</priority>
</url>
[/e:loop]
</urlset>

設(shè)置好后保存:刷新自定義頁面

好了,帝國cms仿站之網(wǎng)站地圖制作完成。

相關(guān)文章

最新評論