You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am implementing this feature and at the end, it uses `
` for AJAX-crawling purposes.
But I need a few custom and dynamic meta during the AJAX-crawling. I tried putting those custom meta-tags on head-tags in the rendered templates in the private folder, but it didn't work. It went straight to client-rendered meta-tags.
Is it possible to render dynamic meta-tags on the ssr/client directory or just render dynamic meta-tags on the server side?
I am implementing this feature and at the end, it uses `
` for AJAX-crawling purposes.But I need a few custom and dynamic meta during the AJAX-crawling. I tried putting those custom meta-tags on head-tags in the rendered templates in the private folder, but it didn't work. It went straight to client-rendered meta-tags.
Is it possible to render dynamic meta-tags on the ssr/client directory or just render dynamic meta-tags on the server side?
BTW thanks for the great work @arunoda
The text was updated successfully, but these errors were encountered: