View Single Post
  #63 (permalink)  
Old 03-07-2007, 04:38 AM
danners02 danners02 is offline
WebProWorld Member
 
Join Date: Nov 2005
Posts: 95
danners02 RepRank 0
Default SOme suggestions

Validate your code:
http://validator.w3.org/check?verbos...pebblez.com%2F

I did not find any H1, H2, H3 tags on the homepage?
Get an H1 tag in early on in the source code with your keyphrase(s) in.

Get rid of the comments, eg:


Clean up any errant spaces in code, eg:
[b] Decorative Wall Clocks Made

Get rid of underlines in spans:
<span class="navbig1">____________________</span>
use CSS to put a border in instead

try to use CSS for spacing, not a series of
tags

Major code improvements/amendments do sometimes have a short term negative effect on SERPS but implement the above advive and it should perform better than previous site
Reply With Quote