Fill meta description via javascript does Google interpret the code?

1

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

    
asked by anonymous 25.09.2017 / 16:25

1 answer

0

Yes the google bot will respect and behave like an html element.

A good google search on "does google search process javascript" can help you delve into how far you can use JS on your site without affecting SEO.

    
25.09.2017 / 16:46