How to Change Sitemap frequency in WordPress SEO by Yoast Plugin
The article has been moved on Live Blog Tips
Post is here Change Yoast XML Sitemap Frequency
[Total: 4 Average: 4.8/5]
How to Change Sitemap frequency in WordPress Yoast SEO reviewed on 23/11/2015 by Shishupal Kumar rated 5.0 of 5
hi man tanx for your guide
how can i change Priority on yoast?
another i cant change frequency for tag by this code:
add_filter( ‘wpseo_sitemap_post_single_change_freq’, ‘custom_post_single_freq’, 10, 2 );
function custom_post_single_freq( $default, $url ) {
return ‘daily’;
}
sorry for poor english
Paste the code into your theme file functions.php
sorry above code is for post and it work perfect
for tag i put:
add_filter( ‘wpseo_sitemap_term_change_freq’, ‘custom_term_freq’, 10, 2 );
function custom_term_freq( $default, $url ) {
return ‘hourly’;
}
but not worked
for Priority yoast guide:
http://kb.yoast.com/article/216-can-i-change-the-sitemap-priority
cna you do it ?
best regard
my friend i did that no changed.
Its work bro You just have to find the right place to put the code. 🙂
How to change the update frequency of News Sitemap by Yoast. Also can you please advise how to exclude these sitemaps from server side caching