vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

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. ...

Go Back   vBulletin SEO Forums > vBulletin SEO Discussion > Critique Please

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 06-09-2006, 06:37 PM
Junior Member
 
Real Name: Jeff Hoffman
Join Date: Mar 2006
Posts: 12
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 06-09-2006, 08:50 PM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: Trying to improve

In order to get the CSS linked you need to CHMOD to 777 both your ./clientscript/ and ./clientscript/vbulletin_css/ directories.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 06-10-2006, 10:29 AM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,521
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 06-10-2006, 11:33 AM
Michael's Avatar
Senior Member
vBSEO Pre-Release Team
 
Real Name: Michael Benson
Join Date: Sep 2005
Location: United Kingdom
Posts: 778
Send a message via AIM to Michael Send a message via MSN to Michael
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 06-10-2006, 04:58 PM
Junior Member
 
Real Name: Jeff Hoffman
Join Date: Mar 2006
Posts: 12
Re: Trying to improve

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 06-10-2006, 06:10 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,521
Re: Trying to improve

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.)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #7  
Old 06-16-2006, 03:11 PM
Junior Member
 
Real Name: Jeff Hoffman
Join Date: Mar 2006
Posts: 12
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #8  
Old 06-16-2006, 03:28 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,521
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #9  
Old 06-16-2006, 03:31 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,521
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #10  
Old 06-16-2006, 03:35 PM
Junior Member
 
Real Name: Jeff Hoffman
Join Date: Mar 2006
Posts: 12
Re: Trying to improve

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Improve your search engine ranking with directories rob Member Articles 16 02-26-2007 10:22 AM
Does google adsense improve ranking? Jake Google Adsense, YPN, & Other Ad Networks 25 07-20-2006 02:37 AM
ways to improve what SEs index Ashley Template Modifications 37 06-18-2006 12:10 PM
I'm buying this product to improve my adsense sales thecool Pre-Sales Questions 3 04-29-2006 03:20 AM
Improve performance of forum? Nicke General Discussion 3 01-18-2006 04:48 PM


All times are GMT -4. The time now is 12:50 PM.


Powered by vBulletin Version 3.8.0 Beta 4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.