sitemap问题 悬赏3元 已结束
这个格式没有错吧?还有一个问题就是想问,比如我的网站的栏目页例如:关于我们,都不想要给权重的,是不是不用写进来?
提交自适应网页的sitemap协议写法:
<?xml version="1.0"encoding="UTF-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:mobile="http://www.baidu.com/schemas/sitemap-mobile/1/">
<url>
<loc>网址</loc>
<mobile:mobiletype="pc,mobile"/>
<lastmod>2009-12-14</lastmod>
<changefreq>daily</changefreq>
<priority>1</priority>
</url>