I'm indexing an external site that has javascript popup links so don't have control to change these. I have the parse links in javascript checked but it doesn't seem to be intelligent enough to find these links.
Can you confirm these types of links are not parse-able by zoom or if there is a way I can get them parsed and spidered. Here is a sample:
I want the linkurl.com to get spidered.
Can you confirm these types of links are not parse-able by zoom or if there is a way I can get them parsed and spidered. Here is a sample:
HTML Code:
<a onclick="javascript:window.open('http://www.linkurl.com/', 'CPB', config=settings);" href="javascript:;">URL Text</a>
Comment