UI is created in Dart and the Dart code will be compiled to JavaScript. How to make them indexed by the search engines?
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.
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.