Jesper
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Tiled galleries warningI get another warning/red bullet:
If I use the jetpack tiled galleries instead of the WordPres standard thumbnail grid, I also get the message that the keyword density is too large. See example:
The keyword density is 4.9%, which is more than the recommended maximum of 2.5%. The keyword was found 35 times.
It seems as if Yoast SEO counts the keywords in the titles and alt-text of the photos with these galleries. This does not happen when I use the WordPres standard thumbnail grid.
I have been using Yoast SEO for several years now and optimized all my articles. Now I want to use the jetpack tiled galleries in old articles (because they look nice), but now it get red bullets from Yoast, while first all bullets were green?
Forum: Plugins
In reply to: [Yoast SEO] Tiled galleries warningHey,
Thanks for the reply!
Yes, the problem is linked to the tiled galleries, because if I choose the default thumbnail grid, the problem is not there. As soon as I choose tiled galleries (jetpack galleries), the problem arises.
When I choose the gallery option “link to none”, the problem also resolves. So it seems to have to do with the link of the photos to the media file on wordpress cdn.
If I change the focus keyword, as you suggest, the problem is gone of course. But of course I do not want to change the focus keyword.
Forum: Plugins
In reply to: [Yoast SEO] Rich Snippets for ProductsI think I found the right code to put in functions.php:
function wpseo_disable_page_author_link( $link ) { if ( is_product() ) { return false; } return $link; } add_filter( 'wpseo_author_link', 'wpseo_disable_page_author_link' );
Forum: Plugins
In reply to: [Yoast SEO] Remove author from WooCommerce product pageessdub,
No, unfortunately not
I also asked WooThemes for help, but did not lead to a solution!
See:
https://www.ads-software.com/support/topic/rich-snippets-for-products?replies=1
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] Remove author link on pagesHave you already found the answer? Because I am looking for the same thing!
https://www.ads-software.com/support/topic/rich-snippets-for-products?replies=2#post-3355083
Forum: Plugins
In reply to: [Yoast SEO] Rich Snippets for ProductsI got this code from WooThemes to put in functions.php
add_action( 'init', 'custom_remove_author_woocommerce' ); function custom_remove_author_woocommerce() { global $woocommerce; if ( is_page() ) { add_filter( 'wpseo_author_link', '__return_false' ); } }
But that does not work, because it removed the author of the whole site not only WooCommerce pages.
Ideas?
Thank you!
Forum: Plugins
In reply to: [Yoast SEO] Rich Snippets for ProductsI had this code
add_filter( 'wpseo_author_link', '__return_false' );
added to
woocommerce-hooks.php
But then the author is still removed from all posts. Not only WooCommerce!?
thanks
Forum: Plugins
In reply to: [Yoast SEO] Remove author from WooCommerce product pageForum: Plugins
In reply to: [Yoast SEO] Remove author from WooCommerce product pageWordPress version: 3.4.2
WordPress SEO version: 1.2.8.7I did this:
Installed the plugin next to WooCommerce.I expected the plugin to do this:
Leave the product pages alone.Instead it did this:
The author is added to the product pages, making the rich snippets not correct for products.Forum: Fixing WordPress
In reply to: Site goes down every day for some timemsabas,
I used the auto-installer of my host for my wp-installation. My site is running smooth for the last week. So I hope it was one of these plugins i disabled:
WP-DBManager
Wordpress Backup (by BTE)Maybe it’s because these plugins have automated functions that made my site go down?
Forum: Fixing WordPress
In reply to: Site goes down every day for some timeI thought I found the issue for bad performance of my site, when I deactivated these two plugins:
WP-DBManager
Wordpress Backup (by BTE)Because my site was running smooth for two days. But now it’s performing bad again.
How can this be a plugin issue?
Forum: Fixing WordPress
In reply to: Site goes down every day for some timeI got more than 15 plugins, so that’s gonna take a lot of time. Because I have to wait 1 day after each plugin activation to be sure.
For now I have deactivated:
WP-DBManager
Wordpress Backup (by BTE)Because I don’t really need those for my site.
I will start the whole process when I have more time.
Forum: Fixing WordPress
In reply to: Site goes down every day for some timeOk. that’s a tedious job. But I understand what you are saying. Thanks
Forum: Fixing WordPress
In reply to: Site goes down every day for some timeesmi,
Thanks for the reply.
How do I find out which plugin is bad?
Forum: Hacks
In reply to: Why is my site on another domain? Is it hacked?Thanks James,
Yes, it appears the issue is solved for me. Thanks again!
I still wonder how this can be done from a subdomain on:
This site appears to be some kind of blogging platform like wordpress.com