Yoast SEO title displaying %% in browser
We have a script that displays the Yoast SEO title and if no SEO title exists, then we just default to the page title:function replace_wp_title_with_yoast_seo_title($title) { $yoast_title =...
View ArticleAdding a Yoast Canonical when a new post is published in WordPress
I need to add a Yoast canonical tag only when a post is published. If the post is already published and updated I do not want to update the canonical tag. I'm using add_post_meta but the function only...
View ArticleWordpress shortcode not rendering in Yoast og:title
I have a simple shortcode which i use on post titles:add_shortcode('year', 'year_shortcode');function year_shortcode() { $year = date('Y'); return $year;}add_filter( 'single_post_title',...
View ArticleHow to use Yoast SEO Premium properly
The Yoast plugin creates its own redirect map when the URLs of published posts are changed. We need a function that will run after changes are made to the redirect map.But for some reasons, I can't...
View ArticleUpdate Yoast Focus keyphrase _yoast_wpseo_focuskw via cURL
I am trying to update the Focus keyphrase for a post via cURL, however, it does not insert nor update the Post.Here is my curl. Any ideas what I'm missing, or what am I doing wrong? (I'm trying...
View ArticlePage not in full canvas?
I had an issue earlier where the page canvas was full, but I accidentally hit the back button on the WordPress editor. I tried and saved again in the elementor, but the problem persisted. I also...
View ArticleThe title displayed on the search engine is false WORDPRESS
I'm new to the world of WordPress. I've installed the YOAST SEO extension, and in the settings, I've configured the site to be called "Lottie - Restaurant cuisine fraîche." settings yoastHowever, it's...
View ArticleGet Width of Title Like Yoast SEO does
Based on Yoast SEO, it determine whether the title is too long based on its width instead of number of characters.So, how to know the font, font size, and font style used in Google search results?Also...
View ArticleCannot update Yoast SEO post meta to no index based on ACF field
I am trying to update Yoast post meta to set no index based on an ACF field, but it is not working anymore. Setting an ACF field is way easier for clients than going to the Yoast SEO plugin settings on...
View ArticleHave a issue with the structured data of my website
My website is on WordPress and has a Yoast plugin for SEO.Problem:- My website it changed but Google but in result it shows the older pages that I had on my older website as shown in this image and I...
View ArticleYoast invalidates rss feed with ? query
I have recently installed Yoast and am generally pleased with the results. However, when Yoast is active my RSS feed from WP Events Manager that uses a query to exclude specific event category fails....
View ArticleHow to Add Meta Title and Description in Yoast with WordPress Rest API?
I'm trying to add a title and description in Yoast with WordPress rest API, but I didn't found any way of doing so. If you know, please help me :)
View Articlehow delete Auto redirect Url in Yoast seo premium
In Yoast seo premium when change post url, old url automatically redirect to new url, where this url saved ? and how i can remove or delete this redirect?
View ArticleWordPress Meta Description Filter writer Name
Remove "Writer & author name" from Homepage Meta Description WordPress.The information is available in the image, please take a look.Discord description:I used the Yoast plugin and a few other...
View Article"Page not found" due to modification of slugs in Wordpress, how do I fix it?
When performing an SEO optimization on Wordpress (with the Yoast plugin) I modified some slugs. Now within those modified pages I find links that take me to "page not found", broken links. I've already...
View ArticleWordpress -> Yoast SEO settings -> error: Cannot read properties of undefined...
I simply wanted to go over the settings of Yoast SEO on my site, and got to this error message:Cannot read properties of undefined (reading ‘prevOffset’)This error appears on every page of the Yoast...
View ArticleHow to configure Yoast to accept a URL to a remote image for the social image
I'm running Yoast SEO plugin on my Wordpress site. I'm using the plugin mainly to be able to set the og:image, og:title and og:description for each page. By default, you can only set the "Social Image"...
View ArticleHow to configure YoastSEO for redirecting duplicate subdirectory paths in...
I'm working with a WordPress Multisite setup where one of the subsites is located in a subdirectory named /en/. I've encountered an issue where URLs that include a duplicate subdirectory path,...
View Articleedite yoast schema
I found this error on my search console : "Value in property "reviewCount" must be positive (in "aggregateRating")"I've searched about it. it's related toI don't know how should change this json code....
View ArticleHow to use Yoast or any alternative in next.js?
I found a wordpress pluggin that check your seo while you write data in the forms so that you write the best thing possible and yoast also recommend you some keywords and useful informations.I want to...
View Article