Home › Forums › Support › Pagespeed insights reports missing meta description. This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts December 6, 2022 at 5:29 am #2451390 Scott I’ve had to fix this in Storefront theme, but gp’s header.php is very different. I am using the child theme so do I just copy header.php to the child theme and just add the meta description to it there? December 6, 2022 at 5:40 am #2451402 Scott Eh, way easier than I thought. I’ll answer my own question. Yes just copy header.php to the GP child theme and add the meta description to it below line 15. December 6, 2022 at 5:43 am #2451406 DavidStaff Customer Support Hi there, as an alternative to making copies of the templatgs, you can use the wp_head hook to add the meta. Either using a function eg. add_action('wp_head', function(){ ?> // add your meta here <?php },1); Or use a GP Hook Element to add it. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In