"Header templates does not support Schema markup"
-
I’m seeing the notice:
At least one of your theme header templates does not support Schema markup of the webpage head section. The <head> element in your theme’s header templates should include a function / action / filter call for its attributes. WPSSO can update your theme header templates automatically to change the default <head> element to:
<head <?php do_action( ‘add_head_attributes’ ); ?>>
Click here to update theme header templates automatically or update the theme templates yourself manually.I’m using the Salient WordPress theme, which is a popular theme sold on Themeforest.
I’ve tried adding in the suggested tag to my child theme’s header.php, however it blocks my website from loading. Can I ask why this is suggested? After a thorough Google search, I can’t see mention of this practice anywhere. So I’m a bit confused.
I’d also be happy to manually add the Schema tags into my header.php, if I knew what they were.
Thanks in advance!
- The topic ‘"Header templates does not support Schema markup"’ is closed to new replies.