楼主的方法真的很好用,顶, 不过我觉得少点东西,不知道加这些东西会不会让谷歌更好的收入,一下就是我改的代码,试验已经被收入了 只不过有几处警告: 384 日期无效 发现无效日期。请修正日期或格式,然后重新提交
不知道为什么,哎.
<?='<?xml version="1.0" encoding="UTF-8"?>'?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc><?=$public_r[newsurl]?></loc> <priority>1.000</priority> </url> [e:loop={"select * from [!db.pre!]enewsclass where checked=1 order by classid",0,24,0}] <url> <loc><?=$public_r[newsurl]?><?=$bqr[classpath]?>/</loc> <priority>0.80</priority> <changefreq>daily</changefreq> </url> [/e:loop] [e:loop={"select * from [!db.pre!]enewszt order by ztid",0,24,0}] <url> <loc><?=$public_r[newsurl]?><?=$bqr[ztpath]?>/</loc> <priority>0.80</priority> <lastmod><?=format_datetime($bqr[newstime],'Y-m-d H:i:s')?></lastmod> <changefreq>daily</changefreq> </url> [/e:loop] [e:loop={"select * from [!db.pre!]ecms_news where checked=1 order by newstime",0,24,0}] <url> <loc><?=$bqsr[titleurl]?></loc> <priority>0.80</priority> <lastmod><?=format_datetime($bqr[newstime],'Y-m-d H:i:s')?></lastmod> <changefreq>daily</changefreq> </url> [/e:loop] </urlset>
|