Page 1 of 1

how to insert keywords

Posted: 16 Jan 2008, 10:14
by addk2
Hello,

I am wondering how to put key words in my website..
is it true that google does ignore flash sites?

thank you

Posted: 16 Jan 2008, 10:50
by mjau-mjau
It is true that google ignores flash/swf, but it does not ignore the page itself. You can add <title> and other meta tags to the imagevue page.index.php. Just open it in dreamweaver or notepad.

Also, if you want to add a range of keywords or phrases, you could simply add text to the <div> tag in index.php:
Code
<div id="imagevue">
     ... put your text here ...
</div>

Posted: 16 Jan 2008, 18:30
by addk2
thank you very much Karl!