Remove datePublished and dateModified from Yoast Schema output on WordPress website
Remove datePublished and dateModified from Yoast Schema output on WordPress website
Remove datePublished and dateModified from Yoast Schema output on WordPress website
This should do the job: <?php /** Plugin Name: wpse425362 Description: Site specific code changes for example.com */ if (!defined(‘ABSPATH’)) exit; // Exit if accessed directly /** * Removes the meta description generated by Yoast * * @param array $presenters the registered presenters. * * @return array the remaining presenters. */ function wpse425362_remove_description( $presenters ) … Read more
Change Paginated Blog Canonicals
Remove wpseo filter from polylang plugin
I noticed that all problematic posts had their wp_yoast_indexable row updated a few months ago which exactly matched with when I ran a script to update all existing posts. It was something like this: $posts = get_posts($args); foreach ($posts as $i => $post) { $post_data = array( ‘ID’ => $post->ID, // other stuff ); wp_update_post($post_data); … Read more
Adding a . may be a bad idea. This issue may be causing Google to not crawl your category URLs, which can result in the “Sitemaps: No referring sitemaps detected” message you’re seeing in Google Search Console. It’s important to note that any changes to your permalink structure can impact your website’s SEO, so make … Read more
Remove a specific sitemap from Sitemap_index.xml
It sounds like Yoast-SEO is using some internal data structure to store the meta-description in addition to the visible div and hidden input field. This would explain why the plugin is showing an error message when you replace the content of the div and input field. To resolve this issue, you may need to investigate … Read more
I had the same problem. There is a plugin co-developed by Yoast for this very issue on the WP plugin repo – https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/ Cheers,
Remove nonindex meta tag