阅读850 返回首页    go 阿里云 go 技术社区[云栖]


网站XML格式的网站地图(sitemap)格式

给网站建立一个sitemap.xml的网站地图有助于搜索引擎对网站的抓取效率,对于很多新手站长来说不知道怎么建立一个xml格式的网站地图,本文就将给大家把sitemap地图的格式贴出来,大家只需要简单地套用即可。


sitemap网站地图格式:


<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>内容页面地址</loc>
<lastmod>发布时间</lastmod>
<changefreq>always</changefreq>
<priority>优先级</priority>
<data><display></display></data>
</url>
</urlset>


sitemap网站地图套用演示:



<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.sitemaps.org/schemas/sitemap/0.9 https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="https://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://www.chuanyizhidao.com/</loc>
<lastmod>2017-09-28</lastmod>
<changefreq>always</changefreq>
<priority>0.9</priority>
<data><display></display></data>
</url>
<url>
<loc>https://www.chuanyizhidao.com/nvshidadishan/3401.html</loc>
<lastmod>2017-09-28</lastmod>
<changefreq>always</changefreq>
<priority>0.6</priority>
<data><display></display></data>
</url>
<url>
<loc>https://www.chuanyizhidao.com/nvshiwaitao/3400.html</loc>
<lastmod>2017-09-28</lastmod>
<changefreq>always</changefreq>
<priority>0.6</priority>
<data><display></display></data>
</url>
<url>
<loc>https://www.chuanyizhidao.com/taozhuang/3399.html</loc>
<lastmod>2017-09-28</lastmod>
<changefreq>always</changefreq>
<priority>0.6</priority>
<data><display></display></data>
</url>
</urlset>


最后更新:2017-09-28 20:33:08

  上一篇:go  南京银行与阿里云、蚂蚁金服签订战略合作协议,共同打造互联网金融创新战舰
  下一篇:go  最全阿里云优惠--阿里云幸运券免费分享!--阿里云幸运券如何使用教程!