I added some seo tags like described in the readme, but seo checker websites tell me, that there is no title tag for example.
I added the title tag like this:
meta.ogTitle(ogTitle: "my title");
How does this package handle the fact that the flutter environment needs some time to load and how does it handle dynamic content?
Thanks for your interest Tim, I am still working on SSR and the work not completed yet as mentioned before to make new out of the box solution, thanks again..
I added some seo tags like described in the readme, but seo checker websites tell me, that there is no title tag for example. I added the title tag like this:
meta.ogTitle(ogTitle: "my title");
How does this package handle the fact that the flutter environment needs some time to load and how does it handle dynamic content?
Cheers!