Remove Images from Sitemap
-
Hello,
I’m trying to remove all the images from the Yoast generated sitemap (so that only website links remain), but all suggestions which I found don’t fix my problem. I even added the following code
/* Remove Images From Yoast Sitemap */
add_filter( ‘wpseo_xml_sitemap_img’, ‘__return_false’ );
in the functions.php, but nothing happens even after forcing the sitemap refresh by disabling and enabling the sitemap. (https://yoast.com/help/images-in-the-xml-sitemap/)
What else should I do?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Images from Sitemap’ is closed to new replies.