32
Views
2
Comments
[SEO Utils on Steroids] Metatag on reactive application
seo-utils-with-steroids
Reactive icon
Forge asset by João Marques
Application Type
Reactive

Hello guys


I have a problem when I want add meta tags on reactive application, I add Metadata_AddToPage action on OnReady event but when I see the source code html show 


2020-01-10 13-55-33
Ivo Gonçalves

Hello,

Where are you getting this HTML from? If it is from the network tab, or from the view page source, it is normal that it doesn't show up. You need to look at "Elements" tab in the developer tools.

What you are seeing is the HTML template that is served on the first request. Afterwards, the JS kicks in and starts building the page. This is how single page applications work.

2023-04-28 15-39-13
Artemio Sampayo Olivares

Hello my friend Ivo

I see the meta on the elements tab


Thank you


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.