Hi, I want to take my affiliate site and import it into a new site, add title, meta tags, keywords, ect. I had read that the <noframe> tags are indexed by google, but rank much lower in the SERPS. I also read that I can put keywords in an external javascipt file to avoid the <noframe> penalty, I think I'm close, but I don't know javascript very well. Here is the code for my framed site, and the external javascript file. Can someone please take a look at it and tell me where I'm going wrong? Thanks. RonMo here is the HTML of the framed page (name = ffi.html) : <html> <head> <title> Gas Prices - Improve MPG</title> <meta name="Description" content="Want better Gas Prices ?. MPG caps work on gas and diesel engines. "> <meta name="Keywords" content="gas prices, improve mpg"> <link rel="stylesheet" type="text/css" href="../css/text.css"> </head> <frameset cols="20%" border="10"> <frame src="http://www.diesel.myffi.biz" name="body"> <script type="text/javascript" language="JavaScript" src="file.js"></script> </frameset> </html> Here is the external .js file : (name = file.js) <html> <head> <!--Place This Javascript in an external file--> document.writeln('<frameset rows="100%,*" frameborder="no" framespacing="0" border="0">') document.writeln('<frame src="file.js" scrolling="auto" name="main">') document.writeln('<frame src="blank.html" scrolling="no" name="blank">') document.writeln('</frameset>') </head> <body> gas prices are too high, so find cheap gas for gas engines, diesel engines, and marine diesel engines. <b>diesel fuel injection system</b>, diesel nozzle assy, diesel servicer, to improve gas mileage. Reduce engine wear and tear. <b>Diesel nozzle assy</b>, marine diesel engines, diesel servicer, engines, fuel injection system, <b>find cheap gas</b>, <b>gas prices</b>, mpg-cap </body> </html> Thanks in advance for the help. -RonMo
A very simple advice... do not use frem sites.. the search engine spiders find it difficult to spider the site those use frames.. Take care Manish