Site Reviews
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherSite Reviews

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old July 24th, 2004, 04:08 PM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
Smile Review: http://www.ewebdevelopment.net

My website has been around for about 3 months. I am still no where to be found in the SERPS. Anyways, i would appreciate it if you could comment on my site structure and see if you have any pointers in how I can optimize it more for my keywords. Thanks in advance!

WEBSITE: http://www.ewebdevelopment.net

Regards,
Brian

P.S. - i'm constantly working on backlinks, so primarily concentrate on optimization. Thanks again !

Reply With Quote
  #2  
Old July 24th, 2004, 04:30 PM
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline
Contributing User
SEO Chat Expert (3500 - 3999 posts)
 
Join Date: Mar 2003
Location: Louisiana, USA
Posts: 3,876 dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 6 Days 4 h 22 m 36 sec
Reputation Power: 13
Because of the js and tables, your main content is far down in the code. Put the js in an external file, and at least put your keywords in the alt tag of the logo. That should get your kw up a little higher in the code.
__________________
Military Singles Dating

Reply With Quote
  #3  
Old July 25th, 2004, 03:16 AM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
Quote:
Originally Posted by dazzlindonna
Because of the js and tables, your main content is far down in the code. Put the js in an external file, and at least put your keywords in the alt tag of the logo. That should get your kw up a little higher in the code.

Is that true search engines will only read up to 4 tables and then stop?

Reply With Quote
  #4  
Old July 25th, 2004, 07:10 AM
msaad's Avatar
msaad msaad is offline
A trained killer.. in SEO
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2004
Posts: 289 msaad User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 54 m 19 sec
Reputation Power: 5
Quote:
Put the js in an external file

I think i can make use of this tip too. Could you please give me some more info on how to do this?

Thanks a lot

Reply With Quote
  #5  
Old July 25th, 2004, 09:06 AM
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline
Contributing User
SEO Chat Expert (3500 - 3999 posts)
 
Join Date: Mar 2003
Location: Louisiana, USA
Posts: 3,876 dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 6 Days 4 h 22 m 36 sec
Reputation Power: 13
Simply take all your js function code and save it to something like myjscode.js (name it whatever you want, as long as it ends in .js). Don't put the script tags themselves on that page.

Then, just link to the file on the page you want the javascript by using:

<script language="JavaScript" src="myjscode.js file"></script>

put that in the header portion of the page, and it will be available for use farther down the page.

Reply With Quote
  #6  
Old July 25th, 2004, 12:23 PM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
Quote:
Originally Posted by dazzlindonna
Simply take all your js function code and save it to something like myjscode.js (name it whatever you want, as long as it ends in .js). Don't put the script tags themselves on that page.

Then, just link to the file on the page you want the javascript by using:

<script language="JavaScript" src="myjscode.js file"></script>

put that in the header portion of the page, and it will be available for use farther down the page.

I have already put most of my js in external files except for the rollovers. I should probably do that.

I'm interested about the tables though, in my website i have many tables embedded within tables. Is this very bad for SEO?

Reply With Quote
  #7  
Old July 25th, 2004, 12:40 PM
dazzlindonna's Avatar
dazzlindonna dazzlindonna is offline
Contributing User
SEO Chat Expert (3500 - 3999 posts)
 
Join Date: Mar 2003
Location: Louisiana, USA
Posts: 3,876 dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level)dazzlindonna User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 1 Week 6 Days 4 h 22 m 36 sec
Reputation Power: 13
Quote:
I'm interested about the tables though, in my website i have many tables embedded within tables. Is this very bad for SEO?

well, let's put it this way - it doesn't HELP. it adds code bloat, and pushes your important text down in the code. however, a few million websites are designed the same way, and i'm sure some of them rank well. so, i wouldn't consider it a major faux pas, but certainly it is one more thing that is not helping your seo efforts. however, it is not always feasible to do a complete redesign without tables (although i never use tables for design anymore - gotta love css). so if you stick with tables, then find other ways to get your keywords up at the top of the code.

Reply With Quote
  #8  
Old July 26th, 2004, 01:16 PM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
Smile

Quote:
Originally Posted by dazzlindonna
well, let's put it this way - it doesn't HELP. it adds code bloat, and pushes your important text down in the code. however, a few million websites are designed the same way, and i'm sure some of them rank well. so, i wouldn't consider it a major faux pas, but certainly it is one more thing that is not helping your seo efforts. however, it is not always feasible to do a complete redesign without tables (although i never use tables for design anymore - gotta love css). so if you stick with tables, then find other ways to get your keywords up at the top of the code.

Well my keywords are at the start of my body tag in a H1 tag - so i think this will help.

As for tables... i did some investigating and many of the top 20 ranking web design companies are using just as many if not MORE tables in their coding than me, so i think i'll be alright.

I think having coding that validates helps too when using a lot of tables.

IF i ever redesign my site i will deff. use CSS next time.

Reply With Quote
  #9  
Old July 31st, 2004, 03:20 PM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
I was just looking at the major sites such as CNN, AOL, etc. and they all use many many tables. I think i'm fine w/ my table use.

Reply With Quote
  #10  
Old July 31st, 2004, 05:43 PM
wrkalot wrkalot is offline
Contributing User
SEO Chat Novice (500 - 999 posts)
 
Join Date: Sep 2003
Location: Maryland
Posts: 576 wrkalot User rank is Private First Class (20 - 50 Reputation Level)wrkalot User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 5 Days 18 h 37 m 41 sec
Reputation Power: 6
Sites like CNN and AOL are world leaders in their feilds and get millions of visitors a month. You aren't and you don't. When you break 100k unique visiters then add all of the tables you want but until then I would follow the advice given above.

I have tons of table as well and have been working on reducing them as much as possible while keeping the layout as is. I have trimmed many of my page file sizes in half which means it loads faster for the user and it helps raise my copy closer to the top.

If it's good for the user then it's worth it IMO

Reply With Quote
  #11  
Old August 4th, 2004, 09:13 AM
bbott's Avatar
bbott bbott is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Location: New Jersey
Posts: 303 bbott User rank is Private First Class (20 - 50 Reputation Level)bbott User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 11 h 20 m 28 sec
Reputation Power: 5
Send a message via MSN to bbott
UPDATE: I ripped a lot of text out of my page and pretty much condensed everything. Now instead of filling up nearly two pages i'm just a little over one. Hopefully it it less confusing for the viewers now.

Still don't know if i like the top image header all blue. Think i shoudl throw in some color?

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherSite Reviews > Review: http://www.ewebdevelopment.net


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT