AskKim
Forum Replies Created
-
Hi Ningunoi,
It appears that your “Downloads” is very likely a custom post type.
Assuming that is true, this KB article will explain more about what’s going on: http://kb.yoast.com/article/312-does-yoast-seo-work-with-custom-post-types
~ Kim ~
Support at YoastSometimes strange behavior may be caused by a plugin or theme conflict. The fastest way to rule out conflicts is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Fourteen. If this resolves the issue, you have a conflict and should activate one plugin at a time until you locate the conflict. Finally, after all plugins are active, switch to your theme. This will narrow down the conflict to a specific plugin or a theme conflict.
If you are unfamiliar with checking for conflicts, we wrote a small guide that will walk you through the steps. You can find it here: How To Check For Plugin Conflicts: http://kb.yoast.com/article/253-how-to-check-for-plugin-conflicts
If the bug persists even while using only Twenty Fourteen and only Yoast plugins activated, please file a bug report at: https://github.com/Yoast/wordpress-seo/issues This guide will help you with that: http://kb.yoast.com/article/180-how-to-write-a-good-bug-report
~ Kim ~
Support at YoastThanks for following up on this, WP All Import.
If your team needs anything, be in touch and we’re happy to help where we can.
~ Kim ~
Support at YoastOne more thing, some people are also reporting this on sites using Cloudflare’s flexible SSL. If that applies to you, then this entry might help: https://wordpress.org/support/topic/cloudflare-flexible-ssl-making-sitemap-https?replies=3#post-7664695
~ Kim ~
Support at YoastThank you blindpet, we appreciate you sharing that information.
~ Kim ~
Support at YoastHi Mediaversa,
Please log into your website, and in “Settings” under “General settings” (for WordPress, not for our plugin), look at both the “WordPerss Address URL” and “Site Address URL” and ensure that neither has accidentally picked up a stray https entry.
Screenshot: http://screencast.com/t/LD1on6WUnoQs
~ Kim ~
Support at YoastHi 2tyerd,
We have no affiliation with addthis or their scripts. That wouldn’t be coming from us.
You may want to look at the plugin you are using for your share buttons and see if they are leveraging addthis in the background.
~ Kim ~
Support at YoastHi M,
This most often happens when one is trying to pack too many entries per page.
Our plugin gracefully handles pagination to offset this.
See screenshot: http://screencast.com/t/s47h50zkt
Try dropping that Max entries per sitemap to lower and lower values until you stop maxing out the memory.
Odds are that you have that set to a fairly high number.
~ Kim ~
Support at YoastHi Chris,
You might want to talk to your web host. That might be a good place to start since you are not quite this technically inclined.
If you had our Premium support, we might be able to log in and see if your hosting account makes it easy to implement such things. Even then though, it would be a toss up, as we can not write custom code for you.
That’s still something you might consider if you don’t get anywhere with your hosting company. And we’ve got a 30 day easy refund policy just in case there’s nothing we could do.
~ Kim ~
Support at YoastHi leadology,
Are you looking for the ping tools box?
If so, it’s in your WordPerss dashboard, under Settings, under Writing, under “Update Services”.
~ Kim ~
Support at YoastHi Scorp_pl,
This would possibly be micromanaging SEO beyond the point of getting a positive return out of your time involved.
These images are going to play a very small role in SEO as long as they have good titles and alt tags and are well optimized for compression/speed/loading.
You’re quite welcome to mark them as nofollow but it’s simply not where I’d focus on investing too much time.
~ Kim ~
Support at YoastHi AFotografy,
What is your website URL?
~ Kim ~
Support at YoastHi AFotografy,
What is your website URL, what have you entered, and what is Google displaying?
~ Kim ~
Support at YoastHi Clive,
Thanks for emailing us!
Unfortunately, in order to do that, you will need to make custom edits to the core behavior of the plugin.
This code snippet may help you and your developer get started.
add_action(‘wp_head’, ‘remove_wpseo_og’, 1);
function remove_wpseo_og() {
remove_action( ‘wpseo_head’, array( $GLOBALS[‘wpseo_og’], ‘opengraph’ ), 30 );
}That removed OG from EVERYTHING.
You’ll likely need to add some if statement to only do it for the events taxonomy.
Even though we cannot be of any assistance, you’re completely free to change anything in the plugin to better suit your needs.
If you need a developer to help you out, you can take a look at http://directory.codepoet.com or http://codeable.io. Both websites list good freelance (WordPress) developers.Hi userwords,
Facebook REALLY expects those tags to be in the header. It’s not simply an issue of minification, but that one of your plugins is moving our output to the footer.
You need to look through those plugins, find which one is doing it, and exclude our plugin from the list of scripts and out put that are allowed to be moved to the footer.
Often, moving scripts to the footer is a GREAT practice, but it’s tricky – as you have just encountered – to move them ALL – without understanding that some shouldn’t be moved.
~ Kim ~
Support at Yoast