Forum Moderators: open
From the standpoint of getting a high placement in Google, which is best for page [mysite.com...] Title: My Page 1
1.A straight link:
[mysite.com...]
2. A link where the .html file name is linked to:
page1.htm (is linked to [mysite.com...]
3. A link from the title of the page:
My Page 1 (linked to [mysite.com...]
Option 1 would be easiest, but is it equal to the other two options for high placement in Google?
<META NAME="ROBOTS" CONTENT="NOINDEX,FOLLOW">
This tells the engine don't add this page to your index, but follow all the links from it.
Excellent info on it here:
[searchengineworld.com...]
The robots.txt file that you have there doesn't actually stop the spiders from going anywhere - you need to disallow specific pages or folders to stop them, eg:
User-agent: *
Disallow: /1001.html
Disallow: /1003.html
Much better explanation than I can give here:
[searchengineworld.com...]
There's a bunch of tools at the bottom of those pages as well.
Example. Assuming the following HTML page:
blue-widget.html
<title>blue widget</title>
<meta name="description" content="use blue widgets to solve all your problems. the best high quality blue widgets money can buy.">
create a sitemap.html and add <dt> and <dd> entries for your links (of course you would use some kind of perl or awk script or macro to dynamically create the sitemap).
sitemap.html
<title>widget sitemap</title><dl>
<dt><a href=blue-widget.html>blue widget</a></dt>
<dd>use blue widgets to solve all your xyz problems. The best high quality blue widgets money can buy.</dd><dt><a href=red-widget.html>red widget</a></dt>
<dd>Best red widgets in town. Use them to x, y, or even z.</dd>...
</dl>
Well, that's my suggestion. Feel free to criticize. :)
Definitely option #3. If space permits, I might even add a very short description right under it as luma suggests, very good idea.
-Opportunity...often it comes in the form of misfortune, or temporary defeat. --(Napoleon Hill)