Unknown meta tags being added
-
Hey all!
I’ve got an issue right now where something in WordPress is adding a few meta tags:
<meta property="og:title" content="Home Page" />
<meta property="og:url" content="https://thefoundation.com/" />
<meta property="og:site_name" content="The Foundation" />
<meta property="og:description" content="" />
<meta property="og:image" content=""/>
Upon troubleshooting I found that it wasn’t any plugins, it was being attached to the WP_head, and is something in our theme files. I did a search of our theme files and it doesn’t seem like any of them have any of these meta tags in there…
I don’t know if anyone has had any experiences with something like this? Any thoughts on how to troubleshoot and fix it? I’ve manually added meta tags beneath the wp_head to try and “overwrite” them, but this doesn’t seem to be working either.
The website in question is https://www.thefoundation.com
Thanks in advance for any and all help!
- The topic ‘Unknown meta tags being added’ is closed to new replies.