Forum Moderators: open

Message Too Old, No Replies

Server sided index by web crawler?

Need help

         

teenwolf2000

9:34 pm on Oct 29, 2002 (gmt 0)

10+ Year Member



Ok, let me explain
I have a server sided script on my page
to include links at the bottom of my page
Does the web crawler find these links and and index them
web site : www.seapine.com

Does the the web crawler actually make a http request to server side?

I am asking this because "I" want to put
the tags as example " <a href="./whatever.html>KEYWORD</a>
instead of the server side info at the bottom
Wondering if this would booster the web crawler position?
Thanks, Great Forum

andreasfriedrich

10:12 pm on Oct 29, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, teenwolf2000. [webmasterworld.com]

Does the the web crawler actually make a http request to server side?

The spider will connect to www.yourdomain.tld and request the URI "/". Your webserver will then serve that resource. In case of a server side script it will execute the script and serve the final result.

In your case this will include the links at the bottom of your page. The spider will never know that a server side script was involved in building the document that it is sent.

Of course, you could include different things depending of the User-Agent field in the http request header or the ip address the request came from. That would be cloaking.

BTW you might want to remove the URL from your post. You may put it into your profile.

Hope this helps.

Andreas