Hello,
Thank you for contacting Rank Math today.
I have submitted this problem to our dev team for closer investigation and we will be getting back to you in a short while.
Looking forward to helping you. Thank you.
​​​​​​
Hi Amr,
Thanks for getting in touch with us.
You can use this filter to do that: https://rankmath.com/kb/filters-hooks-api-developer/#change-remove-archive-url
Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.
Hello Todd,
Thanks for the reply,
I’ve used the filter, and it didn’t work
add_filter( 'rank_math/sitemap/fusion_template', function( $archive_url, $post_type ){
return $archive_url;
}, 10, 2 );
Please advice if there is a mistake in the code.
Thanks.
Hello,
Thank you for the follow up.
If you don’t mind, would you please share the values (if any) that you have assigned to the $archive_url
and $post_type
variables so we can look further.
Looking forward to helping you. Thank you.
​​​​​​
Hello,
Thanks for the fast respond,
the link in sitemap is /fusion_template-sitemap.xml
the filter i used :
add_filter( ‘rank_math/sitemap/fusion_template‘, function( $archive_url, $post_type ){
return $archive_url;
}, 10, 2 );
Hi there,
Apologies for the delay.
I have submitted this to our dev team for closer investigation and we will be in touch in a short while.
We appreciate your patience.
Hello,
The code my colleague suggested was to change the archive link. Since the fusion-template sitemap is added in the index, you must use the following filter: https://rankmath.com/kb/filters-hooks-api-developer/#exclude-post-type-fro-sitemap
I logged into your site and I replaced the code with:
add_filter( 'rank_math/sitemap/exclude_post_type', function( $value, $type ){
if ( 'fusion_template' === $type ) {
return true;
}
return $value;
}, 11, 2 );
That seemed to have fixed the issue. Can you please confirm?
Thank you.
Hello,
Thanks for the respond.
The code is working now.
Problem solved, Thank you so much for your help and fast response
-
This reply was modified 4 years, 9 months ago by Amr. Reason: add more text
-
This reply was modified 4 years, 9 months ago by Amr.
Hello,
I have updated the sensitive data as requested. Can you please check further?
Thank you.
Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.