i heard that Search engines find one page but the end users end up visiting another site.
how does this work
how does this work
| Code: |
|
<html><head> <title>BLABLABLA</title> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <frameset rows="100%,*" frameborder="NO" border="0" framespacing="0"> <frame src="http://long site name .com / user / and / so / on"> </frameset> <noframes> <body> No frames enabled </body> </noframes> </html> |