As the suppoerter say's:
You will want to publish your menu as inline HTML or include the menu to your page using a server side include. Both of these options will insert your menus has HTML that can be read correctly by the robots/spiders.
So we would like to try ssi, how do we proceed and doing this in a correct manner? (eg. what is the best aproach?)
Main Topics
Browse All Topics





by: sinojPosted on 2007-03-22 at 22:25:19ID: 18777794
Search engine robots/spiders are not able to look at your script or images. they do not parse inline or external script. You want to see how GoogleBot can see your home page? r/?ua=& url =http%3a%2 f%2fwww.ta kemarket.c om%2f
http://oy-oy.eu/page/spide
There is nothing wrong about server side includes. A client never know about server side includes. The problem is that spiders are not java enabled.
Have you ever think of a client with out java support?
On my site, I have an ordinary html navigation panel on the left side. A client with out java support can use it. And I hide that Div with java code. So java enabled client will not see it.