Submit Your Article Forum Rules

Results 1 to 4 of 4

Thread: Flash and Google

  1. #1
    Senior Member
    Join Date
    May 2007
    Location
    india
    Posts
    111

    Flash and Google

    Someone has suggested this process to feed content and use flash. Is it a good method? Need your opinion?

    Code:
    <div id="flashcontent">
        This is replaced by the Flash content if the user has the correct version of the Flash plugin installed.
        Place your HTML content in here and Google will index it just as it would normal HTML content (because it is HTML content!)
        Use HTML, embed images, anything you would normally place on an HTML page is fine.
    </div>
    <script type="text/javascript">
        // <![CDATA[
        var fo = new FlashObject("flashmovie.swf", “flashmovie", “300″, “300″, “8″, “#FF6600″);
        fo.write("flashcontent");
        // ]]>
    </script>

  2. #2
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Re: Flash and Google

    Generally id="flashcontent" refers to unique content on your page, so the technique sounds good to me. Generally about SEO and Flash I can give you this information.

    On this

    A larg collection of SEO, SEM and Web marketing related links.

    page, scroll down to the heading "Seo" pluss subheading "Flash" or use page search (CTRL + F + Flash) and hit next some times.

  3. #3
    Senior Member
    Join Date
    May 2007
    Location
    india
    Posts
    111

    Re: Flash and Google

    Thanks for the link kgun, I would definitely go through it.

    Ok, tell me one thing...does Google crawl the HTML part below <script></script> ?

  4. #4
    WebProWorld MVP kgun's Avatar
    Join Date
    May 2005
    Location
    Norway
    Posts
    7,999

    Re: Flash and Google

    Yes I think so. Bu in order of priority I would reccommend:
    1. Having JS code in an external file.
    2. If you have it in your html file, put it at the end of the file.

Similar Threads

  1. Google Now Spiders Flash!
    By BossWebmaster in forum Flash Discussion Forum
    Replies: 28
    Last Post: 04-09-2009, 11:19 PM
  2. Replies: 9
    Last Post: 09-11-2008, 02:39 PM
  3. Google Indexes Flash
    By sis651 in forum Google Discussion Forum
    Replies: 8
    Last Post: 12-13-2006, 12:01 AM
  4. Google Flash Ads?
    By WPW_Feedbot in forum Search Engine Optimization Forum
    Replies: 0
    Last Post: 11-23-2005, 12:30 PM
  5. Flash and Google PR
    By Lori99 in forum Google Discussion Forum
    Replies: 0
    Last Post: 09-06-2005, 04:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •