第一步:在dedecms后台频道管理-自由列表管理中,新增一个页面。页面名称随便选sitemap,生成文件名googlemap_1.xml,选择含模板标记,需要编译。
第二步:在文件内容内我们插入本页下面的代码
代码:
<?xml version=”1.0″ encoding=”UTF-8″?>
<urlset xmlns=”http://www.google.com/schemas/sitemap/0.84″>
<url>
<loc>http://www.169e.com</loc>
<lastmod>2010-09-15</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
{dede:arclist row=”10000″ col=1 titlelen=”500″ orderby=”pubdate”}
<url>
<loc>http://www.169e.com[field:arcurl /]</loc>
<lastmod>2010-09-15</lastmod>
<changefreq>weekly</changefreq>
<priority>0.5</priority>
</url>
{/dede:arclist}
</urlset>
注意:拷贝代码后把我的域名改成你的,这点不要忘记哦。
第三步:然后我们点确定,回到频道管理的单独页面管理页
第四步:然后我们点击刚建立的单页更新后出现
成功更新一个页面!
如果你的浏览器没反应,请点击这里…
这时候我们就点这里啦,返回到生成的.xml页面。然后就向google提交刚才生成的sitemap