Structured Data Testing Error
-
Hi guys,
I’m trying to figure out what happened as I had errors in all my website that I assume could be addressed to this plugin.
I found in my header this code
<head <?php do_action( 'add_head_attributes' ); ?>>
that was causing problems.
Now I changed to:<head> <html <?php do_action( 'add_head_attributes' ); ?>> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="theme-color" content="#47403f" />
1. Is the code correct now?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Structured Data Testing Error’ is closed to new replies.