Dynamic <Head> entries

Hello,

I have a client who's marketing team are asking for access to dynamic "head"and "body" entries, for when the prompt addition to body or head tags is needed. I'd presume app connect is loaded after, so a simple bind won't cut it. However, is it possible to do so via server side data rendering or defining template data? I haven't had much chance to experiment with them yet, so all the help is much appreciated :slight_smile:

Take a look at @Hyperbytes Wappler videos on the subject (this feature is for Node JS only). The video below is part of a Playlist featuring many videos on SEO but this one sounds quite close to your request.

2 Likes

Thank you for helping out with setting SEO, it has helped me a lot! However, it looks like my dynamically inserted script string via template produces head link with encoded html tags. Do i need a special formatter? or is there a formater that already exists? I appreciate all the help :slight_smile:

Maybe this will help

1 Like

:clap::clap: yup, worked like a charm! Thanks! Now just simply need to think whether it possible to pass the array :face_with_open_eyes_and_hand_over_mouth: :grinning:
But will have more through look to see whether the github documentation you've linked in that post has anything about it :thinking: