|
Webmaster
Knowledge Base | "Frames and tables" |
Back to overview
Table
based websites Websites
in table layout are the very best to get lisetd in all important
searchengines with several pages of only one website. If you have
a readable navigation ( like link graphics or text links ) the robots
will follow all links they find there and will index the other pages
also. That`s also a reason, that you need to set up each single
page of your website with an informative title tag and an meta description
so that it looks well to the searchengine users. Robots
love to move around and look for links. Give them a chance ! Frame
based websites A frame-site
confuse robots sometimes because a frameset is a couple of several
single pages showed on one . The
robots will surely index the main framepage ( like index.htm or
default.htm ) but may have problems to follow the links. Second,
set up an extra "robots.htm" page , including nothing
except the hyperlinks to all single pages ( which are normally opened
in you main frame ) . Sometimes
we click on a search result link and the page opened after is only
a head or navigation frame of an frameset. not very informativ.... To
prevent this you can use a small javascript, which takes care, that
your frameset will be loaded complete on every request. It checks,
if a requested page is part of an frameset and if the frameset is
still loaded. If not, the script will load the complete frameset
automatically. Part
1 ( comes inside the frameset main site like "index.html"
) <script
language="JavaScript"> Part
2 ( comes in every single frame page ) <script
language="JavaScript"> Don`t
forget to set up an informativ title and METATAG description for
every single page, don`t use the same title for all of your pages.
|