是否应该在sitemap.xml中为动态新闻网站编写所有内容?

时间:2014-12-10 14:51:14

标签: xml web seo sitemap

我有一个新闻网站,数据库中有近20万条新闻。我将它们拆分为子xml文件,每个文件包含1000个链接。

我的sitemapxml看起来像:

<sitemap>
<loc>http://example.com/sitemap_categories.xml</loc>
<lastmod>2014-11-10T16:01:08+02:00</lastmod>
</sitemap>

<sitemap>
<loc>http://example.com/sitemap_news_200.xml</loc>
<lastmod>2014-12-10T16:01:08+02:00</lastmod>
</sitemap>

<sitemap>
<loc>http://example.com/sitemap_news_199.xml</loc>
<lastmod>2014-12-10T16:01:08+02:00</lastmod>
</sitemap>

<sitemap>
<loc>http://example.com/sitemap_news_198.xml</loc>
<lastmod>2014-12-10T16:01:08+02:00</lastmod>
</sitemap>

...

直到sitemap_news_0。

这是一种正确的方法吗?我应该像上面所写的那样把所有内容都放到sitemap.xml中,还是只索引今天或几个月的新闻?

2 个答案:

答案 0 :(得分:0)


最简单的解决方案是在此处实现这样的正确XML站点地图创建者:

https://www.xml-sitemaps.com/standalone-google-sitemap-generator.html

答案 1 :(得分:0)

这取决于您的目标和内容类型。通常,新闻内容对于特定时间段是重要的,而绿色内容可能长时间流行。但是,提供流行的过时新闻存档可能会增加您网页的流量。这样,它完全取决于你的目标。

总而言之,站点地图应该为所有页面提供索引,除了那些您不希望被SE索引的页面。