MariusG
Forum Replies Created
-
Hi @anastorp1,
You can upload images (such as the screenshot) on Imgur and share the link here. Any other image sharing website will do, but Imgur is one of the most common used solution.
We are looking forward to hearing from you.
Hi Sanjay,
Those URLs were the only ones returning a 403 status code. The other links return 410, which is working as intended by the Search Index Purge plugin.
After ~6 months, when the attachment pages will all have been removed from Google’s index, you can deactivate and delete the Search Index Purge plugin.
Hey @crzyhrse,
Unfortunately, we do not have enough information to provide you with a solution. As you have mentioned, the issue does not persist when only Yoast SEO and Divi are activated.
We would be happy to further investigate this issue if you can tell us what is the third plugin involved that causes this issue.
If you are willing to perform a conflict check, please keep Yoast SEO and Divi active only, then activate the other plugins one at a time, until you find out which one is causing the issue.
We are looking forward to hearing from you.
Hi Steve,
Sorry about the confusion, it seems like we are indeed referring to different issues. Please let us know the image size of the featured images what you are using (where the og:image is using the default image instead of the featured image), so that we may try to replicate it on our side.
Please note that if your image is smaller than 200×200, then it will not work. You can access Facebook’s guidelines for sharing here.
We are looking forward to hearing from you.
Hi @dubeux,
Thank you for getting back to us with details.
Unfortunately, it is not currently possible to noindex all posts in a given category using Yoast SEO’s features/dashboard.
If you are comfortable with adding PHP snippets to your theme, you can use the following one to noindex all posts in a specific category:
/* Noindex all posts in a category */ add_filter("wpseo_robots", function($robots) { if (is_single() && in_category(array(100))) { return "noindex,follow"; } return $robots; });Replace 100 with the actual ID of your category.
Hey,
Sorry for troubles you have experienced, there is indeed a bug with the current version of Yoast SEO. A bug report has been submitted to our development team, you can follow its progress here: https://github.com/Yoast/wordpress-seo/issues/10391
Unfortunately, we do not have an exact date for the fix, but it is on our high priority queue.
You can edit the robots.txt file both with the free version too.
As mentioned before, if the page cannot be accessed from your dashboard, then the only solution is to use X-Robots-Tag.
Being a single warning, it is safe to ignore it. But if other pages like this start getting indexed, it’s best to use the X-Robots-Tag solution.
Hi @jeff2mars,
When did you create the product pages? If it was done recently, then this is expected as Google does not instantly crawl and index that many URLs.
In addition, can you confirm that you have submitted your sitemap to Google Search Console, as in this guide?
Hi @anastorp1,
Are you using any browser extensions for Safari? If so, please temporarily turn them off and let us know if the issue persists.
Paginated comments usually mean that you will have pages with duplicate content (as the content of the article is the same on each page, only the comments are different).
If the paginated comments load without changing the URL, this is also an issue as most of them will not get indexed by the search engines. Search engines usually ignore content that is not visible by default.
Last, but not least, paginated comments provide a bad user experience, as a reader has to load a new page each time to read more comments.
That being said, unless you have a good reason to do otherwise, paginated comments are not recommended.
Hi Simon,
Unfortunately, we cannot provide site-specific SEO advice. However, if you want to hear our opinion on sliders, you can do so here.
Regarding having internal links on banners and H2 headings, there’s nothing wrong with this. As a general guideline, try to add links to improve user experience, not for the search engines. If it makes sense for your users to add links on your banners and H2 headings, then you should do so.
Hi @rafailidis,
Please update the plugin manually through FTP, as in this guide.
This will overwrite any of the existing files and make Yoast SEO show up again in your WordPress dashboard.
Hi @tranba1992,
We are sorry to hear that Yoast SEO is not working as expected on your website.
Can you confirm that you are using the latest version, 7.8? If so, please check for conflicts and let us know if the issue persists when Yoast SEO the only active plugin.
Hi @mk2mark,
Please check if the issue persists after increasing the maximum memory limit as in this guide.
If it does, can you try and gather as much information for us as possible? Please perform the following:
1. Make sure the issue doesn’t persist when Yoast SEO is disabled.
2. Check for conflicts.
3. Check for JavaScript errors with your console.We are looking forward to your reply.