Our Flash widget is quite popular on the web.
There is a link to our web-site embedded inside the widget.
Does Google count this link as a back link to the site?
Our Flash widget is quite popular on the web. There is a link to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Adobe openly published a while ago the SWF format specs, so Google’s indexing of Flash files will get better as time passes.
Check out this article from Adobe: SWF searchability. They also recommend reading the article from Google blog, earlier recommended by Lucero, called Improved flash indexing.
Last, but not least, this is partly related to Lee Brimelow’s tutorial on deeplinking in Flash. Not the same thing, I know, but they’re in the same neighborhood.
All these aside, if it’s just a widget, it’s not worth the effort. Try to embed it with swfObject or some similar JavaScript detection code and provide an appropriate alternate content. I’m thinking an
<a id="widget">Click here to visit my site</a>tag, with a css similar toa#widget { width:200px; height:200px; display:block; text-indent:-10000; background-image:url('widget.gif'); }should do the trick. This should act like a normal link, so Google should index it well, modern browsers will display the image, if the Flash plugin is not available (iPad, iPod, other mobile devices included) and the Flash enabled browsers will get the Flash content, so everybody’s happy.