<div>Hi,</div>
<div>I'm interested in implementing deep linking in a way that will be both user- and search-engine-friendly.</div>
<div>My most promising references appear to be</div>
<div> </div>
<div><a href="http://chakramedia.com/deeplink-backbutton/index.html">http://chakramedia.com/deeplink-backbutton/index.html</a> for the Flash implementation,</div>
<div> </div>
<div> and</div>
<div> </div>
<div><a href="http://contentwithstyle.co.uk/Articles/64/clean-urls-for-a-better-search-engine-ranking">http://contentwithstyle.co.uk/Articles/64/clean-urls-for-a-better-search-engine-ranking</a> for URL rewriting with useful keywords, allegedly pleasing to Google.
</div>
<div> </div>
<div>I was also thinking that when the user goes to a particular bookmarkable state in the application (either by Flash navigation or by following a deep link), I could use JavaScript to replace text in the div under the swf with specific search-engine meat corresponding to the current state.  This text could come from Flash or from the server db and be set with "nodeValue" in JS I guess.
</div>
<div> </div>
<div>So my questions are:</div>
<div> </div>
<div>1. feasibility (I'm no JavaScript expert)</div>
<div> </div>
<div>2. sneakiness (would Google penalize this technique?)</div>
<div> </div>
<div>Apologies if this is too far afield for this group, but I thought it's really not a Flashcoders thing, and the JS knowledge might be found here!</div>
<div> </div>
<div>Thanks,</div>
<div> </div>
<div>-A</div>
<div> </div>