Forum Moderators: open
As a result I dropped from #1 to ~#5 for my target keywords and the offending site has taken #1 with my own page. I'm assuming this has also tripped a dupe content filter as well.
I am using javascript to breakout of frames but how can I change the pages to keep Yahoo from crawling them as part of the other site while keeping the traffic that is going to the framed search results?
I can't use a conditional code snippet with the referrer since spiders don't pass referrers, right?
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!--
if (top.location!= self.location){top.location = self.location}
-->
</SCRIPT>
This kind of cross-indexing through frames is not supposed to happen, but once in a while it does. I had it happen on Yahoo last year and it took a couple months to get straightend out. If you are certain of your analysis, I would try sending Yahoo a report. They don't want this to happen either.