phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
mx Google Sitemaps V 1.0.1 error sitemap format

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
::  
Author Message
Nazcar



Joined: 14 Dec 2006
Posts: 12

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Fri Dec 15, 2006 11:08 pm    Post subject: mx Google Sitemaps V 1.0.1 error sitemap format

I install this mod in phpbb2 plus 1.52 full moded for me,installation havent problem,you can see Here but when i put sitemap to google,its say error bad format.whats wrong?
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15125

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Fri Dec 15, 2006 11:26 pm    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

Nothing it seems :

Code:
Schema validating with XSV 2.10-1 of 2005/04/22 13:10:49

    * Target: http://www.canal-onanismo.org/sitemaps.xml
         (Real name: http://www.canal-onanismo.org/sitemaps.xml
          Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a)
    * docElt: {http://www.google.com/schemas/sitemap/0.84}sitemapindex
    * Validation was strict, starting with type [Anonymous]
    * schemaLocs: http://www.google.com/schemas/sitemap/0.84 -> http://www.google.com/schemas/sitemap/0.84/siteindex.xsd
    * The schema(s) used for schema-validation had
        no errors
    * No schema-validity problems were found in the target
       

Schema resources involved

Attempt to load a schema document from
http://www.google.com/schemas/sitemap/0.84/siteindex.xsd
 (source: schemaLoc) for
   http://www.google.com/schemas/sitemap/0.84,
    succeeded


and :
Code:

Schema validating with XSV 2.10-1 of 2005/04/22 13:10:49

    * Target: http://www.canal-onanismo.org/forum-sitemap-7.xml
         (Real name: http://www.canal-onanismo.org/forum-sitemap-7.xml
          Server: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.4.2 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a)
    * docElt: {http://www.google.com/schemas/sitemap/0.84}urlset
    * Validation was strict, starting with type [Anonymous]
    * schemaLocs: http://www.google.com/schemas/sitemap/0.84 -> http://www.google.com/schemas/sitemap/0.84/sitemap.xsd
    * The schema(s) used for schema-validation had
        no errors
    * No schema-validity problems were found in the target
       

Schema resources involved

Attempt to load a schema document from
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd
 (source: schemaLoc) for
   http://www.google.com/schemas/sitemap/0.84,
    succeeded


http://www.smart-it-consulting.com/internet/google/submit-validate-sitemap/index.htm

I suggest you delete and resubmit -http://www.canal-onanismo.org/sitemaps.xml and see what happens. Could just be Google to mistake for some reasons.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Nazcar



Joined: 14 Dec 2006
Posts: 12

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Fri Dec 15, 2006 11:42 pm    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

I have put sitemap 3 times from Wednesday and with identical results.sitemaps.xml is rewrite rule of sitemap.php from mod.I only change from the code of mode

Code:

   // YOU HAVE TO SET THE CORRECT PATH FOR PHPBB IF YOU WANT
   // TO USE THIS  SITEMAP SYSTEM OUTSIDE OF THE PHPBB FOLDER
   // AND TO LOOK AT LINE 72 too ;-)
   $mx_root_path = $module_root_path2 = $module_root_path = $phpbb_root_path = './'; <--- This line
   include($phpbb_root_path . 'extension.inc');
   include($phpbb_root_path . 'common.'.$phpEx);
   // Start session management
   $userdata = session_pagestart($user_ip, PAGE_INDEX);
   init_userprefs($userdata);
   // End session management
}

// Good old heavy method. Do this here to allow for sitemap installation at the server root level
$script_name = preg_replace('/^\/?(.*?)\/?$/', '\1', trim($board_config['script_path']));
$server_name = trim($board_config['server_name']);
$server_protocol = 'http://'; // No https here, since it's ment for google Bots
$server_port = ($board_config['server_port'] <> 80) ? ':' . trim($board_config['server_port']) . '/' : '/';
$root_url = $server_protocol . $server_name . $server_port;
$server_url = $root_url . $script_name;
if(substr($server_url, -1, 1) != "/")
{
   $server_url .= "/";
}

// Comment this line if you put your sitemap in the root folder
// and phpbb installed in a subfolder.
//$root_url = ($phpbb) ? $server_url : $root_url; <---- This line
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15125

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Fri Dec 15, 2006 11:53 pm    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

I am not sure to understand what you are talking about, but, you could try to output less links, as your server is a bit slow, maybe there are some server errors when Google crawls it all.

because all URLs are working and valid, so ...

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Nazcar



Joined: 14 Dec 2006
Posts: 12

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Fri Dec 15, 2006 11:58 pm    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

dcz wrote:
I am not sure to understand what you are talking about, but, you could try to output less links, as your server is a bit slow, maybe there are some server errors when Google crawls it all.

because all URLs are working and valid, so ...

++


I ve another sitemap in the same server and for google taht sitemap have 36409 url listed.I said the sitemaps.xml is a alias to sitemap.php of this mod.The rule rewrite it is:

Code:

# phpBB
RewriteRule ^sitemap.xml$ /sitemap.php [L]
RewriteRule ^forum-sitemap-([0-9]+).xml$ /sitemap.php?fid=$1 [L]
RewriteRule ^sitemap-forum.xml$ /sitemap.php?forum [L]
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15125

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Sat Dec 16, 2006 12:00 am    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

Well, these are my mod's rewriterules.

I know sitemaps.xml is an URL rewritten version of sitemap.php.

About your other sitemaps (if there is one) is it working ?

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Nazcar



Joined: 14 Dec 2006
Posts: 12

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Sat Dec 16, 2006 12:28 am    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

sure working perfetly with more of 3000 url in it -www.canal-onanismo.org/googletest.php u can see but is too strong and browsers crash it but for google is ok
Back to top
dcz
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 28 Apr 2006
Posts: 15125

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Sat Dec 16, 2006 12:36 am    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

even crashed the browser with it.

Anyway, please try first setting a limit to 1000 url max to see how it goes and then go up more by steps. And do not go over 5000 urls per forum, the next one will have cache and will handle bigger sitemaps.

++

_________________
Useful links :
SEO Forum || SEO Directory || SEO phpBB || SEO phpBB3 || Search
____________________

Liens Utiles :
Forum référencement || Annuaire référencement || Référencement phpBB || Référencement phpBB3 || Recherche
Back to top
Visit poster's website
Nazcar



Joined: 14 Dec 2006
Posts: 12

mx Google Sitemaps V 1.0.1 error sitemap formatPosted: Sat Dec 16, 2006 1:01 am    Post subject: Re: mx Google Sitemaps V 1.0.1 error sitemap format

Limit of url put to 500.I waiting for the new version of this mod Very Happy


Same error google doesnt like mi sitemap
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB SEO TooLKit  » phpBB SEO MODS
Page 1 of 1

Navigation Similar Topics

Jump to: