I want to add a meta tag for my site description inside the head area of a specific page before the body tag opens on the WordPress website.
I want to add a meta tag for my site description inside the head area of a specific page before the body tag opens on the WordPress website.
2
Answers
go to Dashboard > pages > open page with editor
go to HTML find the HTML and add your tags
if this not works for you edit your Cms and add custom Scripts and make change
Use hook for wp_head() in your functions.php theme file ( or plugin ).