I have a JSON
{"content":{"description":"Descrição do meu site"}}
I wanted to populate the meta name description via javascript
<meta name="description" content="" />
I wonder if Google will read this information, otherwise what would be the best alternative to do?
NOTE: My site only accepts JavaScript, so I have to rev it with JS