devnihil
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Plugin Conflict@ If you are using another plugin for schema you can disable schema output for the Yoast SEO by using the following filter:
add_filter( 'wpseo_json_ld_output', '__return_false' );
We have more information available on this in our Schema API documentation.
Forum: Plugins
In reply to: [Yoast SEO] Authorship attributed to organization@djwilko12 If you want to change the output of the
Person
?schema, this can be accomplished using the?wpseo_schema_person
?filter.We have additional information and usage examples available in the developer documentation here: Change Organization Schema Output.
Forum: Plugins
In reply to: [Yoast SEO] robots.txt errorsThanks for the clarification. Regarding your issue, can you please try using the following and let us know whether this resolves the error in Google Search Console?
User-agent: *
Disallow: /pdf/
Disallow: /wp-content/uploads/
Disallow: /subjects/
Disallow: /ngg_tag/
Disallow: /Archives/
Allow: /
Sitemap: https://www.saanichsommeliers.ca/sitemap_index.xmlIf it doesn’t, can you please provide us with the exact errors that Google Search Console is returning for the robots.txt file?
Forum: Plugins
In reply to: [Yoast SEO] no image when sharing links on all social mediaThanks for your reply. I checked the post in the Facebook sharing debugger and found that the image preview is now appearing as expected (see image here).
In addition, I tested the link on Facebook and the link preview there also displayed the image correctly as well (see image here).
If the issue occurs again, can you please try using a .jpg, .gif, or .png instead of .webp and see whether it resolves the issue? As per Facebook’s guidelines for og:image, .webp is not officially a supported image format for og:image.
Forum: Plugins
In reply to: [Yoast SEO] Yoast SEO Analysis no longer available in Elementor@anthyx Thanks for your reply.
This issue was specific to the 3.18 so it appears it was addressed as part of the 3.18.1 updated. If you should need any further assistance, please do not hesitate to let us know.
Forum: Plugins
In reply to: [Yoast SEO] Search Engines refuse to Index Pages@slyronit I reviewed the content and didn’t see anything immediately apparent that would violate their guidelines. We’d recommend to respond back to Bing and ask for more details about what in your content specifically violates their guidelines.
Forum: Plugins
In reply to: [Yoast SEO] can’t delete – sitename@omribar51 Thanks for providing the screenshot.
We reviewed this and we think that you are not wanting the domain name appear in the breadcrumb as it’s title. Is that correct?
If so, you can edit the Breadcrumb Title by following the directions found here.
Forum: Plugins
In reply to: [Yoast SEO] Meta box – Javascript erorThanks for confirming that updating Firefox resolved the issue. If you should need any further assistance, please do not hesitate to let us know.
Forum: Plugins
In reply to: [Yoast SEO] Rich Snippets settings@devxpe Thanks for your reply.
Regarding your issue, the links below the search results are called Sitelinks, and Google selects them based on your site structure. Yoast SEO automatically adds all the necessary Schema needed to generate Sitelinks. So you won’t need to change anything from the plugin.
You could signal to Google which links you want to appear by using the following actions:
- Provide a clear structure for your website, using relevant internal links and anchor text that’s informative, compact, and avoids repetition. These guides explain more: Blog SEO: add and maintain categories on your blog and Clean the Site Structure
- Allow Google to crawl and index important pages within your site. Use Inspect any URL to check that they render correctly.
- Consider using noindex to remove pages you do not want to be shown in search results. This guide explains more: How Do I Noindex URLs?
- Be sure to resubmit your sitemap to Google, as it will encourage them to crawl your site and update the search index. This guide explains more: Submit Sitemap to Google
- You may also wish to contact Google for more information on how they decide which links appear by making a post on their forums.
Forum: Plugins
In reply to: [Yoast SEO] Yoast not excluding cpt from sitemap@kees78 Thanks for posting your solution. If you should need any further assistance, please do not hesitate to let us know.
Forum: Plugins
In reply to: [Yoast SEO] Yoast is showing update available, when its already updated@gilesk Thanks for confirming that your issue was resolved by reinstalling.
Forum: Plugins
In reply to: [Yoast SEO] Cannonical tag issueWe checked on the page and are currently seeing the canonical for as pointing to https://eddu.pro/programming/
Regarding paginated content, its the default behavior of the plugin to point paginated content to the page in question, not the first page of the content.
If you do wish to change the canonical value we have a guide on how to this here. Also, the canonical URL can be change programmatically using the
wpseo_canonical
developer filter, as described here.Forum: Plugins
In reply to: [Yoast SEO] two URL in XML sitemapsIt isn’t necessary to remove the page-sitemap.xml from the sitemap_index.xml. When you submit your sitemap to Google or any other search engine though, its important to only submit the main sitemap_index.xml URL. Google will then read all of the child sitemaps, including page-sitemap, and the URLs that each child sitemap contains. So you only need to submit sitemap_index.xml and not the child sitemaps it contains.
Forum: Plugins
In reply to: [Yoast SEO] Recipe word countWe’re sorry to hear you feel that way, but we’re glad you were able to find a solution to your issue.
Forum: Plugins
In reply to: [Yoast SEO] sitemap error@carolinezhao123 The source code for the sitemap is empty. This typically means your site has a static file on the server or there’s a conflict with a plugin or theme. Please remove any static sitemap files as Yoast SEO does not create a physical file on your server.
If you do not find any static sitemap files, this may be a plugin or theme conflict. Please disable all plugins except Yoast SEO, and use one of the default (Twenty*) themes. If the problem goes away, enable plugins one by one to identify the source of your troubles.
If you can install plugins, the Health Check & Troubleshooting plugin offers a troubleshooting mode that will disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site. Once in the troubleshooting mode, please activate only Yoast SEO and attempt to reproduce the issue you described.
If you are unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts