Is there any tag that you can wrap around content so the spider will ignore just that content and continue to read the rest of the page? sort of like a noindex, but not for the whole page, just for certain content... Thanks
You can declare that page to robot.txt so that bots will not crawl that page/script. Here is the sample code: <script language="javascript" type="text/javascript" src="sample.js"></script> and add this one on robot.txt Disallow: /*? Disallow: /samples/ Disallow: /sample.js/