Thanks for that Mert, will do that now.
This is a discussion on VBSEO Sitemap Generator 2.6 Bug Reports within the Bug Reporting forums, part of the vBSEO Google/Yahoo Sitemap category; Thanks for that Mert, will do that now....
Thanks for that Mert, will do that now.
Would it be a good idea to disable the generator while it is still adding the /a/ to the urls? Will this cause issues? Or is there a fix for this that I missed?
Thanks for all the hard work guys!
CommanderTalk.com --> www.commandertalk.com
Yeah would like to know if best to delete it and stop it creating new sitemaps for the time being.
Ace Shattock / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
My Personal Sites: New Zealand Forum | vBulletin Modifications and Styles | New Zealand Food | New Zealand Android OS Talk | vBulletin Hosting
Please check VBSEO Sitemap Generator 2.6 Bug Reports
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Couple more bug fixes . These edits will fix forumname defined as a problem + deleting sitemap reports log. After fixing blog urls bug we'll release a beta version of sitemap generator also.
Inside vbseo_sitemap/vbseo_getsitemap.php file
Find
Replace withCode:error_reporting(E_ALL&~E_NOTICE);
Code:error_reporting(E_ALL&~E_NOTICE & ~8192);
Find
Replace withCode:set_magic_quotes_runtime(0);
Inside vbseo_sitemap/vbseo_sitemap_functions.php fileCode:if(function_exists('ini_set')) ini_set('magic_quotes_runtime', 0);
Find
Replace withCode:if(@include_once(DIR . '/includes/functions_vbseo.php'))
Code:if((@include_once(DIR . '/vbseo/includes/functions_vbseo.php')) || (@include_once(DIR . '/includes/functions_vbseo.php')) )
Find
Replace withCode:global $db, $vboptions;
Code:global $db, $vboptions, $vbseo_progress;
Find
Replace withCode:global $vbseo_vars, $vboptions, $vbseo_stat;
FindCode:global $vbseo_vars, $vboptions, $vbseo_stat, $vbseo_sm_dupcheck; $urlhash = md5($url); if($vbseo_sm_dupcheck[$urlhash]++>0)return false;
Replace withCode:unlink(VBSEO_DAT_PROGRESS);
FindCode:@unlink(VBSEO_DAT_PROGRESS);
Add afterCode:{ $vbseo_progress['step2'] = $vbseo_progress['step3'] = 0; $vbseo_progress['step'] = $step;
Code:vbseo_save_progress();
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I'm getting this same issue, but the links do not resolve. Also getting Red X in sitemaps @ google webmaster tools.
vB4.0 pl1
VBSEO 3.5 rc1 pl1
Sitemaps 2.6
Sitemap Index Submitted:
http://www.dodgeboard.com/forums/sitemap_index.xml.gz
Sitemap within Index:
http://www.dodgeboard.com/forums/sitemap_1.xml.gz
Sample output:
From Google:<loc>http://www.dodgeboard.com/forums/a/index5.html</loc>
<priority>0.8117</priority>
<lastmod>2009-12-27T18:51:05+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
−
<url>
<loc>http://www.dodgeboard.com/forums/a/index6.html</loc>
<priority>0.8093</priority>
<lastmod>2009-12-27T18:51:05+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
−
<url>
<loc>http://www.dodgeboard.com/forums/a/index7.html</loc>
<priority>0.807</priority>
<lastmod>2009-12-27T18:51:05+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
−
<url>
<loc>http://www.dodgeboard.com/forums/a/index8.html</loc>
<priority>0.8046</priority>
<lastmod>2009-12-27T18:51:05+00:00</lastmod>
<changefreq>daily</changefreq>
</url>
Show sitemap: forums/sitemap_1.xml.gzError: The last attempt at downloading the Sitemap failed. The details below are representative of the last successful download
I can open the link in a browser, why can't Google?General HTTP error: 404 not found
We encountered an error while trying to access your Sitemap. Please ensure your Sitemap follows our guidelines and can be accessed at the location you provided and then resubmit.
Brian, if you would like to use my board for testing, let me know. I will supply you with ftp/admincp access.
Mmm done all the all the latest edits now my sitemap is blank
http://www.burnleyweb.com/forum/sitemap_index.xml.gz
Is now what Google tells me, was actually working again before the changes.9
Missing XML tag
This required tag is missing. Please add it and resubmit.
Parent tag: sitemapindex
Tag: sitemap
Problem detected on: Dec 29, 2009
Hello Neal ,
It looks like you still didn't apply all bug fixes as your forum urls are still listed as a in your sitemaps. If you applied all file edits please make sure you dleete all your sitemap files and regenerate them.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
I went back to the default beta sitemap as the edits just gave me blank pages so that's probably why the "a" are appearing again.
I have this error when I applied the modification:
Warning: fwrite() expects parameter 1 to be resource, integer given in /home/xxx/public_html/xxx/vbseo_sitemap/vbseo_sitemap_functions.php on line 976
Ive applied all edits, could someone tell me if this looks correct please
My sitemap
Your sitemap looks fine. just make sure there's no errors in google webmaster tools.
Brian Cummiskey / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!