MariusG
Forum Replies Created
-
Hi @sadhaka,
You’re asking for specific SEO advice, unfortunately, this forum is not the right place to do so. However, there is a lot of SEO advice on Yoast.com in the SEO blog and the dev blog.
Alternatively, you can check out our training courses and our consultancy services.
As a general guideline, if attachment pages serve a purpose to your users, then you might not want to redirect them. However, if the same content can be found in the justified image grid pages, then you might want to either noindex or use rel canonical tags to prevent having duplicate content.
Hi @d2s29445,
The focus keyword is automatically set as the title for taxonomies only. In general, product titles tend to be long and to contain technical information of the product, which would not make a great focus keyword.
However, if you believe this would be a useful feature for products, it would best to create a new feature request for our developers at https://github.com/Yoast/wordpress-seo/issues/new. You can create a new issue to submit your feature request. You will need an account to create one.
Don’t forget to include the URL to this conversation in your feature request!
Hi Natalia,
The aim of the Yoast SEO: Search Index Purge plugin is to purge attachment URLs from the search index by making all of your website’s attachment URLs return an HTTP 410 (content is gone) status. Google has approved of our method to solve this issue in the fastest way possible.
That being said, Google Search Console may notify you of an increase in crawl errors. This is to be expected when a large quantity of previously indexable URLs suddenly return 410 status codes. You do not have to do anything and Google will eventually drop the attachment URLs from the search results since they don’t exist anymore. The goal is to permanently remove the media attachment pages from Google’s index.
The solution to request noindexing URLs from the Search Console is meant to be temporary, which is why we couldn’t say for sure whether those URLs will be indexed again or not in the future. As a general guideline, we recommend waiting for 6 months after installing the Search Index Purge plugin, then you can safely remove it.
We’d recommend temporarily deactivating your current SEO plugin and reactivate Yoast SEO. After you have done so, please follow this guide and search for the <title> tag. That will be title generated by Yoast SEO, which you can check if it’s correct.
We hope to have cleared things up for you and please don’t hesitate to let us know if you have any further questions.
Hi Stefan,
In order to understand what might be causing this issue, please let us know if:
1) Are you using the latest version of Yoast SEO and Visual Composer? If not, please update.
2) If so, did the issue happen after updating?
3) Are you referring to Visual Composer or WPBakery Page Builder? We ask as we want to try to replicate this issue.
4) Are there any JavaScript issues showing in the browser console when both plugins are active?
5) Does increasing the maximum memory limit fix this issue?
6) Does the issue persist when Yoast SEO and Visual Composer are the only plugins activated? You can perform a conflict check by following this guide.We are looking forward to hearing from you.
Hi @richards1052,
Yoast SEO does not have any features regarding Google Analytics tracking. You may want to use a free plugin from the WordPress repository for this.
What you may be referring to is Google Search Console, which is a different product of Google.
We hope to have cleared things up for you and please don’t hesitate to let us know if you have any further questions.
Hi Vincenzo,
Feed pages are indeed noindexed by Yoast SEO, in order to avoid duplicate content. Can you give us more details on why you’d want the RSS feed pages to be indexable?
We ask as a feature request is currently open with our development team regarding indexing RSS feeds. So far, we are aware of this being an issue with feeds for Podcasts.
We are looking forward to hearing from you.
Hi @mj00712,
You cannot control whether Google can or cannot crawl external files. In your case, the blocked resources are from translate.google.com and api.pinterest.com. Both of these are external URLs (not part of your website), if they do not want to allow to be crawled by robots, there is nothing you can do.
That being said, you can safely ignore those warnings, there is nothing you can do to allow crawling on external URLs.
Hi @karamani,
Thanks for following up. We’re sorry for the inconveniences, a bug report is currently open with our development team for this issue. The og:image for the shop page is not working as expected.
If you need an immediate solution and are familiar with adding custom snippets, you can use this one to force an og:image for the shop page.
Hi {%customer.firstName%},
Thank you for contacting the Yoast support team.Those are called attachment pages (regular WordPress pages which only have one media file as content). You can noindex them and force them to redirect to the actual media file from SEO → Search Appearance → Media.
If you have already done so, then the only thing to do now is to wait, it may take some time until Google removes them from its index.
We hope to have cleared things up for you and please don’t hesitate to let us know if you have any further questions.
Thanks for following up, @srbuzz. I’ll mark this as resolved.
Hi @entangled,
Thanks for following up. It is not possible to get the excerpt automatically from the long description.
If a noindex meta robots tag is being added to any of your URLs after deactivating Yoast SEO, then it means that another plugin is doing it. Unfortunately, there’s no way for us to help you with what happens after you deactivate Yoast SEO, the plugin does not change anything.
If Yoast SEO is up to date, then it’s not possible to have noindexed URLs in the XML Sitemaps. The only plausible scenario where URLs in the XML Sitemap could be noindexed is if you used a different plugin to generate the sitemaps.
Hi @eddr,
You can achieve this by going to SEO → Search Appearance → Taxonomies and No when asked if you want to show tags in the search results. This will noindex all your tags.
Next, you can overwrite this for specific tags, by editing them individually and allow specific ones to be indexed (as in this image).
Hi Dylan,
Are you trying to noindex all expired events (which would also remove them from the XML sitemaps)? If so, a better solution would be using the wpseo_robots filter.
You can find a demo of the filter being used here.