I got a question, its possible to change the Metatag Keywords with JQuery?
I Already tried this but didn't work.
$("meta").attr("description", "Keywords bla bla bla");
And this
$('meta[name=keywords]').attr('content', 'New Author Name');
Any solution?