Hey,
we want to implement dynamic metadata feature for one of our clients. (real estate portal)
I know there is an entire documentation for this:
But I’ve read some recent messages in community that
a, it doesn’t work
b, it’s outdated
Could anyone share with me if the docs is still up-to-date?
Alternatively if there’s another step-by-step guide?
I’d like to avoid working bunch of hours on it just to find out it won’t work according to docs.
Hi Juraj
This tutorial is not up to date, no. Unfortunately, Cloudflare changed its UI shortly after Slavo recorded the videos and we haven’t had the chance to record new ones.
We have a community member that came up with a solution:
i figured it out, it now works for me.
i’m using the cloudflare reverse proxy. i just followed the guide , even if some cloudflare UI was updated, it stays more or less the same. biggest struggles were:
figure out how to make it work with supabase
fix the pattern matching in the config to skip css and js files, or page load would break
use the cloudflare Routes to avoid touching the DNS
all the meta tags in the head are updated with dynamic content that is in my db, you can check the head sou…
Let me know if this works for you
1 Like