Search

The Wisenut Framejob

0 views

Wisenut’s Rapid Rise and the Sneak‑a‑Peek Preview

When Wisenut launched, the first headlines focused on three things: its lightweight interface, a database that claims to span roughly 1.5 billion webpages, and the relevance of its search results. The press praised the clean layout and the quickness of the search, noting that users can scan pages without the clutter that sometimes accompanies other engines. Yet one element has escaped most reviewers – the so‑called Sneak‑a‑Peek button that appears next to each result. This icon, when pressed, opens a small textarea‑like pane directly beneath the link and streams the target page inside the search result.

To get clarity, we reached out to Wisenut’s support team. Their reply was swift, which is rare for a new player in a market dominated by Google’s polished help forums. “This feature does not show a cached version of the website,” the response read. “Instead it opens the site within the search page, eliminating the need to load a separate window. Therefore it serves as a preview button for your convenience. Please do not mistake this as a cached page. The page that is shown through this feature is a live site.” The wording was carefully chosen, and the team seemed eager to distinguish their preview from Google’s cached snapshots.

To confirm the claim, we ran our own tests. The preview opens an iframe that directly references the target URL, embedding the page inside a frame on Wisenut’s results page. Because the iframe loads the live page, the visitor’s browser connects to the target site with its own IP address rather than through a Wisenut proxy. This means that webmasters can see the same traffic logs they would get if users had navigated to the site directly. The implementation is straightforward JavaScript that injects the frame when the icon is clicked.

When compared to other search engines, the technique is not entirely novel. About.com and AskJeeves have employed similar in‑page previews for years, and even Google has experimented with preview panes in certain contexts. The key difference here is that Wisenut’s preview is built from the ground up rather than as an add‑on, and it emphasizes speed: the frame loads in a fraction of a second, giving the impression of a seamless browsing experience. For users, this is a real advantage; they can quickly confirm whether a result matches their intent without the friction of leaving the search page, only to return if it doesn’t.

However, the preview raises legitimate questions about framing third‑party content. The legal landscape around embedding a live site in an iframe is complex, with some courts treating it as a form of reproduction that might infringe on copyright if the site owner did not give explicit permission. Wisenut’s support statement attempts to sidestep this issue by stressing that the content remains live and unchanged, but that does not automatically shield the company from potential liability. For the average user, the experience is smooth, but for webmasters and copyright holders, the situation is less clear.

Framing, Copyright, and Webmaster Responses

Embedding another site’s content via an iframe is more than a technical trick; it touches on intellectual‑property rights. Several court decisions have ruled that displaying a third‑party webpage within a different layout or framework can be a derivative use, especially if the iframe alters the viewing context or presents the content in a new form. In some cases, the courts have required the site owner’s consent or a licensing arrangement before an iframe can legally be used in search results.

One illustrative case involved a music‑streaming site that sued a search engine for embedding its pages inside preview frames. The court held that the search engine’s action constituted a copy that the site had not authorized. The decision underscored that the mere fact that the iframe displays live content does not absolve the embedder from responsibility for the way the content is presented. Webmasters should be aware that their access logs will record user hits from the search engine’s IP, which can affect analytics, billing, or contractual obligations.

Fortunately, site owners have a simple tool to protect their content: a frame‑buster script. By adding a small snippet of JavaScript to the header of a webpage, a site can detect when it is being loaded inside an iframe and break out of it, forcing the browser to navigate to the top‑level window. One popular example is the script hosted at fantomaster.com/framebuster.html. The code is lightweight, and it works on all modern browsers. By including the frame‑buster, webmasters can prevent their pages from being previewed by search engines or other sites that do not explicitly seek permission.

Wisenut has chosen not to enforce a proprietary meta tag to disable caching, a move that differentiates it from Google’s googlebot exclusion approach. Their preview feature does not deliver a dated snapshot; it always pulls the live page, which means broken JavaScript or missing images will still appear as they do on the original site. For many webmasters, this can be a relief, because the preview does not misrepresent the live user experience. Nevertheless, the absence of a clear mechanism for owners to opt out leaves room for friction.

From a public‑relations perspective, Wisenut could improve the relationship with its community by openly acknowledging the frame‑buster option and offering guidelines on how owners can control the embedding of their pages. Providing clear documentation, perhaps in a dedicated help center or developer guide, would demonstrate respect for creators’ rights and could reduce potential legal disputes. For those who want to keep their content free of unexpected previews, a brief note in the search settings or a tooltip next to the Sneak‑a‑Peek icon could guide users to the frame‑buster script. Such proactive communication would help Wisenut establish itself as a considerate partner in the web ecosystem, rather than simply another search engine with a new feature.

Suggest a Correction

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!

Related Articles