Results 1 to 10 of 10

Trying to improve

This is a discussion on Trying to improve within the Critique Please forums, part of the vBulletin SEO Discussion category; Anything I can do to better improve SEO or anything in general. Keep in mind my members are mostly women. ...

  1. #1
    Junior Member Array
    Real Name
    Jeff Hoffman
    Join Date
    Mar 2006
    Posts
    12
    Liked
    0 times

    Trying to improve

    Anything I can do to better improve SEO or anything in general. Keep in mind my members are mostly women.

    Forum: GlobalPaw - Dog Communities and Dog Forums

    I tried to link to the CSS but it is still placing the style on the code, I have the option enabled in admincp.

    I have been getting crawed by google and yahoo constantly, but MSN for some reason is very low. I have gone up one space on the google rankings for one of my keywords since I installed vbSEO. site:globalpaw.com is very low in the google API, but is doing well outside of the API.

    Anyway thanks in advance for any help

  2. #2
    Senior Member Array Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    In order to get the CSS linked you need to CHMOD to 777 both your ./clientscript/ and ./clientscript/vbulletin_css/ directories.

  3. #3
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    your site falls apart above 1280 resolution. I run 1440 on my widescreen laptop. This is due to the header logo, http://www.globalpaw.com/images/GP-m...eader-bckg.gif

    You should create 2 images, one for the curve stuff on the left, and another which is 1px wide, and the height on the blue, and apply a repeat-x property to it so it will expand all the way to the right on ANY resolution.

    You have a bunch of html errors.
    Result for http://www.globalpaw.com/ - W3C Markup Validator

    by using images as your navigation, it makes it unreadable to SE's. SE's don't have eyes, so they can't SEE your site, they READ it.

    search under my name, i've put together a couple people massive lists this week, most of which apply to you as well.

  4. #4
    Senior Member Array Michael's Avatar
    Real Name
    Michael Benson
    Join Date
    Sep 2005
    Location
    United Kingdom
    Posts
    776
    Liked
    0 times
    However whilst search engines will read your appropriate ALT tag texts, they wont be assigning as much importance to this content as they will your actual text content. Which is why as Brain stated using a text based navigation is much more beneficial.

    It looks like most of your xHTML errors are pretty basic. Such as using the incorrect format for ending a linkbreak, and image. Try checking out HTML Tutorial for more information on how to write conventional HTML.

  5. #5
    Junior Member Array
    Real Name
    Jeff Hoffman
    Join Date
    Mar 2006
    Posts
    12
    Liked
    0 times
    Thanks for the tips. I will work on my HTML, and I will add text links to the nav bar for guests. I will also fix the header image, only 2% of my users use a resolution above 1280, but I should fix it anyway.

    Thanks

  6. #6
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    no need to use a different nav bar per user group- you just need to apply an image technique, using background images and text Above the image.

    for example,

    Code:
    <ul>
      <li id="homelink">
        <a href="/index.php"><span>Home</span></a>
      </li>
      <li id="forumlink">
        <a href="forums/index.php"><span>Forums</span></a>
      </li>
    </ul>
    and in your style sheet:

    Code:
    li#forumlink {background url(/path/to/forum.jpg) no-repeat; }
    li#homelink {background url(/path/to/home.jpg) no-repeat; }
    ul li a span {visibility: hidden; }
    you will need to apply the propper padding on your li's too make sure all of the image displays (as a background image, the area will only hold for the text, which is set to hidden... so it won't show up at all, so make sure your padding is correct.)

  7. #7
    Junior Member Array
    Real Name
    Jeff Hoffman
    Join Date
    Mar 2006
    Posts
    12
    Liked
    0 times
    I have made most of those recommendations, but I am still having trouble validating to W3C. Can someone take a look and make a suggestion on how to fix those table errors.

    I also didn't add the hidden text, for my navigation images. I was under the impression that google does not like hidden text, and is bad SEO, but I may be wrong.

    Thanks for all the suggestions so far.

  8. #8
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    the majority of your errors are simple.

    Error Line 174 column 11: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.<div align=center>

    needs to be quoted, and better, should remove the align attribute and use a style="text-align:center;" for more future readiness. align is depreciated.

    All of your table errors are because you are missing one tag some where. I don't have time to dive in right now and look though.

    for the sgml errors, you need to use the Unicode replacements instead of the actual character.

  9. #9
    Senior Member Array
    Real Name
    Brian
    Join Date
    Apr 2006
    Posts
    6,983
    Liked
    10 times
    Quote Originally Posted by doozy
    I also didn't add the hidden text, for my navigation images. I was under the impression that google does not like hidden text, and is bad SEO, but I may be wrong.
    yes and no.

    there's ways to hide text without hiding it at all, such as

    <div style="postition: absolute; top: -99999px; left: -9999999px;>
    This won't display on any monitor.
    </div>

    it IS bad seo to add hidden tags for the sake of adding hidden tags. i have yet to hear of bad feedback from running image replacement techniques though.

  10. #10
    Junior Member Array
    Real Name
    Jeff Hoffman
    Join Date
    Mar 2006
    Posts
    12
    Liked
    0 times
    Quote Originally Posted by briansol
    yes and no.

    there's ways to hide text without hiding it at all, such as

    <div style="postition: absolute; top: -99999px; left: -9999999px;>
    This won't display on any monitor.
    </div>

    it IS bad seo to add hidden tags for the sake of adding hidden tags. i have yet to hear of bad feedback from running image replacement techniques though.
    Right On. I will add hidden text links to my image navigation.

Similar Threads

  1. Improve your search engine ranking with directories
    By rob in forum Member Articles
    Replies: 16
    Last Post: 02-26-2007, 09:22 AM
  2. Does google adsense improve ranking?
    By Jake in forum Ad Networks
    Replies: 25
    Last Post: 07-20-2006, 01:37 AM
  3. ways to improve what SEs index
    By Ashley in forum Template Modifications
    Replies: 37
    Last Post: 06-18-2006, 11:10 AM
  4. I'm buying this product to improve my adsense sales
    By thecool in forum Pre-Sales Questions
    Replies: 3
    Last Post: 04-29-2006, 02:20 AM
  5. Improve performance of forum?
    By Nicke in forum General Discussion
    Replies: 3
    Last Post: 01-18-2006, 03:48 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
  •