1
I have a JSON
{"content":{"description":"Descrição do meu site"}}
I wanted to fill the meta name Description via javascript
<meta name="description" content="" />
I wonder if Google will read this information, if not what would be the best alternative to do?
NOTE: My site only accepts Javascript, so I have to revolve this with JS
Do you have control over when the script runs? Run before the page loads or N seconds later (ie: out of your control)?
– Sergio
@Sergio I have the control to use GTM to insert when the page loads was also that your doubt?
– Lucas C.S
"GTM"? You mean Google tag manager?
– Sergio
@Sergio That’s right Sergio
– Lucas C.S