Search…

X3 Photo Gallery Support Forums

Search…
 
addk2
Topic Author
Posts: 13
Joined: 25 Dec 2007, 03:23

how to insert keywords

16 Jan 2008, 10:14

Hello,

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

thank you
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

16 Jan 2008, 10:50

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>
 
addk2
Topic Author
Posts: 13
Joined: 25 Dec 2007, 03:23

16 Jan 2008, 18:30

thank you very much Karl!