Keywording

Discussion in 'All Other Search Engines' started by amanW, Jun 10, 2006.

  1. #1
    hi all ,

    If someone is looking for a safe way to add text content/keywording for search engines to a site that contains only images/flash and no html text. As far as I can tell, any kind of SEO is considered spam by the search engines - what's the solution?

    :confused:
     
    amanW, Jun 10, 2006 IP
  2. cashuser

    cashuser Peon

    Messages:
    22
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You could create a html webpage to link to your flash/image contents.
     
    cashuser, Jun 10, 2006 IP
  3. webviz

    webviz Peon

    Messages:
    216
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You could pull something off with regex.
     
    webviz, Jun 10, 2006 IP
  4. Lisper

    Lisper Guest

    Messages:
    86
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It won't be seen as spamming if you show alternate content that is representative of your flash / image content. A way to show alternate content for flash files:

    The SWFObject javascript file can be used to replace part of your html with a flash movie. In the new SWFObject() javascript function call you can specify the movie filename, size, flash version required (make sure this is correct) and a background colour.

    http://blog.deconcept.com/swfobject/

    <script type="text/javascript" src="swfobject.js"></script>

    <div id="flashcontent">
    <p>Alternate content here. Only bots and visitors without flash or javascript will see this, other visitors will see the flash movie.</p>
    </div>

    <script type="text/javascript">
    var so = new SWFObject("movie.swf", "moviename", "200", "100", "7", "#336699");
    so.write("flashcontent");
    </script>
     
    Lisper, Jun 10, 2006 IP
    Ajeet likes this.
  5. guruji

    guruji Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi,
    Well, you could add meta tags, not that they mean much anymore. I guess
    the <title> tag and backlinks will be what gets you on search engines.
    Submit it to every search engine and directory and showcase site you
    can find.

    Nothing wrong with SEO, so long as it's legit. Except that rule #1 of
    SEO is don't use Flash.

    guruji
    Consultant : Hosting, Web Design, Reseller Hosting, Virtual Servers, Dedicated Servers
    www.comforthost.net
     
    guruji, Jun 11, 2006 IP