HomeScriptsFrame forwarding using HTML script

Frame forwarding using HTML script

Frame forwarding means that the visitors to your website are automatically redirected to another site. But in here, the address in their browser’s address bar remains the same (i.e. it does not change to the address of the site that the visitors have been redirected to).

Frame forwarding adds an invisible border to your website. Therefore only the original address can be seen in the browser window. The invisible border or ‘frame’ can also affect the way search engines index your site.

Put the below script in the index page of the domain:

<html>
<head>
<title>Site title</title>
</head>
<frameset rows="100%" >
<frame src="http://www.yoursitehere.com" />
</frameset>
</html> 

For further assistance contact us via Client Area.

Scroll to Top