sitemap模板robots.txt
Posted lst-315
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sitemap模板robots.txt相关的知识,希望对你有一定的参考价值。
1.sitemap.xml脚本样式
<?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>页面URL</loc>
<mobile:mobile type="pc,mobile"/>
<lastmod>2009-12-14 11:23:24</lastmod>
</url>
<url>
<loc>页面URL</loc>
<mobile:mobile type="pc,mobile"/>
<lastmod>2009-12-14 12:00:00</lastmod>
</url>
....
</urlset>
2.要求
3.robots.txt
User-agent: *
Disallow:禁止访问的页面 可用通配符号
Sitemap: http://xxx/sitemap.xml
以上是关于sitemap模板robots.txt的主要内容,如果未能解决你的问题,请参考以下文章
xml 带图像的模板数据Feed / Sitemap(带自定义图片网址结构)[MPS]