打印本文 打印本文 关闭窗口 关闭窗口
sitemap格式----google sitemap制作方法
作者:武汉SEO闵涛  文章来源:本站原创  点击数1013  更新时间:2010/7/6 8:34:27  文章录入:mintao  责任编辑:mintao
Google 定义的 sitemap格式如下:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/09/sitemap.xsd"   xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
     <loc>http://www.zhouhaihe.com/</loc>
     <lastmod>2007-11-15</lastmod>
     <changefreq>daily</changefreq>
     <priority>1.0</priority>
   </url>
</urlset>

就是说参照上面格式定义一个.xml文件即可。

loc:文件连接地址
lastmod:最后修改日期
changefreq:更新时间单位 "always"(始终), "hourly"(小时), "daily"(天), "weekly"(星期), "monthly"(月), "yearly" "never"(从不)

然后将这个sitemap.xml文件提交到GoogleSitemap,提交的时候需要在Google上创建一个帐户,同时还需要确定网站与这个帐户之间的从属关系。
打印本文 打印本文 关闭窗口 关闭窗口