Menu page in search results?

Post Reply
MarkP
Posts: 1
Joined: Thu Jan 04, 2001 6:18 pm

Menu page in search results?

Post by MarkP »

I have a menu page, which is quite complex. I would like to have that page show up in the webinator search results output. Is it possible to use tags such as the ones described below with the vortex language?

<!-- #include file="menu.shtml" --> or
<!--webbot bot="Include" U-Include="menu.shtml" TAG="BODY" -->
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Menu page in search results?

Post by mark »

Not those tags, but you can accomplish the same thing in your vortex script using the <spew> function:

<spew /PATH/TO/DOCUMENTS/menu.html>
Post Reply