Images not showing up in sitemap
-
Hi!
None of the images on the website show up in the sitemap (https://stylin.nl/page-sitemap.xml) eventhough we’ve added the filter in functions.php (see below).
Any idea where it goes wrong?
The filter in functions.php
function filter_wpseo_sitemap_urlimages( $images, $post_id ) {
return $images;
};
add_filter( ‘wpseo_sitemap_urlimages’, ‘filter_wpseo_sitemap_urlimages’, 10, 2 );Hope you can help!
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Images not showing up in sitemap’ is closed to new replies.