Author: bolo
Email: [EMAIL PROTECTED]
Message:
Can I index not whole HTML document in my site ?
For example i don't want to include in index words which is 
presented in my files common_header.inc and common_footer.inc
In other words, is it possible to do something like this

<NOINDEX>
<? include('common_header.inc'); ?>
</NOINDEX>

...
body <!-- index only this -->
...

<NOINDEX>
<? include('common_footer.inc'); ?>
</NOINDEX>

If so, how ? 

Reply: <http://www.mnogosearch.org/board/message.php?id=2654>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to