Published
- 1 min read
javascript change meta tag
The solution for this is noted below
javascript change meta tag
Solution
document.querySelector('meta[name="description"]').setAttribute('content', _desc)
Try other methods by searching on the site. That is if this doesn’t work