Search Optimization
  Home arrow Search Optimization arrow Basic SEO: What Search Engines Hate
IBM Rational Software Development Conference
SEO Chat Forums  
Choosing Keywords  
Google Optimization  
Link Trading  
MSN Optimization  
Search Engine News  
Search Engine Spiders  
Search Optimization  
Web Directories  
Website Marketing  
Website Promotion  
Website Submission  
Yahoo Optimization  
SEO Tools
Adsense Calculator
AdSense Preview
Advanced Meta-Tags
Alexa Rank Tool
Check Server Headers
Class C Checker
Code to Text Ratio
CPM Calculator
Domain Age Check
Domain Typos
Future PageRank
Google Dance
Google Keywords
Google Search
Google Suggest
Google vs Yahoo
Indexed Pages
Keyword Cloud
Keyword Density
Keyword Difficulty
Keyword Optimizer
Keyword Position
Keyword Typos
Link Popularity
Link Price Calculator
Meta Analyzer
Meta Tag Generator
Multiple Link Popularity
Page Comparison
Page Size
PageRank Lookup
PageRank Search
Robots.txt Generator
ROI Calculator 
S.E. Comparison 
S.E. Keyword Position 
Site Link Analyzer 
Spider Simulator 
URL Redirect Check 
URL Rewriting 
Dedicated Servers  
Download TestComplete 
IBM® developerWorks 
SEO Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
SEARCH OPTIMIZATION

Basic SEO: What Search Engines Hate
By: Michael Lowry
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 3 stars3 stars3 stars3 stars3 stars / 7
    2008-04-29

    Table of Contents:
  • Basic SEO: What Search Engines Hate
  • More Clutter
  • Dynamic Web Pages
  • Session IDs

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
     
    ADVERTISEMENT

    PCmover - $15 Off with Coupon Code CJPH7Q

    Basic SEO: What Search Engines Hate
    (Page 1 of 4 )

    In my last article, I went over a few of the things that search engines love. Now, I'll finish up the discussion with an article on what they absolutely hate, which includes everything from clutter to cookies. So if you're in the mood to build a website, grab your pen and paper and start taking notes, because this article will offer some of the most important tricks of the trade.

    A wise man once told me to kiss. No, not what you're thinking. Not that there's anything wrong with that. KISS – keep it simple stupid. This can be applied to almost any walk of life, especially SEO. And one way to tell if your website is properly optimized is by how cluttered it is. For a website to be cluttered, it has to have vast amounts of unnecessary code, not including the actual page content. If the text of a page is around five percent of the total source code, you might be cluttered my friend. Be on the lookout for excessive code used for JavaScripts, navigation bars, JavaScript event handlers, Flash animation, etc, especially if it's above the page content, because it can prevent some search engines from reaching it.

    One way to avoid clutter is to use external JavaScripts, instead of placing them inside a page. This means that they should be put in an external file – a tag in the page calls the script, which is then pulled from a different file on the web server. Doing this will make your life easier for a number of reasons, not including the SEO benefits. First of all, you can have a library of all the scripts on your site in one directory. You can then change your HTML code without worrying about damaging the scripts. It also makes for less download time when the script is used on several pages because the browser will cache the script after downloading it once.

    To create an external JavaScript file, just save the text between the <SCRIPT></SCRIPT> tags in a text editor (e.g. Notepad). Then save that file on your web server as a .js file. Finally, refer to the external file by adding a src= attribute to the <SCRIPT> tag. Here is an example:


    <script language=“JavaScript” type=“text/javascript”

    src=“/scripts/nameoffile.js”></script>


    Another JavaScript trick that will help you remove lengthy code is document.write. This can be useful for fancy navigation bars that change colors, Flash animation, and whatnot. Just follow these instructions:

    1. Type this in an external text file (create this file the same as above - in a text editor):

      <!--

      document.write(“”)

      //-->

    2. Place the code you want to remove from your page between the quotation marks in the parentheses.

    3. Save this file on your web server.

    4. Add a src= attribute to your <SCRIPT> tag so the file will be called from the HTML page.

      <script language=“JavaScript” src=“/scripts/nameoffile.js”

      type=“text/javascript”></script


    If you remove the navigation bar, you should add plain text navigation somewhere (such as the bottom of the page) so that the searchbots can read and follow your navigation. My last article explains why searchbots only see what the web servers see when compiling a page, and they don't run these types of JavaScripts.

    More Search Optimization Articles
    More By Michael Lowry


       · How do you handle situations where asp.net pages put alot of things in at the head...
       · Yes,,Your article is very good.I agree with you..
     

    SEARCH OPTIMIZATION ARTICLES

    - Creating SEO-Friendly Content
    - Network Solutions: Unethical SEO
    - Basic SEO: What Search Engines Hate
    - Basic SEO: What Search Engines Love
    - I, Robots.txt
    - Same Game, Different Name
    - Use SEO to Get Your New Site Off to a Good S...
    - Basic SEO Troubleshooting
    - Getting an SEO Education
    - Site Target Marketing
    - Costly SEO Mistakes You Must Avoid
    - Defending Against Black Hat and Negative SEO...
    - Scoring SEO Efforts Realistically
    - Don`t Make These Common SEO Mistakes!
    - Online Resources for Would-be SEOs


     
    Accelerating Trading Partner Performance
     
    Competing on Analytics
     
    Cost Effective Scaling with Virtualization and Coyote Point Systems
     
    Five Checkpoints to Implementing IP Telephony
     
    Hosted Email Security: Staying Ahead of New Threats
     




    © 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway