Skip to main content

Questions tagged [yoast]

Yoast is a WordPress plugin for website and search engine optimization. Use this tag if you have a question that is directly related to Yoast.

0 votes
1 answer
613 views

LinkedIn Thumbnail Image Not Appearing

Issue: LinkedIn does not generate a thumbnail image when sharing a blog post. Here’s an example blog post: https://blog.terkel.io/12-tips-to-improve-underperforming-blog-posts/ We have: Upgraded to ...
Brett Farmiloe's user avatar
8 votes
3 answers
21k views

How can I change the title on a WordPress page?

Context: WordPress 5.4.5 and Yoast SEO 3.7.1 I'm a plugin developer who has access to the client's site. The site has Yoast 3.7.1 installed. Is that significant, because no matter what I do I can't ...
bugmagnet's user avatar
  • 7,719
2 votes
2 answers
2k views

Wordpress > Yoast > How to adjust (or disable) Meta-Robots for Comment-URLs?

It would be wonderful if someone could enlighten me about the use of meta-robots for comment-urls in Yoast. As you can see in the source code of these example URL: https://www.bussgeldkatalog.org/...
Roman Trushanov's user avatar
1 vote
0 answers
319 views

Is there a filter or action to dequeue jQuery on Yoast sitemaps?

I've added more detail from this question. Yoast SEO page-sitemap.xml is invalid XML. Showing error Extra content at the end of the document I found that Yoast SEO page-sitemap.xml is invalid ...
rw-intechra's user avatar
1 vote
1 answer
518 views

Yoast sitemap broken due to script tags

Yoast SEO is returning an error when I access its sitemap. The file page-sitemap.xml says "error on line 2 at column 1: Extra content at the end of the document" I tracked the problem down to the ...
rw-intechra's user avatar
1 vote
0 answers
494 views

Set 'nofollow' in Yoast, for Woocommerce product pages in a specific category

I have been trying to exclude a specific "wholesaler-category"(b2b_only) from being indexed. Bellow code seems to be ignored by Yoast. Or as far as I can see in the meta header, the products ...
Pandusen's user avatar
1 vote
1 answer
2k views

WP SEO Yoast plugin breadcrumb and JSON-LD (BreadcrumbList) integration

I am trying to integrate yoast_breadcrumb API with JSON-LD. According to the SEO Yoast plugin documentation, I have this breadcrumb code as below: <?php yoast_breadcrumb(); ?> However, I am ...
Mike's user avatar
  • 173
1 vote
1 answer
943 views

No WordPress plugin able to generate a sitemap

A while ago I managed to install Virtualmin on my VPS and am currently running WordPress. I'm also using Nginx. After restoring my blog back from the backups I made, I was able to get it up and ...
Wakkun's user avatar
  • 41
0 votes
2 answers
3k views

How to remove actions from Yoast SEO plugin

I need to remove the actions that Yoast SEO has added. This is my code: function remove_actions() { // deregister all not more required tags remove_action( 'wp_head', '_wp_render_title_tag', 50 )...
bradley546994's user avatar