Urgent
Hi There, I am using asp.net for creating page (using many web controls in that page). And to prevent my menu from being index, but the link in that page must be crawled. So I use <!--ZOOMSTOP--> tag at the first line of the page, and also <!--ZOOMRESTART--> in the end of the page. I wish that this page will not be displayed in search result, but the link inside this page must be crawled no matter what.
But I find that the page (default.aspx) is displayed in the search result, although I have used the tag to stop the whole page, is there anyone know why? Is using asp.net (<%@ microsoft tag) can prevent the zoomstop functionality? Or is there any rule of using zoomstop tag (I only know that it must be ended with ZoomRestart tag)?
Thanks
Hi There, I am using asp.net for creating page (using many web controls in that page). And to prevent my menu from being index, but the link in that page must be crawled. So I use <!--ZOOMSTOP--> tag at the first line of the page, and also <!--ZOOMRESTART--> in the end of the page. I wish that this page will not be displayed in search result, but the link inside this page must be crawled no matter what.
But I find that the page (default.aspx) is displayed in the search result, although I have used the tag to stop the whole page, is there anyone know why? Is using asp.net (<%@ microsoft tag) can prevent the zoomstop functionality? Or is there any rule of using zoomstop tag (I only know that it must be ended with ZoomRestart tag)?
Thanks
Comment