I have a problem only with forum announces sitemaps
-www.example.com/forum/forum-announces.xml.gz
GYM_TOO_FEW_ITEMS
The server did not find any page corresponding to the URL you have used.
Other sitemaps are good.
Can you help me?
Moderator: Moderators
GYM_TOO_FEW_ITEMS
The server did not find any page corresponding to the URL you have used.

Yes, is the first of links in sitemapindex.xml.gz...dcz wrote:Does the link shows up in the sitemapindex ?

Yes the problem start after update from 3.0.3 to 3.0.4 and to 2.0.RC3 of gym.SeO wrote:Are you using the last version (currently 2.0.RC3) ?
if ( $this->output_data['url_sofar'] < $this->google_config['google_threshold'] ) { if ( empty($this->output_data['url_sofar']) ) {
All the URLs in your Sitemap have the same priority.
All the URLs in your Sitemap are set to the same priority (not the default priority). Priority indicates the importance of a particular URL relative to other URLs on your site, and doesn't impact your site's performance in search results. If all URLs have the same priority, Google can't tell which are more important.
All the URLs in your Sitemap are marked as having dynamic content.
All the URLs in your Sitemap are marked as having dynamic content (the value of is "always"). Because dynamic content is difficult for search engines to crawl and index, this may impact your site's performance in search results. Check your Sitemap to make sure your site information is correct.
<?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/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<!-- Generated by Google Yahoo MSN Sitemaps and RSS 2.0.RC1 - © 2006, 2007, 2008 www.phpBB-SEO.com -->
<url>
<loc>http://www.example.com/forum/</loc>
<lastmod>2008-12-28T19:38:49+00:00</lastmod>
<changefreq>always</changefreq>
<priority>1.0</priority>
</url>
</urlset>
<!-- URL list generated in 0.01131 s ( Mem Usage : 152.19 Kb ) - 5 sql - 1 URLs listed -->
SeO wrote:All right, in gym_sitemaps/includes/gym_google.php, replace :
- Code: Select all
if ( $this->output_data['url_sofar'] < $this->google_config['google_threshold'] ) {
with :
- Code: Select all
if ( empty($this->output_data['url_sofar']) ) {
Should be enough

evert wrote:SeO wrote:All right, in gym_sitemaps/includes/gym_google.php, replace :
- Code: Select all
if ( $this->output_data['url_sofar'] < $this->google_config['google_threshold'] ) {
with :
- Code: Select all
if ( empty($this->output_data['url_sofar']) ) {
Should be enough
Thanks![]()
That fixed it for me: http://forums.meulie.net/forum-announces.xml
claudioweb wrote:evert wrote:SeO wrote:All right, in gym_sitemaps/includes/gym_google.php, replace :
- Code: Select all
if ( $this->output_data['url_sofar'] < $this->google_config['google_threshold'] ) {
with :
- Code: Select all
if ( empty($this->output_data['url_sofar']) ) {
Should be enough
Thanks![]()
That fixed it for me: http://forums.meulie.net/forum-announces.xml
The maps don't contain the forum annunces list, but only index.


Users browsing this forum: Google Adsense [Bot] and 18 guests