sitemap.xml文件制作格式、要点_SEO相关问题_奇迪科技(深圳)有限公司(www.qvdv.net)

欢迎来到奇迪科技(深圳)有限公司,超值服务提供卓越产品!

SEO相关问题

sitemap.xml文件制作格式、要点

作者:admin 来源: 更新时间:2022-08-30
<!--sitemap的编码,须要定义为utf8-->
<?xml version="1.0" encoding="UTF-8"?>
<!--引用外部样式文件,*.xsl  同HTML页面中引用CSS文件一样 -->
<?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<!-- 表名sitemap的版本 -->
<urlset>
<!-- sitemap的主体部分开始 -->

<!--每个URL都按照以下格式设置-->
<url>
<!--链接、网址(绝对路径),每个链接都必须包含在<url> </url>之内-->
<loc>https://www.qvdv.net/</loc>
<!--注明权重:0.1~1.0之间取值 -->
<priority>1.0</priority>
<!--注明最后更新的时间 -->
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
<!-- 标明更新的频率 有效值为:always、hourly、daily、weekly、monthly、yearly、never -->
<changefreq>Always</changefreq>
</url>
<!--每个URL都按照以上格式设置-->
<url>
<loc>https://www.qvdv.net/qvdvs-fqa.html</loc>
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
</urlset>
<!--sitemap.xml文件设置结束-->


<!--由于sitemap.xml文件中包含的URL数量不能多余五万条,且文件大小小于10M为好。如果有更多的URL链接,则需创建多个sitemap.xml文件,并且制作sitemap索引文件,提交索引文件即可,索引文件格式如下:-->
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex>
<sitemap>
<loc>https://www.qvdv.net/sitemap_tools.xml</loc>
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
</sitemap>
<sitemap>
<loc>https://www.qvdv.net/sitemap_temp.xml</loc>
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
</sitemap>
</sitemapindex>

本文版权所有,转载须注明:来源  https://www.qvdv.net/qvdv-seo-317.html