SEARCH
Archive for November, 2009
Usability in Design
Posted in: Blog by admin on November 15, 2009

The internet is all about convenience. Visitors have short attention spans and deeply entrenched surfing habits, so your website should be designed to make their navigation and reading experience as easy as possible. For instance, most users expect to find the site logo on the top left of a website, and to be able to get to the homepage by clicking on it. Contrasting background colors and large images also make for an effortless browsing experience.
Use Robots.txt to disallow spiders
Posted in: Blog by admin on November 12, 2009
Use Robots.txt to disallow spiders from specific pages or sections
Robots.txt is a file in your server which tells various search engine crawlers not to crawl or index specific parts of your site. It can tell certain search engines to ig‐nore certain pages, or tell all engines to ignore your site altogether. Even for op‐timization, you might want to hide certain parts of your site from search engines. For example, if your site has a “terms and conditions” page which is similar to most such pages on other sites and serves no search purpose, or you don’t want bots to crawl your cgi‐bin directory, or have any other directories or pages with duplicate content, you can use this file to tell search engines to ignore them:
A robots.txt file looks like this:
User-Agent: [Bot or Spider name]
Disallow: [File or Directory name]
Read more…
Use CSS to reduce file size
Posted in: Blog by admin on
Cascading Style Sheets (CSS) is a style sheet language which makes your design more flexible and separates your layout code from the content of each page. CSS enables web designers to easily implement site‐wide changes without going into each page or accidentally messing with their content. CSS also reduces the size of your pages and makes it easier for spiders to find your content – the most im‐portant thing on your page – easily and quickly.
This is standard practice in the web industry any experienced Web design company should be using this methology.
Optimising Each Page
Posted in: Blog by admin on
Optimizing Each Page

In addition to optimizing your site design, there are a number of standard SEO practices that should be followed on each page of your website. Keep the follow‐ing tips in mind when creating a page:
- Each page should be optimized for 1‐2 keywords only. If you find it hard to narrow the content down to only a couple of keywords, consider dividing it into two or more pages.
- Every page should have at least 250 words of content, and the title should always contain keywords.
Websites That WORK
Posted in: Blog by admin on November 11, 2009
While the quality of your content is the most important feature of your website, the structure and usability of your website play a significant role in ensuring that search crawlers as well as visitors can access and understand information easily.
Building a user‐friendly website is crucial to building a website that is optimized for search engines. And since the entire point of SEO is to attract more visitors to your website, making a functional, easily useable website should be an obvious part of your traffic‐building efforts.
