View RSS Feed

All Blog Entries

  1. ¿Cómo desinstalar vBSEO paso a paso?

    by , 09-26-2010 at 08:02 PM (Andrés Durán - Crawlability Inc.)
    Hola a todos.

    Algunos usuarios desisten de utilizar vBSEO, y lo desinstalan de su foro. He aquí una breve guía sobre cómo desinstalar el producto.


    ¿Cómo desinstalar vBSEO?

    Si por algún motivo necesitas desinstalar vBSEO, puedes seguir las siguientes instrucciones:

    Para versiones 3.3.x de vBSEO, o anteriores:

    Inicia sesión en el Panel de Control de vBSEO:

    Code:
    http://www.dominio.com/foros/vbseocp.php
    ...
    Categories
    Staff Blogs
  2. Adding social bookmarks to Vbulletin Blog VB3.8

    by , 08-25-2010 at 02:29 PM
    This is an adaptaion of this code found for VB4 for adding social bookmarks to VB blog on VB3.8 forums

    http://www.vbulletin.org/forum/showp...0&postcount=16

    Go to blog_show_entry

    Find
    PHP Code:
    <if condition="$bookmarksites">
       <
    div style="float:$stylevar[right]">$bookmarksites</div>
      </if> 
    Direcly above add
    PHP Code:
    <!-- / social media button --> 
    <
    br /> 
    ...
    Categories
    Uncategorized
  3. Adding social bookmarks to VB3.8 including facebook like

    by , 08-25-2010 at 01:02 PM
    Original code taken from a VB4 hack found on the following
    http://www.vbulletin.org/forum/showt...manager&page=5

    This will add a new button below the post reply button for your members to submit threads to any social networking site like facebook, Twitter, digg...any of them!

    Find in SHOWTHREAD
    PHP Code:
    <!-- / controls above postbits --> 
    Add below
    PHP Code:
    <!-- / social media button -->
    <
    br 
    ...
    Tags: social
    Categories
    Uncategorized
  4. robots.txt

    by , 07-25-2010 at 04:32 PM
    Quote Originally Posted by KURTZ View Post
    thanks Brian just tested this:

    Code:
    # Allow Archive.org to save snapshots of everything
    User-agent: ia_archiver
    Allow: /
    
    # Tame yahoo... it tends to eat a ton of resources without a delay
    User-agent: Slurp
    Crawl-delay: 60
    
    
    #list individual pages and files here that all bots should ignore, as well as group extentions.
    #If you re-write everything to .html, you can disallow *.php, but note that if you don't have a CRR
    ...
    Categories
    SEO Tips
  5. TEST - Does "Promote To Article" creates an Article with canonical URL???

    by , 07-23-2010 at 07:42 AM
    Quote Originally Posted by anupam_luv View Post
    But the same should be true in case of blog publishing? In fact the structure of blog pages also look different. "Blog this post" button under each post creates a copy of that post BUT in this case it DO add a canonical link on the blog page. Why not in articles?
    Categories
    Uncategorized
Page 4 of 36 FirstFirst 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 ... LastLast