Google SEO的站点地图文件名称应该是什么?

时间:2015-06-10 05:49:15

标签: seo sitemap google-search

我为我的网站创建了一个包含以下代码的站点地图:

<?xml version="1.0" encoding="UTF-8"?>
<urlset
      xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
      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/0.9/sitemap.xsd">

<url>
  <loc>http://www.example.com/</loc>
</url>
<url>
  <loc>http://www.example.com/aboutus.html</loc>
</url>
<url>
  <loc>http://www.example.com/contactus.html</loc>
</url>
<url>
  <loc>http://www.example.com/careers.html</loc>
</url>
<url>
  <loc>http://www.example.com/terms.html</loc>
</url>
</urlset>

我怀疑是什么应该是包含此代码的文件的名称,以便Google可以找到我的站点地图文件?

2 个答案:

答案 0 :(得分:3)

no fixed name/location defined

您可以通过

告诉搜索引擎您的站点地图所在的位置

当然最简单的方法是在robots.txt中加入网址,因为您只需要这样做一次,而不是单独联系每个搜索引擎。请注意,不仅搜索引擎对您的站点地图感兴趣,因此将其包含在您的robots.txt中也允许其他消费者也可以找到它。

只需在robots.txt中将包含the full URL的此行添加到您的站点地图:

Sitemap: http://www.example.com/your-sitemap-file.xml

答案 1 :(得分:2)

基本上站点地图文件名是XML,然后是/sitemap.xml

但如果您使用任何其他名称,则不会出现任何问题,但我们必须将其添加到网站站长。