forget it above
i hope with additional /vbseo_sitemap/data URL
my sitemap can index fast too
thanks
forget it above
i hope with additional /vbseo_sitemap/data URL
my sitemap can index fast too
thanks
thread not translate in sitemap<loc>nusantaraku.org/forum/en/sukan-%40-olah-raga-lain/113092-khalmizam-tekad-kembali-cari-sentuhan.html</loc>
<priority>0.5404</priority>
<lastmod>2010-03-29T03:23:59+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
−
<url>
−
<loc>nusantaraku.org/forum/sukan-%40-olah-raga-lain/113092-khalmizam-tekad-kembali-cari-sentuhan.html</loc>
<priority>0.5404</priority>
<lastmod>2010-03-29T03:23:59+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
should be like this
could it?nusantaraku.org/forum/sukan-%40-olah-raga-lain/113092-khalmizam-determination-re-search-touch.html?language=en
Last edited by vBET; 29-03-10 at 14:46. Reason: corrected bbcode
First of all please make a choice which type of links you want to use - SEO or language=. You integrated it like for SEO links and asking for langauge= type. If you use language parameter in your links then please CHANGE YOUR INTEGRATION - you made it wrong. Description clearly gives hints for booth types of links.
About URL translation - as we already rote - for performance reason we do not translate URLs in sitemap right now and probably will not in the future.
Last edited by vBET; 31-03-10 at 14:38. Reason: typo
performance is important
and seo more important
thanks
I have the same issue, if I enable the last rule then my sitemap get redirected to mainpage.
To be exact - I had to comment out this:
to make sitemap work (and not be redirected to mainpage). But after I looked in vbenterprisetranslator_seo.php content it seams that it only redirects to correct (f.e. /en/) links.#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
#RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
Last edited by meto; 03-04-10 at 22:04.
Integration code was optimized again. Please see first post for new code.
hello,
i have disabled translation for some forums which are for our local guys who use english only, but i think sitemap is created for other languages too how do i disable other language creation for specific forums ?
Please try this (not tested):
Put vBET additional integration code inside of if block:
Of course put your ignored forum ids therePHP Code:
$ignoredForums = array('FORUM_ID', 'FORUM_ID');
if (!in_array($threadrow['forumid'] , $ignoredForums)) {
HERE vBET ADDITIONAL INTEGRATION CODE
}
Please let us know did it help.