On-site optimization problem with frames?

Hello, my website is http://www.lounge.am .

this is an online lounge radio, that streams deep house. i am running this website with joomla 1.5.

now i decided to devide the website into 2 frames.
- 1rs frame shows the whole joomla website.
- 2nd frame shows the flash player that streams music.

the reason for deviding into frames is that i want to keep music live on any page. Before, when there were no frames, the music stopped when one change the page...

now i use this script to devide into frames

Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Lounge.am Deep House Player</title> </head> <frameset rows="*,5%" cols="*" framespacing="0" frameborder="no" border="0"> <frame src=http://www.v7n.com/forums/seo-forum/"index.php" name="mainFrame" id="mainFrame" title="Online Lounge Radio Streaming Deep House - Lounge.am" /> <frame src="player.php" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" /> </frameset> <noframes><body></body></noframes></html>now i wonder if there will be problem with google, that crawls my website....
the 1st frame is player, that has no content in it, 2nd is the main website...
and besides now when i change the pages, the title remains the same(player.php's title).

will this harm my website ranking?


what will u advice me to do?

thanks in advance! anybody, please help me!!!!!! Yes you do have a problem using frames (as you already noticed).

The radio station I listen to online opens the player for live broadcast in another window so you can keep surfing their site. Google didn't index the content within the frames
 
Back
Top