Contact
Web Development Team

resources

helpful hints - General



Helpful Hints A few simple helpful hints from 'relative' definitions of a KB to help with Google Search.


Bits and Bytes

A little perspective put to the numbers.


Byte:
8 Bits, or a single character, ~10 bytes in a single word
Kilobyte:
1,000 bytes, two kilobytes is one typed page.
Megabyte:
1 million bytes, a small novel
Gigabyte:
1 billion bytes, a pickup truck filled with paper documents
Terabyte:
1 trillion bytes, a research library is ~2 terabytes.
Petabyte:
1 quadrillion bytes, the web is ~10 petabytes.
Exabyte:
1 quintillion bytes, two exabytes is all data produced annually.



Google Search Hints

Number of Pages Indexed

site:www.yoursite.com -querty


Number of Backlinks

link:www.yoursite.com


Total Number of Links

+www.yoursite.+com



Yahoo Search Hints

Number of Backlinks

linkdomain:www.yoursite.com


Robots.txt Usage

The "robots.txt" file is informative to robots (spiders) who visit a specific site. Well written robots will search a root directory for this file upon their initial visit. Within the robots.txt file you can specify a specific User-agent (e.g. googlebot) or use a wildcard ('*'; to specify all robots).

Examples

User-agent: *
Disallow:

The above specifies that all robots can visit all files.


User-agent: *
Disallow: /cgi-bin/
Disallow: /img/

The above specific that all robots can visit all files accept those found in the cgi-bin and img directories.


User-agent: googlebot
Disallow: example.html

The above specifies that googlebot should not visit example.html.

Copyright © 2008 by DSD Web Works - All rights reserved.
Site Map