SEO for Flash Based Wedsites
Flash-based websites are becoming more important and popular on the Internet. Sadly, Flash websites are not exactly SEO-friendly. If you want to improve the indexing (and hopefully ranking) of your flash-based website, keep reading.
Although there has been recent good news about Google improving the crawling and indexing of Flash content, it is still a good rule of thumb not to go overboard when it comes to developing flash websites, and stick to the classic rules of search engine crawlability.
These classic rules are the following (based on Google’s technical guidelines):
a. Prioritize the use of HTML text links more than any other technology in presenting a hyperlink (such as using flash-based hyperlinks or JavaScript).
b. Search engines find new content by following hyperlinks, therefore it is more important to use HTML-based hyperlinks pointing to all of the other content on your website (even if it uses Flash).
These two rules appear to be simple but can be quite difficult to implement. This tutorial aims to provide some clues and suggestions as to how webmasters might improve the search engine crawlability aspect of their Flash website.
It is important not to underestimate the impact of indexable text content crawled by search engines because,
Based on the above diagram, before you can get a high level of search engine traffic/organic traffic (provided also that your website has that amount of trust and authority in Google), your content needs to be crawled and indexed by search engine bots.
If your website is based on Flash, it is possible that there are some crawling issues that lead to decreased or even no text content being indexed, which can affect search engine traffic.
—————————————————————————–
Title Tag for Your Pages
Let’s do this step by step so that it will look easy. The technique involves rendering some of the parts as HTML so that you can add important SEO onsite factors like title tags.
For example, this is in pure flash:
<embed>
Your uncrawlable Flash Code…
</embed>
However, it is better to use HTML title tags and other important SEO onsite elements by adding an HTML-based structure in addition to Flash.
Recommended Code Structure:
<html>
<head>
<TITLE> Your SEO Friendly Title Tag </TITLE>
< — Other head elements here — >
</head>
<body>
<embed>
Your uncrawlable Flash Code…
</embed>
</body>
</html>
Search engine bots like Googlebot can now recognize an indexable title tag in HTML syntax. Do more research and make your title tag descriptive and accurate based on your content. Keywords in your title tag are still an important SEO onsite factor.
The flash content is placed within the body tag.
Here is a screen shot of a flash page with the Title tag element:





