Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Page 3 of 8 FirstFirst 12345 ... LastLast
Results 21 to 30 of 73

Thread: Sitemap Generator integration

  1. #21
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    forget it above

    i hope with additional /vbseo_sitemap/data URL
    my sitemap can index fast too

    thanks

  2. #22
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by badawidollah View Post
    working now to create sitemap

    all here

    http://www.nusantaraku.org/forum/vbs...p_index.xml.gz
    but vbseo team said its to long
    and can download here

    Forum NusantaraKu Malaysia - Indonesia

    but cant now after installing vbet
    what to do?
    You have broken .htaccess rules. Make sure that your sitemap rule is before vBET rules.

  3. #23
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    <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>
    thread not translate in sitemap

    should be like this

    nusantaraku.org/forum/sukan-%40-olah-raga-lain/113092-khalmizam-determination-re-search-touch.html?language=en
    could it?
    Last edited by vBET; 29-03-10 at 14:46. Reason: corrected bbcode

  4. #24
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by badawidollah View Post
    thread not translate in sitemap

    should be like this



    could it?
    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

  5. #25
    Senior Member
    Join Date
    Mar 2010
    Posts
    116

    Default

    performance is important
    and seo more important

    thanks

  6. #26
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default

    Quote Originally Posted by vBET View Post
    You have broken .htaccess rules. Make sure that your sitemap rule is before vBET rules.
    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:
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    #RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    #RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    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.
    Last edited by meto; 03-04-10 at 22:04.

  7. #27
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by meto View Post
    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.
    Please just move sitemap rule BEFORE vBET rules. By disabling vBET rules you risk inappropriate working, even if not right now then maybe in future releases. vBET was tested for configuration with .htaccess rules which we gave.

  8. #28
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default ANOTHER OPTIMIZATION

    Integration code was optimized again. Please see first post for new code.

  9. #29

    Default

    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 ?

  10. #30
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Quote Originally Posted by bhanuprasad1981 View Post
    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:
    PHP Code:
    $ignoredForums = array('FORUM_ID''FORUM_ID');
    if (!
    in_array($threadrow['forumid'] , $ignoredForums)) {
       
    HERE vBET ADDITIONAL INTEGRATION CODE

    Of course put your ignored forum ids there

    Please let us know did it help.

Page 3 of 8 FirstFirst 12345 ... LastLast

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •