I currently use WordPress for my marketing site, which only has a few pages. To minimize the tools being used, I decided to create these pages in FlutterFlow (FF) alongside my app. I set up both appHome and webHome pages in FF, first creating a test page to verify that the app correctly navigates to web-view pages based on certain conditions.
However, I've encountered a significant issue: while creating pages is straightforward, the rendered source code isn't search-engine friendly. The page content isn't accessible to search engines or even selectable by users.
So here's my key question: Is this limitation specific to FF, or is Dart generally not suitable for web pages? Without proper SEO capabilities, these pages would be ineffective, as being undiscoverable in search results would harm the site's online presence.
Thoughts and guidance is appreciated.