- Products -


Software


NEWS


Special



- Knowledge -


Category × Tag



- Like -

公開
作成日:2022/2/9
更新日:2022/3/4

jsでmetaタグを挿入する

・ページ表示時に動的にmetaタグを編集したい。というケースがある。それを実現する方法を紹介する。

・セレクタでmetaタグ&属性セレクタで選択し、対象の内容を変更する。

実装例



document.querySelector("meta[name='description']").setAttribute("content", add_word + "を特集!~");



参考


https://maggothand.at.webry.info/201708/article_1.html


Category



Tag




関連記事


{{tmp.name}}

{{article.category}} {{article.title}}