Joined
·
10,763 Posts
Search engine "bot" find and categorize pages by going to one page and following links. Some links may be hard for bots to follow, like javascript links, or links from pages that you have to be a "registered user" to view. Or maybe links that you are brought to via a php or Perl script rather than a simple a href="page.html" link
My question is what about ordinary links that are in a server-side Include page. Not the main page, but a sub page, which doesn't necessarily even have an html extension, that an "include" command includes within the main page. Do the bots have any difficulty following those?
If I put all my links in a an "included file" -- a menu file in this case -- will the search engines find the links, go to them, and catalogue the pages the same as if the links were right on the main page?
My question is what about ordinary links that are in a server-side Include page. Not the main page, but a sub page, which doesn't necessarily even have an html extension, that an "include" command includes within the main page. Do the bots have any difficulty following those?
If I put all my links in a an "included file" -- a menu file in this case -- will the search engines find the links, go to them, and catalogue the pages the same as if the links were right on the main page?