I’ve created a website with react native (expo) to be able to display a demo of the game I’m implementing for android and ios.
However when it comes to SEO I don’t know what to do.
I found that there is the ‘description’ option that can be set in app.json, but there seems to be no way to implement meta tags like it is possible inside the head of a React-project, in order to be found in search engines.
Do you have any suggestions?