Forum Moderators: phranque
<body>
some content....
<!--
<%#include file="/donotindex/content-i-dont-want-indexed.asp"%>
-->
more content....
</body>
Is there a better way to do this? I thought about using java script to include the file because crawlers cant read java script right?
I am new to seo and any help would be greatly appreciated.
Regards,
Michael Crawford.
PS: The copy I dont want crawlers to index is made up of examples for a certain topic I am discussing - not trying to pull any kind of funny business on search engines or anything like that.
Using Javascript would exclude quite a few visitors.
What about including the data via <iframe> or <object>?
<div> tag through a hyperlink, and a "top bar" menu. <div> using a hyperlink.
<a href="#" onMouseOver="toggle_visibility('div_name')">
//toggle_visibility() is a javascript function located at the bottom of my html code.
Is there a way to toggle the visibility without javascript? Perhaps using vbscript (browsers don't have a choice in functioning properly with vbscript?) -> is this true? If so how can I do it with vbscript?
I can take care of the javascript "top bar" menu by simply replacing it with hyperlinks (not as pretty though).
Your advice is most appreciated,
Michael Crawford.