Hi guys
We are getting duplicates in our zoom search results.
The urls are almost exactly the same -
http://www.example.com/test.htm
and
http://www.example.com/test.htm/
When I compare the source code of both pages, they are identical except for
the url (as above) and the facebook iframe which differs in its link (whether the trailing slash appears.) EG
<iframe id="facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.example.com/test.htm/" ></iframe>
So I wrapped the iframe in zoom tags Eg
<!--ZOOMSTOP-->
<!--ZOOMSTOPFOLLOW-->
<iframe id="facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.example.com/test.htm/" ></iframe>
<!--ZOOMRESTARTFOLLOW-->
<!--ZOOMRESTART-->
Is this enough to make sure zoom doesn't open the iframe content?
Shouldn't zoom disregard the iframe content since it is a different domain (facebook.com)?
What else can I do?
We are getting duplicates in our zoom search results.
The urls are almost exactly the same -
http://www.example.com/test.htm
and
http://www.example.com/test.htm/
When I compare the source code of both pages, they are identical except for
the url (as above) and the facebook iframe which differs in its link (whether the trailing slash appears.) EG
<iframe id="facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.example.com/test.htm/" ></iframe>
So I wrapped the iframe in zoom tags Eg
<!--ZOOMSTOP-->
<!--ZOOMSTOPFOLLOW-->
<iframe id="facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.example.com/test.htm/" ></iframe>
<!--ZOOMRESTARTFOLLOW-->
<!--ZOOMRESTART-->
Is this enough to make sure zoom doesn't open the iframe content?
Shouldn't zoom disregard the iframe content since it is a different domain (facebook.com)?
What else can I do?
Comment