UI is created in Dart and the Dart code will be compiled to JavaScript. How to make them indexed by the search engines?
Can UI created in Rikulo be indexed by search engines?
246 Views Asked by Tom Yeh At
2
There are 2 best solutions below
0

According to (http://www.forbes.com/sites/velocity/2010/06/25/google-isnt-just-reading-your-links-its-now-running-your-code/):
On Friday, a Google spokesperson confirmed to Forbes that Google does indeed go beyond mere “parsing” of JavaScript. “Google can parse and understand some JavaScript,” said the spokesperson.
However, tomyeh's answer is good too :)
If UI is written in pure Dart, they won't be indexed. However, you can use Rikulo EUL, a markup language, to embed UI in the HTML page. Because EUL can be written as a HTML fragment, they will be indexed by the search engines.
For example, in the following code snippet, "Rich widgets", which is a label, will be indexed by search engines.
For a real example, please refer to the Scroll View example.