Replies: 0
I have added my own template variables using the wpseo_register_extra_replacements filter in my functions.php file.
My own template variables work well on the title of post,page and custom taxonomies.
And it work well on the meta description of post,page, but it don’t work on the meta description of custom taxonomies.
After i add my my own template variables I check the code and find all the variables are as %%var%% on meta description of custom taxonomies. It may be my site custom taxonomies don’t support own template variables on meta description. How do I fix it? Thank you.