If I have an all flash website, can I make it do-follow? Or would it already be do-follow unless coded specifically for no-follow? Kinda a newb question I guess, all my coders are asleep.
nofollow is a value for the relationship attribute on anchor tags that Google recommended to identify links in user generated content that may be spam.
<a href=“http://www.example.com” rel=“nofollow”>a link</a>
Since this is something you have to add to your code, you are “do follow” by default.
How well Google can index your Flash files is another matter entirely. They’re still not very good at that.