react native web app - i want to edit html metadata before passing
Unanswered
Spectacled Caiman posted this in #help-forum
Spectacled CaimanOP
i export react native to web-build
what that does is always gives same index.html and js do all the work.
for google crawlers this is bad.
so i want to check in the vercel where im hosting - lets say url is /posts/{id}
then i will fetch the post info from database with that id - and edit the index.html or just use some template and fill it with the post data.
what that does is always gives same index.html and js do all the work.
for google crawlers this is bad.
so i want to check in the vercel where im hosting - lets say url is /posts/{id}
then i will fetch the post info from database with that id - and edit the index.html or just use some template and fill it with the post data.