Japanese
Tkensaku Web Robot Information
Tkensaku: What is it?
Tkensaku is a web robot, which is surfing the web automatically and
make indexes for the WWW search engine
The main characteristics of Tkensaku
There are a lot of web robots (crawlers) that access your web server,
but Tkensaku has unique characteristics as follows:
Breadth First Approach
Tkensaku uses breadth first approach for searching the web.
If you have a web page that contains many internal links (links to the
pages in the same server), there will be no explosive access to your server
by Tkensaku.
Text Only
Some web robots collect all web resources including pictures and executables.
But Tkensaku gets only text files.
If you have a lot of jpeg files or mp3 files, you
don't need to worry that the load of your server becomes high.
How to exclude Tkensaku from your site
We believe that Tkensaku never harms your server, but you can
exclude Tkensaku from your site if you hope.
There are several ways to keep robots out of your site.
robots.txt
If you make robots.txt file at the top of you web server, you
can control the behavior of the web robots.
For example, the following directive forbids our robot to retrieve
any contents from your server.
User-agent: Tkensaku
Disallow: /
See
http://www.robotstxt.org/wc/norobots-rfc.html
for more details.
Meta robot tag
You can use
robot Meta tag to protect your contents. For example,
if you put the following tag in your page,
<META NAME="robots" CONTENT="noindex,nofollow">
our robot and all other robots which obey
the guideline will not make indexes of the page and
will not follow the links in the page.
Declaration of character set
Because Tkensaku collects only Japanese web pages, you can
avoid our access by declaring the character set
used in your pages, if you use languages other than Japanese.
For example, if you use Latin1 code set in your page,
please put the following tag like this page.
<META HTTP-EQUIV="Content-Type" content="text/html; charset=ISO-8859-1">
Tkensaku will not make index of the page and
will not follow the links in the page.
Contact us
info@tkensaku.com