Archived topic
meta description in a hook / head
3 replies · Started by imke on April 15, 2021
Hi Team,
very old-fashioned - to avoid another SEO-Plugin .... can I make a hook in the head with
<meta name="..."/> ?
Thanks for help,
Imke
Hi there,
Personally, I think the these things should be handle by an SEO plugin.
Or you can try using the wp_head hook with a hook element:
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/wp-head/
Thank you, I've tried to do so, but it didn't appear, because I applied to be shown only at the start-page. Then changed it to "whole page". Now it works.
Glad to hear :)