vBulletin 4, the most powerful community software + vBSEO 3.5, the ultimate SEO solution = Your ultimate platform for 2010 and beyond. Click below to learn more.

Page 1 of 3
1 2 3 LastLast
Results 1 to 15 of 45

review please

This is a discussion on review please within the Critique Please forums, part of the vBulletin SEO Discussion category; hi, ive just re-newed my licence, though im still unsure if vBSEO helps i dont think im ranked very high ...

  1. #1
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63

    Question review please

    hi,
    ive just re-newed my licence, though im still unsure if vBSEO helps
    i dont think im ranked very high in google, though i have no clue about it all anyway, and the settings could be way off, so i could also be doing things wrong :(
    ive never touched it, so its always been the same old settings from day 1

    anyway judge for yourselves, as heres my stats :-
    Threads: 1,321, Posts: 11,127, Members: 1,361
    Magical Pro Teachings - Magic

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    seoville
    Posts
    3,844
    That should get you started
    Brian Cummiskey / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    Check us out on FaceBook!

  3. #3
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    i need to pay some one to do this

  4. #4
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,547
    Blog Entries
    2
    • Your forum description is too short.
    • Your forum keywords is too short.
    • Add your site in DMOZ Directory.
    • Add your site in Yahoo Directory (The free one).
    • Open RSS Feeds
    • I'm recommended to use the " Social Mediasphere" like del.icio.us,digg ... etc They will help you to get more traffic (Let me know if you want to know how this will make traffic).

  5. #5
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    couldnt do this setting, wasnt sure where to find it

    Step 3:
    Disable search engines from indexing archive:
    • Inside of your robots.txt, you should add the following lines to the bottom. (If you had a custom location for your archive, then please add that just like the following)
      • Disallow: /sitemap/
      • Disallow: /archive/

    wheres :-
    check your meta tags.

    this one killed me, how do i do this :-
    validate your template: [Invalid] Markup Validation of http://www.magicalproteachings.com/ - W3C Markup Validator

    just didnt get this one sorry, i couldnt find the HTML Code :-
    Steps to Updating Your Header Template with a H1 Tag Using the CSS Trick
    • Login to your vBulletin AdminCP.
    • On the left hand side of the screen, locate Styles & Templates.
    • Expand the menu and click Style Manager.
    • Identify the style you wish to update, and then select Edit Templates from the menu.
    • A list of all templates for the style will be displayed.
    • Then double click the header template to beginning editing.
    • Please locate the following text in your header template
      • Note: This is the stock vBulletin template, so it may appear slightly different for you, if you modified or created a custom style.
    Find:

    HTML Code:
    <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
    Replace With:

    HTML Code:
    <div id="header"><h1><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vboptions[bbtitle]</a></h1></div>
    • The next step is to add some CSS code.
      • Note: Within the following code you MUST update the "background path" to *your website's logo image*.

    Code:
    #header h1 { margin: 0; padding: 0; }
    #header h1 a {
    display: block;
    background: url(images/misc/vbulletin3_logo_white.gif) center left no-repeat;
    width: 209px;
    height: 85px;
    text-indent: -9999px;
    float: left;
    }

    Now your H1 will enclose some important text that you want to promote to the search engines. The CSS code hides that text behind the image (i.e. your logo).

    The H1 should ideally only be used once on the page. So if you plan to use additional heading tags, use H2/H3 or higher. Do not use another H1 on the same page for best results.

    A semantically structured page requires the H1 tag to be the first of the H tags to be displayed on the page.

    The H2 and H3 tags can be used multiple times through your page (on headings, not random text). Make sure that you follow the hierarchy as follows:

    H1 -> H2 -> H3 -> H4 -> H5 -> H6

    Do not use them out of order, and do not skip heading levels by jumping from (for example) H1 right to H3s. In this example you have skipped the H2 that must be included to achieve a semantic (i.e. correctly) structured page.


    any help on these would be great
    [IMG]file:///C:/DOCUME%7E1/stuart/LOCALS%7E1/Temp/moz-screenshot.png[/IMG][IMG]file:///C:/DOCUME%7E1/stuart/LOCALS%7E1/Temp/moz-screenshot-1.png[/IMG]

  6. #6
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    seoville
    Posts
    3,844
    Quote Originally Posted by jaderollie View Post
    couldnt do this setting, wasnt sure where to find it

    Step 3:
    Disable search engines from indexing archive:
    • Inside of your robots.txt, you should add the following lines to the bottom. (If you had a custom location for your archive, then please add that just like the following)
      • Disallow: /sitemap/
      • Disallow: /archive/
    robots.txt is a simple text file located in your SITE root. It doesn't work in ANY directory. It must be in root. This file directs bots to ignore pages or folders on your site.

    eg, http://www.vbseo.com/robots.txt

    What you put in it will vary depending on how your site is set up and what you wish to block.

    wheres :-
    check your meta tags.
    vb adminCP -> options -> general options

    this one killed me, how do i do this :-
    validate your template: [Invalid] Markup Validation of http://www.magicalproteachings.com/ - W3C Markup Validator
    These are xhtml markup errors in your template. You will need to edit the templates where the errors occur. vb + vbseo validate out of the box, so its all customizations that you've done improperly to xhtml.

    just didnt get this one sorry, i couldnt find the HTML Code :-
    Steps to Updating Your Header Template with a H1 Tag Using the CSS Trick
    • Login to your vBulletin AdminCP.
    • On the left hand side of the screen, locate Styles & Templates.
    • Expand the menu and click Style Manager.
    • Identify the style you wish to update, and then select Edit Templates from the menu.
    • A list of all templates for the style will be displayed.
    • Then double click the header template to beginning editing.
    • Please locate the following text in your header template
      • Note: This is the stock vBulletin template, so it may appear slightly different for you, if you modified or created a custom style.
    Find:

    HTML Code:
    <a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
    Replace With:

    HTML Code:
    <div id="header"><h1><a href="$vboptions[forumhome].php$session[sessionurl_q]">$vboptions[bbtitle]</a></h1></div>
    • The next step is to add some CSS code.
      • Note: Within the following code you MUST update the "background path" to *your website's logo image*.

    Code:
    #header h1 { margin: 0; padding: 0; }
    #header h1 a {
    display: block;
    background: url(images/misc/vbulletin3_logo_white.gif) center left no-repeat;
    width: 209px;
    height: 85px;
    text-indent: -9999px;
    float: left;
    }
    You likely already replaced the default header logo with something else. Find that instead.
    Brian Cummiskey / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    Check us out on FaceBook!

  7. #7
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    wow all them errors in validate your template, ill need a re-think on this one before i even attempt it

    i still cant see robot
    ill think on this one too :-
    http://www.magicalproteachings.com/robots.txt


    this is my header code, Header Template with a H1 Tag Using the CSS Trick so any help would be great :-
    Code:
    <a name="top"></a>
    <table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
      <tr>
        <td height="122" class="header"><table width="100%" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td><div align="center"><center><a href="<if condition="$ban['url']">$ban[url]<else />$vboptions[forumhome].php$session[sessionurl_q]</if>" target="_blank">$banner</a></center></div></td>
            </tr>
        </table></td>
      </tr>
    <!--
      <tr>
        <td height="35" class="nv">
    <div class="nvlink" align="center">
    <if condition="$show['member']"><a href="usercp.php$session[sessionurl_q]" >$vbphrase[user_cp]</a></if>
    <if condition="$show['registerbutton']"><a href="register.php$session[sessionurl_q]" rel="nofollow" >$vbphrase[register]</a></if>
    $template_hook[navbar_buttons_left]
    <a href="faq.php$session[sessionurl_q]" accesskey="5" >$vbphrase[faq]</a>
    <if condition="$vboptions['enablememberlist']"><a href="memberlist.php$session[sessionurl_q]" >$vbphrase[members_list]</a></if>
    <if condition="$show['popups']"><if condition="$show['member']">
    <a href="search.php?$session[sessionurl]do=getnew" accesskey="2" >$vbphrase[new_posts_nav]</a><else />
    <a href="search.php?$session[sessionurl]do=getdaily" accesskey="2" >$vbphrase[todays_posts]</a></if>
    <a id="navbar_search" href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow" >$vbphrase[search]</a>
    <if condition="$show['quicksearch']"><script type="text/javascript"> vbmenu_register("navbar_search",true); </script></if></if>
    <a href="calendar.php$session[sessionurl_q]" >$vbphrase[calendar]</a>
    <if condition="$show['member']"><a id="usercptools" href="$show[nojs_link]#usercptools" >$vbphrase[quick_links]</a><script type="text/javascript"> vbmenu_register("usercptools",true);</script>
    </if>
    $template_hook[navbar_buttons_right]
    <if condition="$show['member']"><a href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]" onclick="return log_out('$vbphrase[sure_you_want_to_log_out]')" >$vbphrase[log_out]</a></if>
    </div>
    </td>
      </tr>
    -->
    </table>
    
    $spacer_open
    
    $_phpinclude_output
    
    $ad_location[ad_header_end]
        <script type="text/javascript" src="js/ajax-dynamic-content.js"></script>
        <script type="text/javascript" src="js/ajax.js"></script>
        <script type="text/javascript" src="js/ajax-tooltip.js"></script>
        <link rel="stylesheet" href="css/ajax-tooltip.css" media="screen" type="text/css">
    <script type="text/javascript"> 
    document.body.onclick = ajax_hideTooltip; 
    </script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
    
    ON THIS BIT :-
    it said add code into empty box, both my boxes have code in them, so what do i do please???

    Steps to Updating Your Header Template with a H1 Tag Using the CSS Trick
    • Login to your vBulletin AdminCP.
    • On the left hand side of the screen, locate Styles & Templates.
    • Expand the menu and click Style Manager.
    • Identify the style you wish to update, and then select Edit Templates from the menu.
    • A list of all templates for the style will be displayed.
    • Find the header in the list and and double click it.
    • Please locate the following text in your header template
    Code:
    $spacer_open

    Below that please add:



    The next step is to add some CSS code:
    • Login to your vBulletin AdminCP.
    • On the left hand side of the screen, locate Styles & Templates.
    • Expand the menu and click Style Manager.
    • Identify the style you wish to update, and then select Main CSS from the menu.
    • Main CSS details of the style will be listed.
    • Locate Additional CSS Definitions.
    • Paste CSS variable inside the empty box.
    • Click Save button
    Code:
    Code:
     .h1 {
        font-size: 1.4em;
        color: #000000;
        margin: 0;
        padding: 6px;
    }
    


    thanks again, nice 1

    also marco1 how do i do all this for my site
    do i join all these sites here :-
    http://www.marketingpilgrim.com/2007...onitoring.html
    • Your forum description is too short.
    • Your forum keywords is too short.
    • Add your site in DMOZ Directory.
    • Add your site in Yahoo Directory (The free one).
    • Open RSS Feeds
    • I'm recommended to use the " Social Mediasphere" like del.icio.us,digg ... etc They will help you to get more traffic (Let me know if you want to know how this will make traffic).

  8. #8
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,547
    Blog Entries
    2
    i still cant see robot
    ill think on this one too :-
    http://www.magicalproteachings.com/robots.txt
    Looks like you didn't have robots file so you need to make a new txt file with this name "robots.txt" and edit it with any text editor and add the rules as you want

    ----------------------

    Yes, Add the code in the bottom of the box

    ----------------------
    Let me explain them more :
    The Description and keywords are edit from vBulletin Admincp
    RSS Feeds also from admincp
    DMOZ Directory : ODP - Open Directory Project
    Here is Yahoo free directory : Yahoo! Directory Suggest a Site

  9. #9
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    WOW theres loads, but im getting there thanks
    im now going to attempt :-
    [Invalid] Markup Validation of http://www.magicalproteachings.com/ - W3C Markup Validator


    so how do i know which files to edit, or better still find them??
    as an example heres my 1st 3 :-
    1. Line 63, Column 225: end tag for "img" omitted, but OMITTAG NO was specified …th='800' height='120' border='0'></a></center></div></td>
      You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".
    2. Line 63, Column 95: start tag was here …w.youtubemagic.net/" target="_blank"><img src='http://www.magicalproteachings
    3. Line 106, Column 83: document type does not allow element "link" here ….css" media="screen" type="text/css">
      The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).
      One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).

  10. #10
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    seoville
    Posts
    3,844
    you need to use logical reasoning to figure out what the element is and where it is. ie, #1, sounds like your logo is missing / at the end of the tag <img src="" />, so you would edit the header template, find that, and fix. always go in order as #1 may cause the error for #5 down the line
    Brian Cummiskey / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    Check us out on FaceBook!

  11. #11
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    but i mean how do you know its the header template??
    as i cant see how you would know that lol
    this tells me nothing Line 63, Column 225

    so where, or what file am i looking into ???

    i will do it all in order, but does it mean i have to keep refreshing the page often till there all done???
    thanks again

  12. #12
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    seoville
    Posts
    3,844
    view source, find the line number that it tells you the error is on plus, most 800x120 images are header logos There's always hints.
    Brian Cummiskey / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    Check us out on FaceBook!

  13. #13
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    sorry im totally new :(
    what is the souce, and where is the source to be found??

    i mean theres alot of files for me to search without a good solid name, or idea what im looking for

  14. #14
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    seoville
    Posts
    3,844
    in your browser, next to FILE there's VIEW. click on that, then VIEW SOURCE. it's also available via the context menu (right click action).

    It's a bit overwhelming at first, but its all logical. Look for keywords... you likely can easily find the Header area, the nav bar area, and then the forum home area, then the forumbit area, etc.
    Brian Cummiskey / Crawlability Inc.
    Sneek Preview Video of the new Control Panel

    vBSEO 3.5 RC2 (Final)- Released for your Evaluation


    Check us out on FaceBook!

  15. #15
    Member
    Real Name
    jaderollie
    Join Date
    Sep 2008
    Posts
    63
    WOW that was kool, and i can edit that??
    i tried on my home page , but it wouldnt let me:(

Similar Threads

  1. Please Review :)
    By nick-harper in forum Critique Please
    Replies: 1
    Last Post: 12-01-2008, 11:09 AM
  2. Please, review :)
    By verowhite in forum Critique Please
    Replies: 1
    Last Post: 12-01-2008, 09:47 AM
  3. Please review :)
    By ashley76 in forum Critique Please
    Replies: 3
    Last Post: 11-27-2008, 07:49 PM
  4. Review Please
    By FairWeather in forum Critique Please
    Replies: 13
    Last Post: 02-11-2008, 06:25 PM