I have an iframe on one of the pages. I use it to not have to refresh the entire page when someone clicks on a link. However I put the website on google and when you search for the website the iframes come out. How do i stop the iframes from showing up on the google search? the website is escamillalaw.co m.... google law office of cesar escamilla and youll see what im talkin about.
google search iframe
Collapse
X
-
-
Ok i kinda fixed the problem... on all my iframe pages i applied this code
Code:<SCRIPT LANGUAGE="JavaScript"> <!-- Begin if (window == top) top.location.href = "default.htm"; // End --> </script>
-
Comment
Comment