Web Development
  Home arrow Web Development arrow Designing Your Web Site to Maximize Traffic (...
Affiliate Promotion  
Blog Help  
Domain Name Tips  
How To  
Newsletter Marketing  
Online Business Help  
Search Engine Tricks  
Web Development  
Web Hosting  
Website Advertising  
Website Content  
Website Marketing  
 Webmaster Tools
 
Base64 Encoding 
Browser Settings 
CSS Coder 
CSS Navigation Menu 
Datetime Converter 
DHTML Tooltip 
Dig Utility 
DNS Utility 
Dropdown Menu 
Fetch Content 
Fetch Header 
Floating Layer 
htaccess Generator 
HTML to PHP 
HTML Encoder 
HTML Entities 
IP Convert 
Meta Tags 
Password Encryption
 
Password Strength
 
Pattern Extractor 
Ping Utility 
Pop-Up Window 
Regex Extractor 
Regex Match 
Scrollbar Color 
Source Viewer 
Syntax Highlighting 
URL Encoding 
Web Safe Colors 
Whois
 
Forums Sitemap 
Mobile Linux 
APP Generation ROI 
IBM® developerWorks 
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? 
WEB DEVELOPMENT

Designing Your Web Site to Maximize Traffic (Part 2)
By: Developer Shed
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating:  stars stars stars stars stars / 0
    2004-07-01

    Table of Contents:

    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


    Designing Your Web Site to Maximize Traffic (Part 2)

    From: Metamorphozis.com
    By: Brendon Turner

    Designing your site to maximize traffic from the search engines is not a difficult task but it does require you to think ahead and plan your SEO strategy carefully. If you have not yet built your web site and are still in the initial planning stages then you may have an easier time of it. If you already have an existing web site, then you may need to take the time to read up on these SEO strategies and make some changes to incorporate them into your web site.

    I will discuss 13 ways in which you can improve on your existing web site or boost a brand new web site into the stratosphere of high rankings. These are not really SEO tricks but rather tried, tested and true methods that we know to work effectively. We all know that in reality there are no real SEO tricks. True success is achieved through hard work, research and implementation of a thorough and complete SEO strategy.

    Without further ado here is a checklist of important items to consider and implement into your SEO strategy.

    Using Javascript or Other Unspiderable Code

    If you intend to use Javascript on your web page it is best to use it sparingly or not at all. Search engine spiders cannot read Javascript and it is possible that along with ignoring it when they come across it on your page, they may also get hung up on it if you are using a lot of it. If you really need to use Javascript you can safely use it by putting the code into a separate JS file and calling it with a single line of code which you place between your <head> and </head> tags within your web page. The code used to include your JS file looks like this:

    <SCRIPT LANGUAGE="JavaScript" type="text/javascript"
    src="replace-with-JavaScript-file-name.js"></SCRIPT>

    Using Style Guidelines Effectively

    If you are using CSS style commands, do not include them within your actual web page source code. You don't want search engine spiders to have to wade through 100 lines of unreadable code before they reach your actual content. Instead, place your style guidelines into a separate CSS file and call them with a single line of code from within your <head> and </head> tags by using the following code:

    <link rel="stylesheet" href="replace-with-style-file-name.css">

    Primary Keyword Layout

    Examine your web site from a source code point of view and ensure that your primary keywords or phrases will be spidered first. When search engine spiders read your page they read the source code just like we would read a book from left to right - top to bottom. We know that search engines place higher relevancy on keywords and phrases which appear closer to the top of a page so it stands to reason that if you've got a large table full of graphics appearing at the top of your source code before your primary keywords, then you can achieve higher rankings by adjusting your layout and placing a well written search engine optimized paragraph above that table full of graphics.

    Spiderable Text Present on Each Page

    Many times I have seen some very pretty web sites, but their chances of ranking high for any relevant keywords have been dashed by the use of only graphics and very little or no text on the pages. It is very important to your SEO strategy that you make sure that you've taken the time to write some quality textual content for your pages. Don't write nonsensical text filled with blatant sp@m. Instead, take a few extra minutes and write 4-5 quality paragraphs which clearly explain the theme of your site and the particular page your writing for. If you feel you haven't got the time, ambition or skills to write your own content don't stress over it. There are other options. You could visit the SEO Copywriting forum at FreeSEOAdvice.com to ask for help and get some valuable tips. Or you could hire a professional team to handle the project for you. Check out eTrafficJams.com for help with your SEO strategy and copywriting needs.

    Proper Use of robots.txt File

    On several occasions I have performed an analysis of a client's web site only to discover that they had inadvertently blocked spider access to their web site by incorrectly formatting their robots.txt file. It is critical that you know what you're doing when you use a robots.txt file. If you are unsure of the correct syntax when modifying or creating a robots.txt file, I recommend you not use a robots.txt file at all. This may sound counterproductive, but it's better to be safe than sorry. Accidentally blocking the spiders can result in a loss of all your rankings. It would almost be like starting over again to repair the damage. For help on correctly formatting your robots.txt file, visit robotstxt.org.

    Dead Links and 404 Errors

    If you are not checking for broken links on your web site, then you should start immediately and make this a part of your SEO strategy. You can never be 100% sure of your link integrity, especially when your site has 100, or more, pages. Aside from losing potential customers into a vortex of 404 errors, you risk more than that from a search engine perspective. When a search engine spider visits your web site and finds broken links, the impression left is that your site is not regularly maintained and updated. Not much is known about how the engines view this, but your crawl status may be assigned a low priority by visiting search engine spiders. In other words, the spiders may not visit your site as frequently as they visit sites with 100% link integrity. So make sure you download some link checking software and begin a regular schedule of verifying your link structure.

    About The Author
    Brendon Turner is a certified search engine optimization specialist and Senior SEO Consultant with eTrafficJams.com, a professional search engine optimization company that specializes in getting targeted, eager-to-buy traffic to your site! Brendon also maintains FreeSEOAdvice.com, a progressive free SEO forum advocating access to accurate and timely information related to the industry. Want some tips on how to improve your web site's optimization? Call 877-785-9977 or click to request a free search engine optimization analysis.
    DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.

    More Web Development Articles
    More By Developer Shed

     

    IBM® developerWorks developerWorks - FREE Tools!


    Build Forge Express demo: Enabling software delivery excellence for small and midsized businesses

    This demonstration gives you an overview of IBM® Rational® Build Forge Express Edition, a global offering that provides a framework to automate and execute software processes. Rational Build Forge provides a software assembly line that can support all of your tools, technologies, and platforms so you can achieve a repeatable, reliable, and traceable build and release process.
    FREE! Go There Now!


    NEW! Best Practices: The Integrated Project and Portfolio Management Platform.

    Hear how IBM Rational Project and Portfolio Management integrated solutions help teams put the right tools and processes in place to maximize the effectiveness and efficiency of project teams and ensure that the business vision is being executed correctly. Learn how to automate and integrate requirements prioritization, top-down project planning, communications and controls, and methodology deployment to keep your scope, costs, and schedules under control. Tackle with an end-to-end approach the management of scope and scope changes, usage of methodology to control and empower project teams, and optimization of resources to align activity costs with the overall project plan.
    FREE! Go There Now!


    NEW! Don't wait! Try the Rational Application Developer (RAD) v7.5 open beta code today

    Download the Rational Application Developer (RAD) v7.5 open beta code and start developing applications for the JEE5 standard which features EJB3.0, JPA, JSF 1.2, JSP 2.1 and Servlet 2.5 standards. When you use this beta you will see how you can increase developer productivity for already existing applications with improved support for refactoring, as well as adding new features to existing applications. In addition, the beta provides tooling for JD Edwards, Oracle, SAP, Siebel and PeopleSoft to improve the developer productivity with these enterprise systems.
    FREE! Go There Now!


    NEW! Download DB2 Express-C 9.5

    Visit IBM developerWorks to download IBM DB2 Express-C 9.5, a no-charge version of DB2 Express 9 database server. DB2 Express-C offers the same core data server base features as other DB2 Express editions and provides a solid base to build and deploy applications developed using C/C++, Java, .NET, PHP, and other programming languages.
    FREE! Go There Now!


    NEW! Evaluate IBM Rational Developer for System i V7.1

    Download a free trial version of IBM Rational Developer for System i V7.1, which provides a complete development environment for traditional i5/OS application development. IBM Rational Developer for System i is a new eclipse-based workstation offering for i5/OS application development that provides a comprehensive Integrated Development Environment for edit/compile/debug of traditional RPG/COBOL/C/C++ i5/OS applications.
    FREE! Go There Now!


    NEW! Maintaining QoS and Process Integrity in an SOA Environment

    This webcast outlines the best practices that must be instituted to gain the maximum benefit from SOA while maintaining high quality of service. Whether you are deploying new applications or managing and monitoring your existing infrastructure, learn how you can ensure high quality of services with SOA based solutions from IBM. All registrants who attend this live Web Seminar will receive complimentary access to a white paper titled “Maintaining QoS in an SOA Environment”.
    FREE! Go There Now!


    NEW! Trial download: IBM Informix Dynamic Server Express Edition V11.0

    Informix Dynamic Server (IDS) Express Edition offers outstanding online transaction processing (OLTP) database performance, while helping to simplify and automate many of the tasks associated with deploying databases for small business applications. IDS 11 further extends the ease of management and applications integration with the Admin API and Scheduler, high availability with Continuous Log Restore for backup server recovery in case of a primary server failure, and column level encryption to protect personal and company private data.
    FREE! Go There Now!


    NEW! Try the IBM SOA Sandbox for Connectivity

    Visit IBM developerWorks to try the IBM SOA Sandbox for connectivity. The SOA Sandbox for connectivity provides a trial environment with the tooling and components to help you explore how to effectively connect your infrastructure and integrate all of the people, processes and information in your company. Use the hosted sandbox to explore SOA techniques that streamline connecting existing IT assets together, as well as learn how to connect them to new business logic.
    FREE! Go There Now!


    NEW! Webcast: Eclipse: Empowering the universal platform

    The Eclipse community is constantly working to extend Eclipse's functionality. In this webcast, learn about some of the most important and feature-rich projects under development. From multi-language support to plug-in development, tune in to see what Eclipse is capable of now.
    FREE! Go There Now!


    Refresh! IBM Rational Systems Development Solution eKit

    With IBM Rational Systems Development Solution, you can deliver products faster with higher quality. Within this kit, Read the “Model Driven Systems Development” white paper to see how to improve product quality and communication. Then check out the rest of the e-Kit to learn more about important topics that can affect the success of any software project through customer examples, tutorials, informative Webcasts, and best practices for designing, building and managing systems. From start to finish, at every stage in your projects, Rational Systems Development Solution can help your company reach its full potential.
    FREE! Go There Now!



    All FREE IBM® developerWorks Tools!

       

    WEB DEVELOPMENT ARTICLES

    - Make Your WordPress Website Look Professional
    - How to Create a Mobile Web Site
    - Meta Tags: Still Useful?
    - Build a Completely Free Site
    - Is Your Site Secure?
    - What`s So Special About Your Site?
    - Add Games to Your Site
    - Should You Offer E-mail?
    - The Trouble with CAPTCHA
    - Add Images Responsibly
    - Is There a Science to Site Design?
    - Shortcuts for Page Design
    - Rebranding a Community
    - Firebug Firefox Extension Review
    - Is a CMS or Custom Code Better for Your Web ...

     
    Create the Optimal Architecture for your Critical Applications
    Warburton's the largest independently owned bakery in the UK faced a number of d....

     
    Five Best Practices for Deploying a Successful Service-Oriented Architecture
    This white paper describes the benefits you can expect with SOA, and how IBM can....

     
    Gartner Magic Quadrant for Application Delivery Controllers
    Gartner summarizes its view on Application Delivery Controllers, evaluates stren....

     
    Knowledge is Power
    What you don't know can hurt you, and is likely costing you money and increasing....

     
    Rationalizing the Multi-Tool Environment
    The rationalized multi-tool approach is flexible, scalable and cost effective. I....

     




    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 6 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek