Results 1 to 9 of 9

Hello from mahendraji owner of http://www.freerecipeforum.com

This is a discussion on Hello from mahendraji owner of http://www.freerecipeforum.com within the Introduce Yourself forums, part of the Focus on Members category; Hello All-- Just wanted to say Hi, as new member of vBSEO community. I am the owner of forum www.freerecipeforum.com ...

  1. #1
    Junior Member mahendraji's Avatar
    Real Name
    Mahendra Sharma
    Join Date
    Nov 2009
    Location
    Singapore
    Posts
    3
    Liked
    0 times

    Hello from mahendraji owner of http://www.freerecipeforum.com

    Hello All--

    Just wanted to say Hi, as new member of vBSEO community. I am the owner of forum www.freerecipeforum.com

    Thank you

  2. #2
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Hello Mahendra

    Welcome to vBSEO.com!
    The Forum Hosting - Forum Hosting from the Forum Experts

  3. #3
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Welcome to vbseo! Have you installed already?

  4. #4
    Junior Member mahendraji's Avatar
    Real Name
    Mahendra Sharma
    Join Date
    Nov 2009
    Location
    Singapore
    Posts
    3
    Liked
    0 times
    Hi Brian--

    Yeah its been installed, please check now. http://www.freerecipeforum.com

    can you please suggest your expert comment on what optimization you think I should do to drive traffic and search Crawlability for my forum (specific for recipe,food,cooking etc).

  5. #5
    Junior Member mahendraji's Avatar
    Real Name
    Mahendra Sharma
    Join Date
    Nov 2009
    Location
    Singapore
    Posts
    3
    Liked
    0 times
    Micheal, thanks for the installation and comment on support, really appreciate. Will submit my quesiton on forum you mentioned to understand what else I can do to drive load/traffic and search towards my forum.

    Thank you..

  6. #6
    Senior Member
    Real Name
    Michael Biddle
    Join Date
    Jan 2007
    Location
    Southern California
    Posts
    7,097
    Liked
    5 times
    Not a problem!
    The Forum Hosting - Forum Hosting from the Forum Experts

  7. #7
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    Quote Originally Posted by mahendraji View Post
    can you please suggest your expert comment on what optimization you think I should do to drive traffic .
    Sure


    1. Disable the archive: [How To] Completely Turn Off the vBulletin Archive
    2. create a favicon. You still have the generic vB icon. The chef hat would be nice!
    3. You have 5 google verification meta tags. Do you have 5 seperate webmasters accounts? Also, i recommend using the blank html file over the meta tag. Saves weight, and no one can see it, plus saves a template edit every time.
    4. Move your CSS to the file system: [How To] Completely Turn Off the vBulletin Archive
    5. [How To] Replace Showpost Links with Permalinks - Max Out Search Engine Crawling Efficiency
    6. validate your template. Mostly CAPS errors (xhtml is all lower case) and missing single element closing slash ie, <meta ... /> and changing some & to &amp; in Forum Manager. (vb doesn't convert it, you have to hard-code) http://validator.w3.org/check?verbos...um.com%2F%23tb
    7. Your Recipe forum has non-recipe content in it. chat, cooking questions, etc should be somewhere else. stay on topic. Same thing with vegan recipes.. why is it not in the recipe category? 2 beverage forums? it's a bit confusion. Re-arrange some stuff.
    8. tweetboard is covering a bit of the left column. I'd make the outer wrapper in the CSS a bit thinner so that it doesn't lap on to your actual forum content.
    9. Increase your long tail - remove forum title from page titles. [How To] Remove Forum Title from Thread Pages for Long Tail Optimization / Increased Thread Title Relevancy
    10. Change your logo to CSS with an H1 image replacement:
      in header, find:
      Code:
      <!-- logo -->
      <a name="top"></a>
      <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center">
      <tr>
          <td align="center"><a href="http://www.freerecipeforum.com/"><img src="images/misc/vbulletin3_logo_white.gif" border="0" alt="Free Recipes Forum" /></a></td>
          <td align="right" id="header_right_cell">
              &nbsp;
          </td>
      </tr>
      </table>
      <!-- /logo -->
      replace with:
      Code:
      <!-- logo -->
      <div id="top">
          <h1><a href="/">Free Recipe Forum</a></h1>
      </div>
      <!-- /logo -->
      and enter the following into the bottom of the Main CSS area (extra blocks):
      Code:
      #top h1 {
          text-indent: -99999px;
      }
      
      #top h1 a { 
          display: block;
          margin: 0 auto 0 auto;
          height: 190px;
          background: url(/images/misc/vbulletin3_logo_white.gif) no-repeat center center;
      }
    11. In your welcome header, remove the h1 around the greeting.
      Code:
      <h1 style="font-size: 12px;">Hello Chef,</h1>
      That's not logical nor is it a semantic heading. It's pure mis-use of a heading. See this thread for more info on how to use them better: [How To] Add H1 Tags to your vBulletin Templates for Long Tail Search Optimization
    12. Post at least a couple threads in every forum. You have several Empty forums. Fill 'em or Kill 'em.
    13. Only include showthread and forumdisplay in your sitemap for maximum focus on your true content.
    14. Consider setting up custom BB codes for heading tags. The style of your forum will allow very nicely to style your recipies. ie, make an [title]TITLE[/title] bb code that converts to <h1>title</h1> and [ing]Ingredients[/ing] that converts to an <h2>ingridents</h2> and so on. You can have a nice structured output with simple BB code. Then, make a little FAQ post instructing users how to format their posts using the bbcode format. You cna even style it by adding a class to it. ie, [title]TITLE[/title] bb code that converts to <h1 class="posttitle">title</h1> and then have .posttitle { font-weight: bold; font-size: 14px; text-decoration: underline; } and so forth by adding the custom clas sinto the custom CSS at the bottom of Main CSS.
    15. match your ads. The top ad is great. The bottom ad should be formatted like the top ad.

    Over all your site looks pretty good. Get these tweaks together and then work on getting content together. post post post is the next step!

  8. #8
    Senior Member
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    Hello, welcome to vBSEO.com!!

  9. #9
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    Welcome to vBSEO.com!
    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

Similar Threads

  1. lighttpd rewrite http:// -> http://www
    By JonnyF in forum URL Rewrite Settings
    Replies: 2
    Last Post: 04-12-2008, 10:27 AM
  2. NetBusinessTalk.com New Owner
    By NetBiz in forum Introduce Yourself
    Replies: 4
    Last Post: 12-04-2006, 11:49 PM

Posting Permissions

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