|
That is going to instruct the robot to not index those pages, which is what you do not want to do. Sure, it will have the effect of not showing up in the search index all right.
What I think you want to do is have a redirect on those pages that you do not want them entering on. The redirect will be to page one of the article. You can accomplish this with some server side code to effect the redirect if the Http referral Url is from outside of your domain.....I would refine that a bit by making it a specific referral from google.com, yahoo.com, etc. That way you will not intefere with peoples bookmarks.
The standard thing I have seen on short articles of around 5 or 6 pages is that they place quick links in a navigation box somewhere. The links are labeled something like Introduction, Part 1 In the Beginning, Part 2 More to go on, Part 3 Advanced Techniques ...yada yada. If the articles are longer, then they will break it down into chapters each with their own set of sub-nav boxes.
This nav box is very visible and noticeable upon entry to the page. It also clearly shows the visitor exactly where they are inside of the article itself.
This serves the purpose of easy navigation for both the visitor, and the spider has better linking to follow too.
Last edited by RonnieTheDodger; 05-14-2004 at 03:36 AM..
|