Works great
-
Great plugin but I did notice two issues.
1) The WebPage name in Yoast Schema doesn’t get processed correctly. You can fix that with this:
add_filter('wpseo_schema_webpage', function($data) { $data['name'] = do_shortcode($data['name']); return $data; });
2) If you use the Grow Social by Mediavine plugin then the meta tags will not be processed correctly either (will just show [year] etc). An easy fix is to check the option “Disable Open Graph Meta Tags” in Grow Social’s settings. Since I’m using Yoast I don’t think it was really doing anything anyways.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Works great’ is closed to new replies.