免费人成网站视频在线观看国内,久视频精品线在线观看,人妻激情偷乱频一区二区三区,国产 字幕 制服 中文 在线

sitemap.xml文件制作格式、要點(diǎn)_SEO相關(guān)問(wèn)題_奇迪科技(深圳)有限公司(m.cheanjie.com)

歡迎來(lái)到奇迪科技(深圳)有限公司,超值服務(wù)提供卓越產(chǎn)品!

SEO相關(guān)問(wèn)題

sitemap.xml文件制作格式、要點(diǎn)

作者:admin 來(lái)源: 更新時(shí)間:2022-08-30
<!--sitemap的編碼,須要定義為utf8-->
<?xml version="1.0" encoding="UTF-8"?>
<!--引用外部樣式文件,*.xsl  同HTML頁(yè)面中引用CSS文件一樣 -->
<?xml-stylesheet type="text/xsl" href="sitemap.xsl"?>
<!-- 表名sitemap的版本 -->
<urlset>
<!-- sitemap的主體部分開(kāi)始 -->

<!--每個(gè)URL都按照以下格式設置-->
<url>
<!--鏈接、網(wǎng)址(絕對路徑),每個(gè)鏈接都必須包含在<url> </url>之內-->
<loc>http://m.cheanjie.com/</loc>
<!--注明權重:0.1~1.0之間取值 -->
<priority>1.0</priority>
<!--注明最后更新的時(shí)間 -->
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
<!-- 標明更新的頻率 有效值為:always、hourly、daily、weekly、monthly、yearly、never -->
<changefreq>Always</changefreq>
</url>
<!--每個(gè)URL都按照以上格式設置-->
<url>
<loc>http://m.cheanjie.com/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數量不能多余五萬(wàn)條,且文件大小小于10M為好。如果有更多的URL鏈接,則需創(chuàng  )建多個(gè)sitemap.xml文件,并且制作sitemap索引文件,提交索引文件即可,索引文件格式如下:-->
<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex>
<sitemap>
<loc>http://m.cheanjie.com/sitemap_tools.xml</loc>
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
</sitemap>
<sitemap>
<loc>http://m.cheanjie.com/sitemap_temp.xml</loc>
<lastmod>2014-04-04T10:29:23+00:00</lastmod>
</sitemap>
</sitemapindex>

本文版權所有,轉載須注明:來(lái)源  http://m.cheanjie.com/qvdv-seo-317.html